This function takes an object of class iCellR and creates QC plot.
clust.stats.plot(
x = NULL,
plot.type = "box.mito",
conds.to.plot = NULL,
cell.color = "slategray3",
cell.size = 1,
cell.transparency = 0.5,
box.color = "red",
box.line.col = "green",
back.col = "white",
notch = FALSE,
interactive = TRUE,
out.name = "plot"
)
An object of class iCellR.
An object of class iCellR.
Choose from "bar.cc", "pie.cc" , box.umi", "box.mito", "box.gene", default = "box.mito".
Choose the conditions you want to see in the plot, default = NULL (all conditions).
Choose a color for points in the plot.
A number for the size of the points in the plot, default = 1.
Color transparency for points in "scatterplot" and "boxplot", default = 0.5.
A color for the boxes in the "boxplot", default = "red".
A color for the lines around the "boxplot", default = "green".
Background color, default = "white"
Notch the box plots, default = FALSE.
If set to TRUE an interactive HTML file will be created, default = TRUE.
If "interactive" is set to TRUE, the out put name for HTML, default = "plot".