oobRpass {sesame}R Documentation

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

Description

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

Usage

oobRpass(sset)

Arguments

sset

SigSet object

Value

The oobR slot that passes extra$mask filter

Examples

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

[Package sesame version 1.8.10 Index]