How to prepare a file to DESeq2 analysis?
1
0
Entering edit mode
@d5a9d960
Last seen 3.5 years ago

I am a beginner in the programming area and I would like to ask for your help. I want to perform the deferential expression analysis using the DESeq2 package. I want to compare the expression of smallRNAs in three treated samples vs three control samples. I have the results from smallRNA-seq in txt files each for every sample, formated like this: sRNA_sequence raw_count TTTGGATTGAAGGGAGCTCTA 59493 Could you tell me how to prepare the file (dds) for the DESeq2 analysis?

DESeq2 • 833 views
ADD COMMENT
0
Entering edit mode
swbarnes2 ★ 1.3k
@swbarnes2-14086
Last seen 4 hours ago
San Diego

Probably the best way is with tximport https://bioconductor.org/packages/devel/bioc/vignettes/tximport/inst/doc/tximport.html

Look at the various ways to use it, and see which best fits the data format you have.

If all else fails, you can make your data into one matrix with samples as columns and genes as rows, DESeq can take that, but using tximport is preferable.

ADD COMMENT

Login before adding your answer.

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