densityCI.Rd
Visualising the CI using density plots of proportions
densityCI(res, condition)
res | results from |
---|---|
condition | a vector indicate the condition associate the results |
Returns a data frame.
# NOT RUN { res_scDC = scDC_noClustering(cellTypes, subject, calCI = TRUE, calCI_method = c("BCa", "percentile")) densityCI(res_scDC, c("cond1","cond1","cond2","cond2")) # }