View source: R/con_primer_coverage.R
evaluate.basic.cvg | R Documentation |
Evaluates the coverage of a set of primers.
evaluate.basic.cvg(
template.df,
primers,
mode.directionality = c("fw", "rev", "both"),
allowed.mismatches,
allowed.other.binding.ratio,
allowed.region.definition = c("within", "any"),
updateProgress = NULL
)
template.df |
Template data frame. |
primers |
Primer data frame. |
mode.directionality |
Primer directionality. |
allowed.mismatches |
The number of allowed mismatches per binding event. |
allowed.other.binding.ratio |
Ratio of primers that are allowed to bind to non-allowed regions.
If |
allowed.region.definition |
Definition of the target binding sites used for evaluating the coverage.
If |
updateProgress |
Progress callback function for shiny. |
Primer data frame with information on the covered template sequences.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.