Description Usage Arguments Value Examples
Reduces an EMSet to a range of the most variable genes as determined by
the values calculated by calculateCV
.
1 2 3 4 | useVariableGenes(object, ngenes)
## S4 method for signature 'EMSet'
useVariableGenes(object, ngenes = 1500)
|
object |
EMSet |
ngenes |
Number of variable genes to use (Default: 1500 genes) |
EMSet reduced to specified number of variable genes.
1 2 3 4 5 6 7 8 | # Load example EMSet
em_set <- ascend::analyzed_set
# Calculate gene variance
em_set <- calculateCV(em_set)
# Use 1500 of the most variable genes
em_set <- useVariableGenes(em_set, ngenes = 1500)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.