Description Usage Arguments Value Author(s) Examples
View source: R/expression_correlation.R
This function computes the mean expression of each gene in each cluster
| 1 | meanClusterExpression(seurat, genes = NULL)
 | 
| seurat | Seurat object | 
| genes | (Optional) Character vector specifying genes for which means
should be calculated. If any provided genes are not detected, they are
silently dropped. Default: all detected genes, i.e.  | 
A gene x cluster matrix, where each column contains the mean expression of each gene over all the cells in that cluster
Selin Jessa
| 1 | meanClusterExpression(pbmc, c("IL32", "CD2"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.