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

sset <- sesameDataGet('HM450.1.TCGA.PAAD')$sset
head(probeNames(sset))

[Package sesame version 1.2.0 Index]