looking for RNA-seq pipeline
0
1
Entering edit mode
7.4 years ago
pingEde ▴ 40

Hello!

I have raw mRNA data from RNA-sequincing and I am looking for a good pipeline in order to analyse it.

Have you any suggestion?

Thank you in advance

Best regards

RNA-Seq • 2.0k views
ADD COMMENT
2
Entering edit mode
ADD REPLY
0
Entering edit mode

this: http://www.nature.com/nprot/journal/v11/n9/full/nprot.2016.095.html

Even though I would use Hisat2, Cufflinks and DESeq2 for alignment, quantification and differential expression analysis.

What analyses do you need? RNASeq data analysis can be a broad category!

ADD REPLY
0
Entering edit mode

thank you for your reply :)

I have several RNA-seq data from different samples (so I think that I should also normalize the ouputs among samples) and I want to do differential expression analysis. I would need help especially for the first phase of analysis and with normalization.

Thank you!

ADD REPLY
0
Entering edit mode

DESeq2 and edgeR are two R packages that do most of that for you. As @Macspider mentioned above your "pipeline" would need to get you a matrix of "raw" read counts. This is the required input DE packages mentioned at the beginning of this post. Lots more details about DESeq2 are in the vignette.

ADD REPLY
0
Entering edit mode

Thank you for your reply. Probably I really didn't understand right how DESeq2 works... because I am looking for a tool that allow me to normalize my data across samples in order to make the expression comparable.

Thanks

ADD REPLY
0
Entering edit mode

So you are only looking to do normalization but not interested in doing differential expression analysis as a subsequent step?

ADD REPLY
0
Entering edit mode

I apologise for the confusion of my replay, I am also interested in it, but I am wondering how to deal the normalization across sample :)

ADD REPLY
0
Entering edit mode

DESeq2 can do that for you. See this thread for how to get those: which normalized counts is better from DESeq2

That said DESeq2 uses integer data counts as default input.

ADD REPLY
0
Entering edit mode

If you feed DESeq2 normalized results, you'll have worse results :) It wants raw counts and will do the job for you. Be careful to set the "design" variable according to your experimental design. There are many tutorials on how to set it depending on how your experiment is constructed!

ADD REPLY

Login before adding your answer.

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