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