Learn R Programming

contiBAIT (version 1.0.0)

StrandReadMatrix-class: A class for storing read counts for a set of contigs over several libraries

Description

The information stored in this class is simple read counts, so should be integers >=0.

Constructor for StrandReadMatrix

Usage

StrandReadMatrix(counts = matrix(integer()))

Arguments

counts
an integer matrix of read counts

Value

  • a StrandReadMatrix

Examples

Run this code
data("exampleWatsonFreq")
StrandReadMatrix(exampleWatsonFreq[,2, drop=FALSE])

Run the code above in your browser using DataLab