How to execute smith waterman algorithm in matlab?
3 ビュー (過去 30 日間)
古いコメントを表示
suganya paramasivam
2015 年 10 月 16 日
コメント済み: Walter Roberson
2019 年 4 月 30 日
I want to get an optimal sequence for given set of sequences. So, I am using Smith Water-man algorithm. How to execute that algorithm in Matlab?
0 件のコメント
採用された回答
Walter Roberson
2015 年 10 月 16 日
See also http://www.mathworks.com/matlabcentral/fileexchange/45831-matlab-audio-analysis-library/content/library/smithWaterman.m if you want code for the algorithm itself.
その他の回答 (1 件)
Vanessa Srebny
2019 年 4 月 29 日
Hej,
thanks for the post, I was trying to use your function to split my fasta file, however it only returns a file fasta.txt.1 nothing more. It is a big file more than 200000 characters it should be more than 1 resulting file right? I would like to use the Smith -Waterman function to compare a whole genome sequence to a protein sequence. When without splitting there are to many characters for matlab.
I attached my to 2 sequences:
Thank you very much :)
Vanessa
1 件のコメント
Walter Roberson
2019 年 4 月 30 日
? Which function were you using to split your fasta file?
When I use fastaread() to read each of your files, and use swalign() to align them, I am able to do that provided that I do not ask for the undocumented fourth output of swalign. I can also nwalign() them, which gives a different answer (with larger gaps).
参考
カテゴリ
Help Center および File Exchange で Genomics and Next Generation Sequencing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!