Description Usage Arguments Details See Also Examples
Accessor functions for the 'LevelstoNormFC' slot of a ABSDataSet object.
1 2 3 4 5 | ## 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.
1 2 3 4 5 | data(simuN5)
obj <- ABSDataSet(counts=simuN5$counts, groups=factor(simuN5$groups))
LevelstoNormFC(obj)
LevelstoNormFC(obj) <- 200
LevelstoNormFC(obj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.