Learn R Programming

ABSSeq (version 1.8.0)

minimalDispersion: Accessors for the 'minDispersion' slot of a ABSDataSet object.

Description

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

Usage

"minimalDispersion"(object)
"minimalDispersion"(object)<-value

Arguments

object
an ABSDataSet object.
value
a positive numeric object

Details

The 'minimalDispersion' is the penalty of dispersion estimation. User can set the penalty of dispersion by this function

See Also

callParameter,ABSDataSet

Examples

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

Run the code above in your browser using DataLab