cascaded.filter.quick | R Documentation |
Filter primers in a cascaded fashion.
cascaded.filter.quick(
primer.df,
template.df,
settings,
to.compute.constraints,
mode.directionality = c("fw", "rev", "both"),
active.constraints = NULL,
no.structures = FALSE,
updateProgress = NULL
)
primer.df |
Primer data frame. |
template.df |
Template data frame. |
settings |
Settings object. |
to.compute.constraints |
Names of constraints that still have to be computed. |
mode.directionality |
Primer direction. |
active.constraints |
The constraints that are to be used for filtering.
If |
no.structures |
Whether dimerization structures shall be computed. |
updateProgress |
Progress callback function for shiny. |
At each constraint evaluation all primers that do not fulfill the current constraint are removed.
Constraints that are specified in to.compute.constraints
are computed on the fly.
The filtered primer data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.