View source: R/constraints_eval.R
check_constraints_comparison | R Documentation |
Batch Procedure for Evaluating Primer Sets.
check_constraints_comparison(
primer.data,
template.data,
settings,
active.constraints = names(constraints(settings)),
to.compute.constraints = active.constraints,
for.shiny = FALSE,
updateProgress = NULL
)
primer.data |
A list of objects of class |
template.data |
A list of objects of class |
settings |
An object of class |
active.constraints |
A character vector providing identifiers of constraints to be considered. |
to.compute.constraints |
A character vector providing identifiers of constraints to be computed. |
for.shiny |
A logical indicating whether the results are indicated for the Shiny app or not. |
updateProgress |
A callback function to track progress in the Shiny app. |
A list with objects of class Primers
.
## Not run:
data(Comparison)
eval.data <- check_constraints_comparison(primer.data[1:2], template.data[1:2], settings)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.