Description Usage Arguments Value Examples
View source: R/NeedlemanWunsch.R
performTraceback is a function that creates a matrix with the directions of the alignment while computing the alignment itself
1 | performTraceback(matrix, sequenceA, sequenceB)
|
matrix |
The score matrix computed with the two sequences |
sequenceA |
The first nucleotide sequence (positioned on the rows) |
sequenceB |
The second nucleotide sequence (positioned on the columns) |
a list containing the directionMatrix, the first alignment, the second alignment
1 | isItAMatch("GTT","GCATT",1,2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.