powered by
A bpl file can be created from a given coordinate file for inputing into other RNA visulatization programs
bplfile(dat, name)
Creates the file with the given "name"
Coordinate file created by ct2coord or loadCoords functions ct=makeCt("((((...))))","AAAACCCUUUU") ### Create the coordinate file ### dat=ct2coord(ct)
ct=makeCt("((((...))))","AAAACCCUUUU") ### Create the coordinate file ### dat=ct2coord(ct)
Name of the file outputed
JP Bida
ct=makeCt("((((...))))","AAAACCCUUUU") ### Create the coordinate file ### dat=ct2coord(ct) bplfile(dat,tempfile())
Run the code above in your browser using DataLab