nwalign algorithm
2 ビュー (過去 30 日間)
古いコメントを表示
Dear all, I'm studying the nwalign.m file and found something I cannot solve by myself. In the line [CODE] affinegapmex(intseq2, intseq1, gapopen, gapextend, ScoringMatrix, algorithm); [/CODE]
The last argument 'algorithm' takes values 1 or 3.
However, the affinegap function does not use that argument as far as I can read, so my guess is this is something new in the affinegapmex function which is not readable since it is compiled.
My questions are, Are these values new to the affinegapmex function? From where I can read the content of the affinegapmex and simplegapmex functions?
Thanks in advance,
Diego
5 件のコメント
Walter Roberson
2011 年 12 月 27 日
To get access to proprietary MathWorks source code, you need to be employed by MathWorks as an employee or intern.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Sequence Alignment についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!