oobG {sesame}R Documentation

oobG getter generic

Description

oobG getter generic

Get oobG slot of SigSet class

Usage

oobG(x)

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

Arguments

x

object of SigSet

Value

The oobG slot of SigSet

Examples

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

[Package sesame version 1.8.10 Index]