Learn R Programming

RRNA (version 1.2)

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)

Value

Creates the file with the given "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

Author

JP Bida

Examples

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

bplfile(dat,tempfile())

Run the code above in your browser using DataLab