Learn R Programming

RRNA (version 1.0)

bplfile: 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 ct=makeCt("((((...))))","AAAACCCUUUU") ### Create the coordinate file ### dat=ct2coord(ct)
name
Name of the file outputed

Value

Creates the file with the given "name"

Examples

Run this code
ct=makeCt("((((...))))","AAAACCCUUUU")
### Create the coordinate file ###
dat=ct2coord(ct)

bplfile(dat,"test.bpl")

Run the code above in your browser using DataLab