localalign and swalign
2 ビュー (過去 30 日間)
古いコメントを表示
hi what is the difference between swalign and localalign?
both are local align . if the swalign is using smith-waterman alg., then what is localalign using? is using heuristic alg. such as blast?
many thanks
2 件のコメント
Pete
2018 年 8 月 28 日
I'm not a bioinformatician, but use SW to align read & ref strings for testing. I'm presently doing longer reads (10kb+) and just tried the local align on these long reads, so for 11kb, swalign came back at 0.88sec and localalign with 5.75sec, so guess SW is just more efficient. For short reads, I'm guessing there'd be little difference, but it'd be interesting to hear view from someone who uses it!
Viewing the code, there are obviously differences - try the following:
edit swalign.m
edit localalign.m
Anyone else wanting to comment?
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Coastal Engineering についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!