This function takes an object of class iCellR and calculates cluster and conditions frequencies.
clust.cond.info(
x = NULL,
plot.type = "pie",
my.out.put = "data",
normalize.ncell = TRUE,
normalize.by = "percentage"
)
An object of class iCellR.
An object of class iCellR.
Choose from pie/pie.cond or bar/bar.cond, defult = pie.
Chose from "data" or "plot", default = "data".
If TRUE the values will be normalized to the number of cells by downsampling.
Chose from "sf" (size factor) or "percentage", default = "percentage".