StrandReadMatrix-class {contiBAIT} | R Documentation |
The information stored in this class is simple read counts, so should be integers >=0.
StrandReadMatrix(counts = matrix(integer()))
counts |
an integer matrix of read counts |
a StrandReadMatrix
data("exampleWatsonFreq") StrandReadMatrix(exampleWatsonFreq[,2, drop=FALSE])