show-SampleSet-method: Show Object SampleSet

show,SampleSet-methodR Documentation

Show Object SampleSet

Description

Display informations about the SampleSet object

Usage

## S4 method for signature 'SampleSet'
show(object)

Arguments

object

an object of class SampleSet

...

optional arguments passed to or from other methods.

Value

No value is returned. The function prints the summary of object of class SampleSet to screen

Examples

require(minfiData)
pData(RGsetEx)$cell_type <- rep(c("type1","type2"),3)
mySampleSet=fromRGChannelSet(RGsetEx)
mySampleSet


GreenwoodLab/funtooNorm documentation built on April 5, 2022, 3:22 p.m.