View source: R/optimization_greedy.R
select.best.primer.idx | R Documentation |
Selects the currently best primer for Greedy primer selection.
select.best.primer.idx(
result,
primers,
deltaG.cutoff,
target.temp,
primer_conc,
na_salt_conc,
mg_salt_conc,
k_salt_conc,
tris_salt_conc
)
result |
Data frame of current optimized primer data set that is to be augmented. |
primers |
Data frame of candidate primers for addition to |
deltaG.cutoff |
Free energy cutoff for cross-dimerization. |
target.temp |
Target annealing temperature in Celsius. |
primer_conc |
Primer concentration. |
na_salt_conc |
Sodium ion concentration. |
mg_salt_conc |
Magensium ion concentration. |
k_salt_conc |
Potassium ion concentration. |
tris_salt_conc |
Tris ion concentration. |
The index of a suitable primer according to Greedy selection.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.