differential expression in R
0
0
Entering edit mode
2.2 years ago
sam • 0

enter image description hereHi, I analyzed RNAseq data to assess differential expression in R and when I opened the final excel file(file downloaded by "write.table" function) containing differential expression data, the first column was supposed to sort by Ensembl ID but instead of that, the data was sorted by row names number(I guess). What should I do?

RNAseq • 513 views
ADD COMMENT
0
Entering edit mode

That is limma, is it? Can you show a head() of the topTable output? Are the gene names present in it? You probably need to move the rownames to the object before writing it as a file.

ADD REPLY
0
Entering edit mode

Seconding this, also: which parameters did you use with the write.table() function?

ADD REPLY

Login before adding your answer.

Traffic: 2231 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