filter.by.constraints | R Documentation |
Remove primers that do not fulfill the current constraints (evaluate all primers).
filter.by.constraints(
filtered.df,
constraint.df,
current.constraints,
active.constraints,
mode.directionality = c("fw", "rev", "both"),
template.df
)
filtered.df |
Primer data frame. |
constraint.df |
Data frame with constraint values. |
current.constraints |
List with constraint settings. |
active.constraints |
Strings giving the names of active constraints. |
mode.directionality |
Direction of primers |
template.df |
Template data frame. |
A list containing the filtered primer data frame, as well as a data frame of the excluded primers and the used filtering settings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.