Comment on How I Wrote an Ultra-Fast DNA Sequence Alignment Algorithm in JavaScriptparentComments−dekhn11yActually, given huffman coding, you can do it with fewer than 4 because the degenerates are so rare.−keithwhor11yKills the algorithm (as described here) performance when you have nonstandard nucleotide widths (in bits). Rather, makes it completely unsuitable. It's dependent upon fixed-width binary data.
Comments
Actually, given huffman coding, you can do it with fewer than 4 because the degenerates are so rare.
Kills the algorithm (as described here) performance when you have nonstandard nucleotide widths (in bits). Rather, makes it completely unsuitable. It's dependent upon fixed-width binary data.