You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
main executing reference usage: usage_BurrowsWheelerTransform.m
For this program, the '$' has to be explicitly stated.
The objective is to illustrate Burrows-Wheeler Matrix (BWM) Transform.
BWT(agcagcagact) = tgcc$ggaaaac
BWM =
$agcagcagact
act$agcagcag
agact$agcagc
agcagact$agc
agcagcagact$
cagact$agcag
cagcagact$ag
ct$agcagcaga
gact$agcagca
gcagact$agca
gcagcagact$a
t$agcagcagac
* Caveat : Educational Purposes
It does not include the pattern search.
If the demo has more elegant presentation, please do not hesitate to suggest and send feedback to author.
Thank you.
Regards,
Michael Chan JT
Cite As
Michael Chan (2026). Burrows-Wheeler Matrix (BWM) Transform (https://www.mathworks.com/matlabcentral/fileexchange/29126-burrows-wheeler-matrix-bwm-transform), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.1.0.1 (3.25 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
