Description Usage Arguments Value
AvgCellExprs
1 2 3 4 5 6 7 | AvgCellExprs(
seuratObj,
varName = "ClusterNames_0.2",
genes,
slot = "data",
useSeuratMethod = T
)
|
seuratObj, |
A Seurat object. |
varName |
The resolution/ident to use |
genes |
A vector of genes to include |
slot |
The slot to use, passed to GetAssayData |
useSeuratMethod |
This function now defaults to the base Seurat method set to T. If a simple average is needed set to F. |
A data.frame of avg expression per var
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.