Hello,
is there a reference stating that BWA MEM is fast and popular but is less specific than BLAST?
Thank you
Hello,
is there a reference stating that BWA MEM is fast and popular but is less specific than BLAST?
Thank you
The tools implement different algorithms and are designed for completely different use cases:
BLAST is a local aligner designed to find all high scoring matches.
bwa mem is a semi-global aligner designed to find the single best match.
Applying the correct tool for the correct task is not related to popularity.
By the way, there is no way bwa is more popular than blast in general.
Not that popularity matters, just to set the record straight, far many more people use (need) blast over bwa.
Fair enough. I am asking because I am aligning against viral genomes. I first used BWA MEM and obtained mapping against 1800 viral species. To avoid the possibility of false positives, I then re-rum the mapped reads with Blastn and Blastx in sequence and obtained 46 species. How can I explain the loss of about 90% of the retrieved species? Tx
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
What do you mean when you say
less specific than BLAST? Both are aligners but they are meant to be used for specific applications. NGS data aligners generally do global alignments where as Blast does local alignments.From https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5425171/ :