Entering edit mode
3.7 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.
Thanks for your help. I appreciate.