This is a test version of Biostars. For the public version, visit https://www.biostars.org.
which file I can use for cufflinks from the aligner STAR

Hello,

I have three files generated from the software of STAR after mapping: 2-pass_Aligned.out.bam, 2-pass_Aligned.sortedByCoord.out.bam, 2-pass_Aligned.toTramscriptome.out.bam.

Which one I can use for cufflilnks?

Thanks in advance!

rna-seq

Please post your code for generating these bams with aligner.

Hi yueli7,

Please follow up on all your previous questions and provide feedback.

If an answer was helpful you should upvote it, if the answer resolved your question you should mark it as accepted.
Upvote|Bookmark|Accept

Note that future questions might be closed if you do not provide feedback on older threads.

Cheers,
Wouter

1 answer

You'll want to use the 2-pass_Aligned.sortedByCoord.out.bam file. The transcriptome file is, as you guessed by the name alignments to a transcriptome, which is completely useless if you're trying to do de novo discovery. The 2-pass_Aligned.out.bam file is the same as the first one I mentioned, just not sorted. You can delete this and the transcriptome BAM file.

Also, use stringTie rather than cufflinks. Cufflinks should never be used for new projects.

Thank you so much for your great help!

Log in to answer this question.