Select genes residing in the top quantile according to the variance of their expression across the stages
Examples
# reading a standard PhyloExpressionSet
data(PhyloExpressionSetExample)
# select genes with highest variance (top 5%)
genes.top_variance <- TopVarianceGenes(PhyloExpressionSetExample, p=.95)