Description Usage Arguments Value Author(s) Examples
Calculate, for each cell, the mean expression of the given set of marker genes.
1 | meanGeneExpression(seurat, genes)
|
seurat |
Seurat object |
genes |
String or character vector specifying gene(s) to use |
Data frame with two columns: "Cell" which specifies the cell ID
obtained from colnames(seurat@data)
, and "Mean_marker_expression"
which is the expression value for the marker gene, or mean if multiple
genes were provided.
Selin Jessa
1 | meanGeneExpression(pbmc, genes = c("IL32", "MS4A1"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.