IR {sesame}R Documentation

IR getter generic

Description

IR getter generic

Get IR slot of SigSet class

Usage

IR(x)

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

Arguments

x

object of SigSet

Value

The IR slot of SigSet

Examples

sesameDataCache("HM450") # if not done yet
sset <- sesameDataGet('HM450.1.TCGA.PAAD')$sset
head(IR(sset))

[Package sesame version 1.10.5 Index]