relax.constraints | R Documentation |
Relax constraints trying to reach the target coverage ratio.
relax.constraints(
settings,
filtered.df,
excluded.df,
stat.df,
template.df,
mode.directionality = c("fw", "rev"),
required.cvg,
target.temps = NULL,
results.loc = NULL
)
settings |
A |
filtered.df |
Data set of primers that fulfilled all constraints of the filtering procedure. |
excluded.df |
Data frame with excluded primers from the first filtering round. |
stat.df |
Data frame with statistics from filtering. |
template.df |
Template data frame. |
mode.directionality |
Primer direction. |
required.cvg |
Required ratio of covered templates. |
target.temps |
Target melting temperature values. |
results.loc |
The location where intermediary results should be stored. |
A list containing information about the relaxation as well as the filtered primers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.