This is a test version of Biostars. For the public version, visit https://www.biostars.org.
looking for RNA-seq pipeline

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

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!

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.

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

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

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 :)

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!

0 answers

No answers yet.

Log in to answer this question.