LevelstoNormFC {ABSSeq} | R Documentation |
Accessor functions for the 'LevelstoNormFC' slot of a ABSDataSet object.
## S4 method for signature 'ABSDataSet' LevelstoNormFC(object) ## S4 replacement method for signature 'ABSDataSet,numeric' LevelstoNormFC(object)<-value
object |
an |
value |
a positive numeric object |
The 'LevelstoNormFC' is maximal level of average standard deviation in fold-change normalization according to expression level.
data(simuN5) obj <- ABSDataSet(counts=simuN5$counts, groups=factor(simuN5$groups)) LevelstoNormFC(obj) LevelstoNormFC(obj) <- 200 LevelstoNormFC(obj)