View source: R/findClassyGenes.R
sc_filterGenes | R Documentation |
Based on idea that reliably detected genes will either be detected in many cells, or highly expressed in a small number of cells or both
sc_filterGenes(geneStats, alpha1 = 0.1, alpha2 = 0.01, mu = 2)
geneStats |
a matrix containing stats of genes generated from running |
alpha1 |
a number representing proportion of cells in which a gene must be considered detected (as defined in geneStats) |
alpha2 |
a number representing lower proportion of cells for genes that must have higher expression level |
mu |
a number represeting threshold for average expression level of genes passing the lower proportion criteria |
a vector of gene symbols
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.