which file I can use for cufflinks from the aligner STAR
1
0
Entering edit mode
6.0 years ago
yueli7 ▴ 250

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 • 1.3k views
ADD COMMENT
0
Entering edit mode

Please post your code for generating these bams with aligner.

ADD REPLY
0
Entering edit mode

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

ADD REPLY
3
Entering edit mode
6.0 years ago

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.

ADD COMMENT
0
Entering edit mode

Thank you so much for your great help!

ADD REPLY

Login before adding your answer.

Traffic: 2399 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6