View source: R/con_annealing_temperature.R
compute_annealing_temp | R Documentation |
Identifies the optimal annealing temperature of a set of primers. If primers cover template sequences, the annealing temperature is computed using Rychlik's formula. Otherwise, the annealing temperature is determined using the rule of thumb based on the melting temperatures of the primers.
compute_annealing_temp(
primer.df,
mode.directionality,
template.df,
na_salt_conc,
mg_salt_conc,
k_salt_conc,
tris_salt_conc,
primer_conc
)
primer.df |
Primer data frame. |
mode.directionality |
Primer directionality. |
template.df |
Template data frame |
na_salt_conc |
Sodium ion concentration. |
mg_salt_conc |
Magensium ion concentration. |
k_salt_conc |
Potassium ion concentration. |
tris_salt_conc |
Tris buffer concentration. |
primer_conc |
Primer concentration. |
The optimal annealing temperature.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.