Description Usage Arguments Value Examples
Retreives data (feature expression, PCA scores, metrics, etc.) for a set of cells in a Seurat object
1 |
object |
Seurat object |
vars |
List of all variables to fetch |
cells |
Cells to collect data for (default is all cells) |
slot |
Slot to pull feature data for |
A data frame with cells as rows and cellular data as columns
1 2 | pc1 <- FetchData(object = pbmc_small, vars = 'PC1')
head(x = pc1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.