IRpass {sesame}R Documentation

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

Description

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

Usage

IRpass(sset)

Arguments

sset

SigSet object

Value

The IR slot that passes extra$mask filter

Examples

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

[Package sesame version 1.10.5 Index]