show,SigSet-method {sesame}R Documentation

The display method for SigSet

Description

The function outputs the number of probes in each category and the first few signal measurements. NBeads slots are not shown here.

Usage

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

Arguments

object

displayed object

Value

message of number of probes in each category.

Examples

sset <- sesameDataGet('EPIC.1.LNCaP')$sset
print(sset)

[Package sesame version 1.2.0 Index]