getRawBeta | R Documentation |
Computes Beta value from raw signals
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
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.