For a limma EList, are elist$E and elist$genes in the same order?
1
0
Entering edit mode
kelgalla • 0
@kelgalla-7372
Last seen 10.2 years ago
United States

I have loaded some Agilent data, and normalized it such that I now have an EList object.  The expression values are in elist$E and the probes in elist$genes, but elist$E does not have any row.names.  Can I assume the expression values in elist$E and the probes in elist$genes are in the same order then so I know which expression value goes with which probe?

limma • 1.6k views
ADD COMMENT
1
Entering edit mode
@james-w-macdonald-5106
Last seen 1 hour ago
United States

By default read.maimages() reads in the gene info into the 'genes' list item, and (unless you made changes directly to the elist$genes or elist$E list items), they will be in the correct order.

When you fit a model and make comparisons, and ultimately use topTable(), the gene info from the genes list item will be used to annotate your results.

ADD COMMENT

Login before adding your answer.

Traffic: 536 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6