extra {sesame}R Documentation

extra getter generic

Description

extra getter generic

Get extra slot of SigSet class

Usage

extra(x)

## S4 method for signature 'SigSet'
extra(x)

Arguments

x

object of SigSet

Value

The extra slot of SigSet

Examples

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

[Package sesame version 1.10.5 Index]