View source: R/TopVarianceGenes.R
TopVarianceGenes | R Documentation |
Select genes residing in the top quantile according to the variance of their expression across the stages
TopVarianceGenes(ExpressionSet, p = 0.99)
ExpressionSet |
A standard ExpressionSet |
p |
The quantile probability. Default is |
a character vector containing the gene ids residing in the top variance expression quantile
Stefan Manolache
# reading a standard PhyloExpressionSet
data(PhyloExpressionSetExample)
# select genes with highest variance (top 5%)
genes.top_variance <- TopVarianceGenes(PhyloExpressionSetExample, p=.95)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.