StrandReadMatrix-class {contiBAIT}R Documentation

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.

Usage

StrandReadMatrix(counts = matrix(integer()))

Arguments

counts

an integer matrix of read counts

Value

a StrandReadMatrix

Examples

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

[Package contiBAIT version 1.20.0 Index]