powered by
Creates a coordinate file from a CT file that has been loaded into a data frame
ct2coord(input)
Returns a coordinate file for the secondary structure represented in the CT file
Data frame representing a ct file. Created from makeCt or loadCt
JP Bida
RNAPlot
ct=makeCt("((((...(((((((....)))))))...((((...))))...))))", "CCCCAAAGGGGGGGAUUACCCCUCCUUUAAAAGGGUUUUCCCCCCC" ) coord=ct2coord(ct) RNAPlot(coord)
Run the code above in your browser using DataLab