barplotCI.Rd
Visualising the CI using barplot
barplotCI(res, condition)
res | results from |
---|---|
condition | a vector indicate the condition associate the results |
Returns a data frame.
## 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")) # }