F/L matrix
Cyclic shifts being constructed (unsorted)
step through to see the per-cell computation
Step through the four algorithms that together form the FM Index — the compressed text-search data structure used by short-read aligners like BWA and Bowtie2. All four share the same F/L matrix (the sorted cyclic shifts of the text + the BWT in the last column). Switch algorithms with the dropdown.