Learn R Programming

ABSSeq (version 1.8.0)

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

Description

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

Usage

"minRates"(object)
"minRates"(object)<-value

Arguments

object
an ABSDataSet object.
value
a positive numeric object

Details

The 'minRates' is the lower 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))
minRates(obj)
minRates(obj) <- 0.3
minRates(obj)

Run the code above in your browser using DataLab