ctl {sesame}R Documentation

ctl getter generic

Description

ctl getter generic

Get ctl slot of SigSet class

Usage

ctl(x)

## S4 method for signature 'SigSet'
ctl(x)

Arguments

x

object of SigSet

Value

The ctl slot of SigSet

Examples

sset <- sesameDataGet('HM450.1.TCGA.PAAD')$sset
head(ctl(sset))

[Package sesame version 1.2.0 Index]