How to save DEXSeq result to a .csv file ?
1
0
Entering edit mode
3.1 years ago
Aynur ▴ 60

Hello, I am doing alternative exon usage analysis using DEXSeq and following this documentation DEXSeq Documentation

After testing the result, how do I save me results as a .csv file ?

dxd <- estimateDispersions( dxd  )       dxd <- testForDEU( dxd     dxr <- DEXSeqResults( dxd )

Following the documentation, my code worked, but I do not know how to save the result as a .csv file. I also wanna obtain log2fc, how can I do it ? I searched a lot, but could not find an answer to my question. I appreciate your kind help.

Thank you very much for helping.

R RNA-Seq • 938 views
ADD COMMENT
1
Entering edit mode
3.1 years ago

I ran write.csv(dxr, "path/filename.csv", row.names = FALSE), then I got my file which included log2fc data.

ADD COMMENT
0
Entering edit mode

Thanks for your help. I appreciate.

ADD REPLY

Login before adding your answer.

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