The primary computational advantage of using the Burrows-Wheeler Transform over a suffix tree is a massive reduction in memory consumption. A suffix tree is a data structure that indexes every possible suffix of a reference genome to allow for rapid pattern matching, but it requires roughly 20 to 50 bytes of memory per character of the genome, which becomes prohibitively large f....
Log in to view the answer