Description Usage Arguments Value Author(s) Examples
Subset the seurat@data matrix by gene and cluster. Similar to Seurat::FetchData except it doesn't thrown an error if a gene is not found in the data, and is more limited.
1 2 |
seurat |
Seurat object |
genes |
Genes to filter |
clusters |
(Optional) Vector, include only cells with these identities (e.g. cluster assignments). Searches in seurat@ident. |
return_cell |
Logical, whether or not to include a column with the cell ID. Default: FALSE |
return_cluster |
Logical, whether or not to include a column with the cluster. Default: FALSE |
scaled |
Logical, whether to fetch scaled data from seurat@scale.data. Default: FALSE. |
Expression matrix for genes specified
Selin Jessa
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.