| barplotCI | R Documentation | 
Visualising the CI using barplot
barplotCI(res, condition)
res | 
 results from   | 
condition | 
 a vector indicate the condition associate the results  | 
Returns a data frame.
Yingxin Lin
## Loading example data
library(scDC)
data("sim")
cellTypes = sim$sim_cellTypes
subject = sim$sim_subject
## Not run: 
res_scDC = scDC_noClustering(cellTypes, subject,
calCI = TRUE, calCI_method = c("BCa", "percentile"))
barplotCI(res_scDC, c("cond1","cond1","cond2","cond2"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.