View source: R/con_primer_coverage.R
compute.basic.details | R Documentation |
Determines binding properties of primers.
compute.basic.details(
binding,
mode = c("on_target", "off_target"),
template.df,
primers,
mode.directionality = c("fw", "rev", "both"),
allowed.mismatches,
allowed.other.binding.ratio,
allowed.region.definition = c("within", "any"),
updateProgress = NULL
)
binding |
An |
mode |
Either |
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.