Skip to content
Prev 131564 / 398502 Next

finding most highly transcribed genes - ranking, sorting and subsets?

Hi Alison --

It's a funny twist of terminology, isn't it? high rank (we're #1!)
corresponds to low value. Maybe a wimpy stats joke? Anyway, (a) if m
is assigned rownames (e.g., from the appropriate column of the 'genes'
data frame in the limma object, rownames(m) <- maList$genes$GeneName)
they'll be caried through the analysis and (b) if you've extracted m
from a limma MAList, then subsetting the MAList with hrow
(maList[hrow,]) will give you a new MAList with all the info carrying
through. This would be the better way to go.

Martin

"alison waller" <alison.waller at utoronto.ca> writes: