View source: R/constraints_eval.R
evaluate.template.constraints | R Documentation |
Evaluates the input template constraints.
evaluate.template.constraints(
constraint.values,
constraint.settings,
active.constraints,
mode.directionality = c("fw", "rev", "both")
)
constraint.values |
Data frame with template constraints |
constraint.settings |
List specifying the allowed values for constraint evaluation. |
active.constraints |
Strings specifying the constraints to check. |
mode.directionality |
Direction of primers. |
List indicating which template constraints where fulfilled or not (TRUE/FALSE).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.