new.alignment | R Documentation |
creates a new Needleman-Wunsch global alignment
new.alignment(s1, s2)
s1 |
sequence #1 |
s2 |
sequence #2 |
new alignment with methods: <code>getMatrix()</code> <code>getDistance()</code> <code>getMutations()</code> <code>getMappings()</code> <code>printAlignment()</code> <code>getMatrix()</code>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.