bplfile: Creates a bpl file from a coordinate file

View source: R/RRNA.r

bplfileR 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 ct=makeCt("((((...))))","AAAACCCUUUU") ### Create the coordinate file ### dat=ct2coord(ct)

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())

RRNA documentation built on Sept. 11, 2024, 8:14 p.m.