makeCt | R Documentation |
Given an RNA secondary structure in bracket notation containing no pseudoKnots this function creates an R data frame that represents the secondary structures CT file.
makeCt(struct, seq)
struct |
Bracket notation.
|
seq |
String containing the RNA sequence
|
Returns a data frame representing the bracket notaiton secondary structure in a CT file like format.
JP Bida
st="(((((....)))))..((..))"
seq="AUAAUUAAAAAAAACCCCCAAA"
ct=makeCt(st,seq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.