oobG<- {sesame}R Documentation

oobG replacement generic

Description

oobG replacement generic

Replace oobG slot of SigSet class

Usage

oobG(x) <- value

## S4 replacement method for signature 'SigSet'
oobG(x) <- value

Arguments

x

object of SigSet

value

new value

Value

a new SigSet

Examples

sesameDataCache("HM450") # if not done yet
sset <- sesameDataGet('HM450.1.TCGA.PAAD')$sset
df <- oobG(sset)
df[1,1] <- 10
oobG(sset) <- df 

[Package sesame version 1.10.5 Index]