oobG-replace-methods: oobG replacement generic

Description Usage Arguments Value Examples

Description

oobG replacement generic

Replace oobG slot of SigSet class

Usage

1
2
3
4
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

1
2
3
4
sset <- sesameDataGet('HM450.1.TCGA.PAAD')$sset
df <- oobG(sset)
df[1,1] <- 10
oobG(sset) <- df 

sesame documentation built on Nov. 15, 2020, 2:08 a.m.