filter.primer.set.opti | R Documentation |
Filters a primer set during the optimization procedure.
filter.primer.set.opti(
primer.df,
sample,
template.df,
settings,
mode.directionality,
required.cvg,
results.loc,
target.temps
)
primer.df |
Primer data frame. |
sample |
Name of the current template sample. |
template.df |
Template data frame. |
settings |
List with settings for the constraints to be used for filtering. |
mode.directionality |
Primer direction. |
required.cvg |
Required ratio of covered templates.
If |
results.loc |
Path to a directory where the results should be written. |
target.temps |
Target melting temperature of the primers in Celsius. This argument is only required if we try to match the melting temperatures of another primer set, e.g. when first optimizing forward and then optimizing reverse primers. |
The filtered primer data frame with respect to required.cvg
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.