oobGpass {sesame}R Documentation

Get oobG slot of SigSet class that passes mask This is the same as oobG() if there is no mask set

Description

Get oobG slot of SigSet class that passes mask This is the same as oobG() if there is no mask set

Usage

oobGpass(sset)

Arguments

sset

SigSet object

Value

The oobG slot that passes extra$mask filter

Examples

sesameDataCache("EPIC") # if not done yet
sset <- sesameDataGet('EPIC.1.LNCaP')$sset
head(oobGpass(sset))

[Package sesame version 1.10.5 Index]