enumerate.states: Enumerates all the possible base pairing states for a RNA...

View source: R/enumerate.states.R

enumerate.statesR Documentation

Enumerates all the possible base pairing states for a RNA helix and compiles a list of thermodynamic parameters for each state

Description

Generates all possible base pairing states for a helix. Assumes that strands are not allowed to slips.

Usage

enumerate.states(NucAcid = c("RNA", "F-CGAAAGGU", "ACCUUUCG-Q"))

Arguments

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")"

Value

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


JPSieg/MeltR documentation built on Feb. 4, 2024, 7:10 a.m.