Using Cufflinks For Rna-Seq Without Tophat/Bowtie.
4
7
Entering edit mode
12.8 years ago
Travis ★ 2.8k

Hi,

I was wondering if anyone has successfully used Cufflinks in combination with an aligner from another source?

Since Bowtie doesn't make use of exon junction spanning reads I thought it would be a good idea to try an aligner or combination that considers spliced reads (e.g. RUM), but I am wondering if alignments generated in this way will be compatible with Cufflinks. Obviously the format will still be SAM/BAM but it is the nature of the spliced alignments whose compatibility I am questioning - not the file format.

EDIT: I guess I should ask specifically - does Cufflinks know how to interpret the junction spanning reads produced by the alternative aligner.

Thanks in advance.

rna alignment • 6.9k views
ADD COMMENT
3
Entering edit mode
12.7 years ago
Gww ★ 2.7k

The key thing you need to supplement your SAM/BAM file with is a special tag.

Note the use of the custom tag XS. This attribute, which must have a value of "+" or "-", indicates which strand the RNA that produced this read came from. While this tag can be applied to any alignment, including unspliced ones, it must be present for all spliced alignment records (those with a 'N' operation in the CIGAR string).string).

So basically you need to use splice site consensus sequences (ie. GT:AG) or known gene annotations to determine the strand for spliced transcripts. Some of the popular RNA-seq aligners already support this tag such as GSNAP and MapSplice.

ADD COMMENT
1
Entering edit mode
12.8 years ago
Leszek 4.2k

Hi Travis,

I have used GEM for mapping and converted results to SAM and then to sorted BAM. Then I feed those to successfully to Cufflinks.

Unfortunately, I was unable to code splice junction in the way TopHat does it. It codes splice junction in special way. So I lost splice junction information...

EDIT: You have to code junction information is special way in order Cufflinks can read those (contact the developers). I don't know any other mapper that provides that info except TopHat.

ADD COMMENT
1
Entering edit mode

more accurate? how so? you can change the parameters to fewer mismatches or whatever but bowtie won't do anything you don't ask it to.

ADD REPLY
0
Entering edit mode

So in this case, what would you say the advantage of using GEM instead of Tophat/Bowtie was?

ADD REPLY
0
Entering edit mode

GEM is faster and more accurate than bowtie.

ADD REPLY
1
Entering edit mode
12.8 years ago

GSNAP works with cufflinks, it seems. Just output as SAM/BAM from GSNAP.

ADD COMMENT
0
Entering edit mode
12.7 years ago
Edge ▴ 10

Hi flag,

You already try running RUM? How is the output result for RNA-seq analysis? I'm start running RUM for my RNA-seq Illumina data right not. Might need your advice to discuss how to interpret RUM output result.

edge

ADD COMMENT
1
Entering edit mode

This is not an answer to the question. If you have your own questions about RUM, feel free to post them.

ADD REPLY

Login before adding your answer.

Traffic: 1441 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