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