Getting full list for DEGs in Noiseq
0
0
Entering edit mode
6.3 years ago

Hello everyone

I have downloaded NOISEQ and managed to import the data and run my analysis for differentially expressed genes. However, I can't find a way to see/download the entire file of results. All I get is a snippet showing me the M and D results for for the first 6 rows (I have 21000 rows). This is the code I used > head(mynoiseq@results[[1]]) (it's in R). Will appreciate any help.

Here's a link to the NOISEQ package I downloaded from Bioconductor http://www.bioconductor.org/packages/release/bioc/html/NOISeq.html

RNA-Seq • 1.6k views
ADD COMMENT
1
Entering edit mode

head by default returns 6 rows. If you want to see more then use a number like (in this case 10)

head(mynoiseq@results[[1]], 10)
ADD REPLY
0
Entering edit mode

Thank you so much Genomax.

ADD REPLY

Login before adding your answer.

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