Blast or mapper ?
2
0
Entering edit mode
8.0 years ago
Picasa ▴ 640

Hello,

What are the advantages of using a homology research (such as blast) over a mapper (bwa, bowtie) ??

blast mapper • 2.2k views
ADD COMMENT
1
Entering edit mode

Blast is a similarity search, not homology search. And if you do not include your question to narrow it down to a specif problem, you will get all sorts of answers.

ADD REPLY
0
Entering edit mode

It is both, similarity and homology search. The success of BLAST relies not only on its speed but on its better model to assess statistical significance of similarities, i.e. whether a similarity (score) can be reached by chance or a common ancestry (homology) can be inferred.

ADD REPLY
0
Entering edit mode

I'm looking to classify me sequence (find which taxa are my sequences)

ADD REPLY
1
Entering edit mode
8.0 years ago

That entirely depends on the application/purpose of course!

ADD COMMENT
1
Entering edit mode

Indeed ... For example, if I'm looking to find from which species are my sequences ?

ADD REPLY
1
Entering edit mode

Either will work for that application. In fact, blasting a few reads at NCBI is the diagnostic tool of choice to answer your question (if you suspect that the data may be contaminated).

ADD REPLY
0
Entering edit mode

Ok, but what the advantages of using blast ?

ADD REPLY
1
Entering edit mode

Mappers are much more strict, they expect/look for near-exact matches between the reads and the genome. In contrast, BLAST allows you to look for distant homologies. Another difference is that with BLAST you can scan all known species in one run, whereas mappers expect one single genome.

ADD REPLY
0
Entering edit mode

It has a nice web application that allows you to just paste a few reads into and click a button. Also, you're going to have to spend a LOT of time to make an index of the size available from NCBI's public blast server.

ADD REPLY
0
Entering edit mode
8.0 years ago

Bowtie and BWA are designed for a different purpose. To align billions of reads to a reference genome or transcriptome To accomplish that, they index the reference, and then, reads are mapped very rapidly and efficiently

BLAST will need days, weeks or even more to do the same task

ADD COMMENT

Login before adding your answer.

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