Description Usage Arguments Value Examples
Display informations about the SampleSet object
1 2 | ## S4 method for signature 'SampleSet'
show(object)
|
object |
an object of class SampleSet |
... |
optional arguments passed to or from other methods. |
No value is returned. The function prints the summary of object of class SampleSet to screen
1 2 3 4 | require(minfiData)
pData(RGsetEx)$cell_type <- rep(c("type1","type2"),3)
mySampleSet=fromRGChannelSet(RGsetEx)
mySampleSet
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.