Burrows-Wheeler Matrix (BWM) Transform

버전 1.1.0.0 (3.36 KB) 작성자: Michael Chan
Illustrates the Burrows-Wheeler Matrix (BWM) Transform.
다운로드 수: 649
업데이트 날짜: 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