View source: R/enumerate.states.R
enumerate.states | R Documentation |
Generates all possible base pairing states for a helix. Assumes that strands are not allowed to slips.
enumerate.states(NucAcid = c("RNA", "F-CGAAAGGU", "ACCUUUCG-Q"))
NucAcid |
A vector containing RNA or DNA sequences. Flourophores and quenchers should be separated from the RNA sequnece with a dash. Example "c("RNA", "FAM-ACCUUUCG", "CGAAAGGU-BHQ1")" |
A list of data frames containing the sequence of the A strand, the sequence of the B strand, and a 1 if a BP is present or a 0 if no BP is present.e
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.