View source: R/exploratory_pipeline.R
Quickly compute summary statistics for all genes.
1 2  | DESummaryFast(dge, ident.use = "ident", aggregator = mean,
  genes_per_cluster = NULL)
 | 
dge | 
 Seurat object  | 
ident.use | 
 Any factor variable available via FetchData(dge).  | 
aggregator | 
 Function used to aggregate within clusters. Try 'prop_nz'.  | 
genes_per_cluster | 
 Limit on number of genes returned per cluster.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.