Description Usage Arguments Value Methods (by class) Examples
Computes Beta values from normalized signals
1 2 3 4 | getNormBeta(object, offset = 100)
## S4 method for signature 'SampleSet'
getNormBeta(object, offset = 100)
|
object |
of type SampleSet |
offset |
default is 100 as Illumina standard |
a matrix containing beta after normalization value for each CpG position and each samples
SampleSet
: Computes Beta values from normalized signals
1 2 3 4 | require(minfiData)
pData(RGsetEx)$cell_type <- rep(c("type1","type2"),3)
mySampleSet=fromRGChannelSet(RGsetEx)
b=getNormBeta(funtooNorm(mySampleSet))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.