update_primer_cvg | R Documentation |
Updates the most important columns in a primer data frame according to the selected coverage definition. Only coverage events with less or equal than the allowed number of mismatches according to the selected coverage definition will be retained.
update_primer_cvg(
primer.df,
template.df,
allowed.mismatches,
cvg.definition = c("constrained", "basic")
)
primer.df |
A |
template.df |
A |
allowed.mismatches |
A numeric giving the maximal number of allowed.mismatches. |
cvg.definition |
The definition of coverage to be used, either "constrained" or "basic". |
A primer data frame with modified coverage information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.