View source: R/con_primer_secondary_structures.R
compute.secondary.structures | R Documentation |
Computes the secondary structures of the input primers using ViennaRNA.
compute.secondary.structures(
primer.df,
mode.directionality = c("fw", "rev", "both"),
annealing.temperature
)
primer.df |
Primer data frame. |
mode.directionality |
Direction of primers. |
annealing.temperature |
Temperatures at which to compute secondary structures for every primer |
Data frame with secondary structure information.
Lorenz, Ronny and Bernhart, Stephan H. and Höner zu Siederdissen, Christian and Tafer, Hakim and Flamm, Christoph and Stadler, Peter F. and Hofacker, Ivo L. ViennaRNA Package 2.0 Algorithms for Molecular Biology, 6:1 26, 2011, doi:10.1186/1748-7188-6-26
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.