show-SampleSet-method: Show Object SampleSet

Description Usage Arguments Value Examples

Description

Display informations about the SampleSet object

Usage

1
2
## 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

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

funtooNorm documentation built on Nov. 8, 2020, 8:04 p.m.