powered by
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)
An object of class iCellR.
Choose from "raw.data" or "main.data", default = "raw.data".
If TRUE each condition will be calculated, default = FALSE.
# NOT RUN { demo.obj <- gene.stats(demo.obj, which.data = "main.data") head(demo.obj@gene.data) # }
Run the code above in your browser using DataLab