Learn R Programming

ABSSeq (version 1.8.0)

maxRates: Accessors for the 'maxRates' slot of a ABSDataSet object.

Description

Accessor functions for the 'maxRates' slot of a ABSDataSet object.

Usage

"maxRates"(object)
"maxRates"(object)<-value

Arguments

object
an ABSDataSet object.
value
a positive numeric object

Details

The 'maxRates' is the upper bound of rate for baseline of counts difference esitimation.

See Also

callParameter,ABSDataSet

Examples

Run this code
obj <- ABSDataSet(counts=simuN5$counts, groups=factor(simuN5$groups))
maxRates(obj)
maxRates(obj) <- 0.4
maxRates(obj)

Run the code above in your browser using DataLab