The data structure is the Burrows-Wheeler Transform combined with the FM-index. A suffix tree is a powerful tool for finding patterns in a genome, but it requires an enormous amount of memory because it stores every possible suffix of the reference sequence in a tree structure. The Burrows-Wheeler Transform solves this by rearranging the ch....
Log in to view the answer