Learn R Programming

ABSSeq (version 1.8.0)

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

Description

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

Usage

"LevelstoNormFC"(object)
"LevelstoNormFC"(object)<-value

Arguments

object
an ABSDataSet object.
value
a positive numeric object

Details

The 'LevelstoNormFC' is maximal level of average standard deviation in fold-change normalization according to expression level.

See Also

ABSDataSet, callParameter

Examples

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

Run the code above in your browser using DataLab