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