fromRGChannelSet | R Documentation |
Creates a object of class SampleSet from the raw unprocessed data in RGChannelSet
fromRGChannelSet(myRGChannelSet)
myRGChannelSet |
: RGChannelSet, from minfi package, should contain a cell_type vector in pData |
An object of class 'SampleSet'
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.