View source: R/utility_functions.R
| countMismatch | R Documentation |
Count the number of mismatches of sequence(s) to some reference site
countMismatch(sequences, reference)
sequences |
List of sequences. |
reference |
Reference sequence. |
The number of mismatches between sequences and reference.
countMismatch("GTAC", "GAAC")
countMismatch(c("GTAC", "GAAC"), "GAAC")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.