This is a test version of Biostars. For the public version, visit https://www.biostars.org.
combine or split, that's a question for transcriptome assembly

I combined 10 libraries before doing tophat+cufflinks and trinity+PASA assembling, end up with each process gave me hundred thousands of predicted transcripts. I believe there must be a lot of false positive. But would it be better if I run with each library respectively, then use some tools like cuffmerge to merge the result assembly? Does anyone has experience comparing these? I would be really grateful for your sharing.

    Sincerely,
         Kang
rna-seq assembly

Since you are doing de novo assembly using trinity I assume you don't have a (decent) reference genome available? But still, you are using tophat? (Which is, as said by Rob, deprecated.). Please be as complete as possible when asking questions, information such as the organism you are working on is important.

I'm actually trying to build a genome annotation pipeline here. I hope to extract the overlap part from the two process to get some high quality genes.

1 answer

By combining the samples prior to assembly, you increase the likelihood of generating (computationally) chimeric transcripts. You might try to assembly separately and then combine the assemblies using e.g. TACO. Also, TopHat has been deprecated by the developers. For reference-based assembly, you might try HISAT + StringTe instead of TopHat + Cufflinks.

Thank you so much for your sharing, I really didn't know the whole TopHat being deprecated thing.

thanks for that link, WouterDeCoster, it can be accessed. :)

Log in to answer this question.