Description Usage Arguments Value Examples
Creates a object of class SampleSet from the raw unprocessed data in RGChannelSet
1 | fromRGChannelSet(myRGChannelSet)
|
myRGChannelSet |
: RGChannelSet, from minfi package, should contain a cell_type vector in pData |
An object of class 'SampleSet'
1 2 3 | require(minfiData)
pData(RGsetEx)$cell_type <- rep(c("type1","type2"),3)
mySampleSet=fromRGChannelSet(RGsetEx)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.