bplfile {RRNA} | R Documentation |
A bpl file can be created from a given coordinate file for inputing into other RNA visulatization programs
bplfile(dat, name)
dat |
Coordinate file created by ct2coord or loadCoords functions
|
name |
Name of the file outputed |
Creates the file with the given "name"
JP Bida
ct=makeCt("((((...))))","AAAACCCUUUU")
### Create the coordinate file ###
dat=ct2coord(ct)
bplfile(dat,tempfile())