show,SampleSet-method | R Documentation |
Display informations about the SampleSet object
## 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
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.