Description Usage Arguments Value Examples
isItAMatch is a utility function that checks whether the i-th and j-th characters of the two sequences are matching
1 | isItAMatch(sequenceA, sequenceB, i, j)
|
sequenceA |
The first nucleotide sequence (positioned on the rows) |
sequenceB |
The second nucleotide sequence (positioned on the columns) |
i |
The index for sequenceA (rows) |
j |
The index for sequenceB (columns) |
TRUE if the two characters are matching, FALSE otherwise
1 | isItAMatch("GTT","GCATT",1,2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.