celltype_features | R Documentation |
Retrieve stats (sum, n_cells, avg) on transcripts expressed in a given cell type Transcripts with zero expression are filtered out.
celltype_features(obj, count_matrix, cell_type, features = NULL)
obj |
Seurat object |
count_matrix |
assay count matrix |
cell_type |
Identity |
features |
(optional) subset rows in matrix |
data.frame with features expressed in a cell type (feature/gene_id/transcript_id) + cell_type, sum, n_cells, avg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.