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