The primary computational advantage of using the Burrows-Wheeler Transform combined with an FM-index is the dramatic reduction in memory usage compared to hash-table methods, which allows for mapping sequences to large genomes on standard consumer hardware. A hash-table index requires storing the reference genome plus additional data structures to map every k-mer, which are fixed-length substrings of the genome, to the....
Log in to view the answer