View source: R/constraints_eval.R
eval.constraints | R Documentation |
Evaluates whether the given primer data frame fulfills the required conditions.
eval.constraints(
constraint.df,
constraint.settings,
active.constraints,
mode.directionality = c("fw", "rev", "both"),
primer.df
)
constraint.df |
Primer data frame with computed constraints. |
constraint.settings |
List with allowed values pers constraint. |
active.constraints |
Names of constraints to be evaluated. |
mode.directionality |
Directionality of primers |
primer.df |
Primer data frame corresponding to |
Constraint values should be contained in constraint.df
.
For each constraint in active.constraints
, a boolean column with the name
EVAL_<constraint_name>
is generated, which indicates whether
a primer in a given rows fulfills a constraint or not.
Augments the constraint.df
data frame with evaluation columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.