View source: R/con_melting_temperature.R
call.melt | R Documentation |
Computes the melting temperature for the input primers.
call.melt(
primers,
complements,
primer_conc,
na_salt_conc,
mg_salt_conc,
k_salt_conc,
tris_salt_conc
)
primers |
Character vector of primer strings. |
complements |
Character vector with complement sequences
corresponding to |
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 buffer concentration. |
Melting temperature data frame.
Le Novère N. (2001). MELTING, computing the melting temperature of nucleic acid duplex. Bioinformatics, 17: 1226-1227. Dumousseau M., Rodriguez N., Juty N., Le Novère N. (2012) MELTING, a flexible platform to predict the melting temperatures of nucleic acids. BMC Bioinformatics, 13: 101.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.