StrandStateMatrix-class {contiBAIT} | R Documentation |
The strand information stored in this object is a call of the strand state of each contig in each library. mapping to each contig in each library (cell). This should fall within the range (-1,1). This class simply extends matrix, but with additional validity checking.
StrandStateMatrix(states = matrix(integer()))
states |
an integer matrix of strand states by library |
a StrandStateMatrix
StrandStateMatrix(matrix(ncol=2, c(1,3,1,2)))