statsCells | R Documentation |
Calculate the statistics, mean or median, for each cell.
statsCells(data, idents, stats = c("mean", "median"), cutoff = NA)
data |
Expression data. A d x M matrix with d rows of features and M columns of data points (cells). |
idents |
Cell type identity in characters or factors. |
stats |
Statistics used to calculate strength.
|
cutoff |
Cutoff used to calculate the statistics (mean or median). Default is NA. If set to 0, all 0 values will be removed when calculating mean or median. |
Returns a matrix with calculated statistics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.