This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Running cufflinks per chromosome

Dear Team,

I have gone through some biostar posts related to cufflinks and suggesting not to run cufflinks per chromosome basis. I have used multithreading option too. But still it is very time consuming.

Is there any way to speedup the quantification and differential expression using cufflinks and cuffdiff.

Please let me know your suggestions.

Thanks & Regards Fazulur Rehaman

rna-seq

1 answer

If you are only looking into differentially expressed genes I will suggest you use FeatureCounts to get raw read counts and go fro analysis using DESeq2 or edgeR. The process will much faster than cufflinks+cuffdiff combo. Also, you cant use Stringtie and Ballgown for differential expression analysis.

Thanks a lot Arup. I will try that.

Thanks & Regards Fazulur Rehaman

Log in to answer this question.