gene.stats {iCellR} | R Documentation |
This function takes an object of class iCellR and provides some statistical information for the genes.
gene.stats(x = NULL, which.data = "raw.data", each.cond = FALSE)
x |
An object of class iCellR. |
which.data |
Choose from "raw.data" or "main.data", default = "raw.data". |
each.cond |
If TRUE each condition will be calculated, default = FALSE. |
An object of class iCellR.
demo.obj <- gene.stats(demo.obj, which.data = "main.data") head(demo.obj@gene.data)