This function takes an object of class iCellR and provides a gene list for clustering based on the parameters set in the model.
make.gene.model(
x = NULL,
dispersion.limit = 1.5,
base.mean.rank = 500,
gene.num.max = 2000,
non.sig.col = "darkgray",
right.sig.col = "chartreuse3",
left.sig.col = "cadetblue3",
disp.line.col = "black",
rank.line.col = "red",
my.out.put = "data",
cell.size = 1.75,
cell.transparency = 0.5,
no.mito.model = TRUE,
no.cell.cycle = TRUE,
mark.mito = TRUE,
interactive = TRUE,
out.name = "plot"
)
An object of class iCellR.
An object of class iCellR.
A number for taking the genes that have dispersion above this number, default = 1.5.
A number taking the top genes ranked by base mean, default = 500.
Maximum number of genes , default = 2000.
Color for the genes not used for the model, default = "darkgray".
Color for the genes above the dispersion limit, default = "chartreuse3".
Color for the genes above the rank limit, default = "cadetblue3".
Color of the line for dispersion limit, default = "black".
Color of the line for rank limit, default = "red".
Chose from "data" or "plot", default = "data".
A number for the size of the points in the plot, default = 1.75.
Color transparency for the points in the plot, default = 0.5.
If set to TRUE, mitochondrial genes would be excluded from the gene list made for clustering, default = TRUE.
If TRUE the cell cycle genes will be removed (s.phase and g2m.phase), default = TRUE.
Mark mitochondrial genes in the plot, default = TRUE.
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".