View source: R/con_annealing_temperature.R
compute.covered.Ta | R Documentation |
Computes the annealing temperature using all binding events.
compute.covered.Ta(
primer.df,
mode.directionality = c("fw", "rev", "both"),
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 recommended annealing temperature.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.