Entering edit mode
Hi!
I use this tutorial on this site http://www.bioconductor.org/help/workflows/rnaseqGene/:
library("genefilter")
topVarGenes <- head(order(-rowVars(assay(rld))),35)
Why -rowVars?
Hi!
I use this tutorial on this site http://www.bioconductor.org/help/workflows/rnaseqGene/:
library("genefilter")
topVarGenes <- head(order(-rowVars(assay(rld))),35)
Why -rowVars?
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.