check_cvg_constraints {openPrimeR} | R Documentation |
Computes the biochemical properties specified in the
settings
object and determines whether the primers
fulfill the required constraints.
check_cvg_constraints( primer.df, template.df, settings, active.constraints = names(cvg_constraints(settings)), to.compute.constraints = active.constraints, for.shiny = FALSE, updateProgress = NULL )
primer.df |
A |
template.df |
A |
settings |
A |
active.constraints |
Identifiers of constraints that are to be checked. |
to.compute.constraints |
Constraints that are to be computed. |
for.shiny |
Whether to format output for HTML. |
updateProgress |
Progress callback function for shiny. |
A Primers
object with with columns for each constraint in active.constraints
.
Please note that some constraints can only be computed if additional software is installed,
please see DesignSettings
for an overview.