ct2coord | R Documentation |
Creates a coordinate file from a CT file that has been loaded into a data frame
ct2coord(input)
input |
Data frame representing a ct file. Created from makeCt or loadCt |
Returns a coordinate file for the secondary structure represented in the CT file
Pseudoknots sometimes cause trouble
JP Bida
RNAPlot
ct=makeCt("((((...(((((((....)))))))...((((...))))...))))",
"CCCCAAAGGGGGGGAUUACCCCUCCUUUAAAAGGGUUUUCCCCCCC"
)
coord=ct2coord(ct)
RNAPlot(coord)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.