This function takes an object of class iCellR and creates QC plot.
stats.plot(
x = NULL,
plot.type = "three.in.one",
cell.color = "slategray3",
cell.size = 1,
cell.transparency = 0.5,
box.color = "red",
box.line.col = "green",
back.col = "white",
interactive = TRUE,
out.name = "plot"
)
An object of class iCellR.
An object of class iCellR.
Choose from "box.umi", "box.mito", "box.gene", "box.s.phase", "box.g2m.phase","all.in.one","three.in.one", "point.mito.umi", "point.gene.umi".
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"
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".