View source: R/con_primer_coverage.R
evaluate.constrained.cvg | R Documentation |
Evaluates the coverage of a set of primers.
evaluate.constrained.cvg(
template.df,
primer.df,
cvg.df,
mode.directionality = c("fw", "rev", "both"),
settings,
updateProgress = NULL
)
template.df |
Template data frame. |
primer.df |
Primer data frame. |
cvg.df |
Data frame with basic coverage entries. |
mode.directionality |
Primer directionality. |
settings |
A |
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.