View source: R/con_primer_secondary_structures.R
compute.structure.vienna | R Documentation |
Computes secondary structures using ViennaRNA.
compute.structure.vienna(
seqs,
annealing.temperature,
folding.constraints = NULL,
id = ""
)
seqs |
The input sequences for which structures shall be computed. |
annealing.temperature |
The temperature in degree Celsius at which to compute secondary structures. |
folding.constraints |
Character vector specifying the folding
conditions for every input sequence.
For example the constraint |
id |
An identifier for storing the files |
constraints |
If provide |
A data frame with secondary structures.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.