Burrows-Wheeler Matrix (BWM) Transform

版本 1.1.0.0 (3.4 KB) 作者: Michael Chan
Illustrates the Burrows-Wheeler Matrix (BWM) Transform.
649.0 次下载
更新时间 2010/10/25

查看许可证

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.
Email: promethevx@yahoo.com.

Thank you.

Regards,
Michael Chan JT

引用格式

Michael Chan (2024). Burrows-Wheeler Matrix (BWM) Transform (https://www.mathworks.com/matlabcentral/fileexchange/29126-burrows-wheeler-matrix-bwm-transform), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Genomics and Next Generation Sequencing 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Description updated.

1.0.0.0