probeNames {sesame}R Documentation

Get Probe Names of SigSet class

Description

Get Probe Names of SigSet class

Usage

probeNames(x)

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

Arguments

x

object of Sigset

Value

A char vector

Examples

sesameDataCache("HM450") # if not done yet
sset <- sesameDataGet('HM450.1.TCGA.PAAD')$sset
head(probeNames(sset))

[Package sesame version 1.10.5 Index]