This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Cufflinks and StringTie

Hello all, I have assembled transcriptome using two different assembler Cufflinks and StringTie and now I want to see the common transcripts between these two software.

rna-seq assembly

2 answers

Compare the list of the transcript from both of the outputs with R/Python or just use jvenn with the list of transcripts.

use bedtools

Log in to answer this question.