View source: R/check_stop_codons.R
compute.mismatch.table | R Documentation |
Computes a table summarizing all of the mismatches caused by the primers in the input data frame.
compute.mismatch.table(
primer.df,
template.df,
mode.directionality = c("fw", "rev")
)
primer.df |
Primer data frame. |
template.df |
Template data. |
mode.directionality |
Direction of primers. |
: A data frame summarizing all mismatches of the input primers with the input templates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.