Learn R Programming

contiBAIT (version 1.0.0)

OrientationFrame-class: A class for storing contig orientations

Description

This class is a matrix of two character vectors that represent the orientation of contigs. The first element of thismatrix is the contigs name The second element is the orinetation (as either + or -).

Constructor for OrientationFrame

Usage

OrientationFrame(orientation = character())

Arguments

orientation
a matrix of two character vectors that represent the orientation of contigs. The first element of thismatrix is the contigs name The second element is the orinetation (as either + or -).

Value

  • a OrientationFrame

Examples

Run this code
OrientationFrame(matrix(ncol=2, c("chr4:3002423-4003230", "+", 
		"chr4:140113083-141113889", "+")))

Run the code above in your browser using DataLab