Finding All Possible Exact Matches With Bowtie
1
1
Entering edit mode
10.6 years ago

Hello.

I am currently trying to match a large set of DNA sequences (~10,000 sequences, ~20 bp each) to the entire human pre-mRNA, looking only for exact matches. Most methods I've used have been far too slow, until I found Bowtie. After indexing the pre-mRNA (took a few hours) it can do the matching in a few minutes. However, it only finds ~60% of the possible matches, even with the -a flag. Is there a way to find all matches with Bowtie (possibly sacrificing some of its speed) or is incomplete sensitivity just a drawback of the algorithm that allows the impressive speed?

I have read the Bowtie paper, but unfortunately I don't quite understand every part of the algorithm.

Thanks!

bowtie • 3.3k views
ADD COMMENT
1
Entering edit mode

What arguments are you using besides -a?

ADD REPLY
0
Entering edit mode
10.6 years ago
Rm 8.3k

try using –v 0 -a OR since reads of 20bp reduce the seed length: -n 0 -l 20 -a

or try Blat ?

ADD COMMENT
0
Entering edit mode

I've tried both, the result is the same.

ADD REPLY
0
Entering edit mode

same as what? to 60%?

ADD REPLY

Login before adding your answer.

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