gene.stats {iCellR} | R Documentation |
Make statistical information for each gene across all the cells (SD, mean, expression, etc.)
Description
This function takes an object of class iCellR and provides some statistical information for the genes.
Usage
gene.stats(x = NULL, which.data = "raw.data", each.cond = FALSE)
Arguments
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. |
Value
An object of class iCellR.
[Package iCellR version 1.6.7 Index]