4.9 years ago by
Freiburg, Germany
This turns out to be not so simple, so excellent question!
When we align a read, we're asking for not just where it likely came in the genome, but the exact base to base correspondence. For example, we'd like to get something like, "Read foo
likely originated from chr1 positions 123 through 140. The first 7 bases are exact matches between foo
and the reference, there's then a 3 base insertion, then the remaining bases match between foo
and the reference."
When we map a read, we're just asking, "where did it come from?" We don't necessarily care about the exact alignment between the read and where it came from, though.
Until recently, "alignment" and "mapping" were pretty much synonymous. Tools like Kallisto and Salmon have changed that, since they can assign reads to genes/features/whatever without needing to look at exact alignments. Since (A) this is faster and (B) we often don't actually care about the alignment, this is a HUGE advantage in some applications.
Did you try to find the answer in google first ?
yes I'm reading some articles but once they say alignment then the say mapping... I'm getting confused... sorry if my questions seem silly
I'm not surprised that you're getting confused, it's only in the last year or so that people have started nicely discriminating between the two.
Yeah, thank you very much for your help
Its not silly. Interesting question. Adding the point "once they say alignment then the say mapping" to the original question would help people to understand that you have tried to find the answer.