Hi guys,
I've got a question about Salmon's mapping algorithm. I read a paper talking about that :
"In SA, we matched successively longer prefixes (left-to-right) of query string (binary search)
In BWT, we will match successively longer suffixes (right-to-left) of query string (reverse BWT transform)"
So, for Salmon's algorithm which uses a SA, it is doing a binary search? I get confused when I read that
Best, Vincent
tagging: Rob