gene_means | R Documentation |
This is a convenient wrapper around rowMeans that is compatible with multiple matrix types (including dgCMatrix)
gene_means(dat, rescale = FALSE)
dat |
a matrix or dg[CT]Matrix of expression values with genes as rows and samples as columns. |
rescale |
a logical indicating whether or not to rescale using rescale_samples(). Default is FALSE. |
a vector of means for each gene/row
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.