Why does MMSeq advises against the use of Bowtie2 ?
1
2
Entering edit mode
8.5 years ago
Thibault D. ▴ 700

Hi,

As I am about to use MMSeq and MMDiff for differential expression analysis in RNA-Seq, I have been looking at the github repository. I have been reading all MMSeq advices and understand their choices.

However, I do not understand: why should Bowtie1 be used and not Bowtie2 ? In fact, when I use Bowtie1, I have 49% of mapped reads (35% with default parameters) ; by contrast, I have a 97% of mapped reads with Bowtie2 (corresponding parameters have the same value) and 95% with default parameters. Please, note that each alignment have been performed against transcripts (fasta format) and that reads are under fasta format (no fastq quality scores).

Up to now, I have not tried to run MMSeq from Bowtie2, as I do not understand why it should not be done.

Would you mind helping me ? Thanks in advance !

RNA-Seq Bowtie2 MMSeq Bowtie alignment • 2.5k views
ADD COMMENT
2
Entering edit mode
8.5 years ago

The reason they suggest people use bowtie1 vs. bowtie2 is that you can have bowtie1 output an unlimited number of equally good hits, while this isn't possible with bowtie2. Having said that, since you're so obviously getting better alignments with bowtie2 I would recommend that you ignore what they suggest and just use bowtie2. Note that you'll need to filter the results to ensure that all of the alignments passed to MMSeq have the same (or close to the same) alignment score. You could do this with a little python script.

ADD COMMENT

Login before adding your answer.

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