subsetSignal {sesame}R Documentation

Select a subset of probes

Description

The function takes a SigSet as input and output another SigSet with probes from the given probe selection.

Usage

subsetSignal(sset, probes)

Arguments

sset

a SigSet

probes

target probes

Value

another sset with probes specified

Examples

sset <- sesameDataGet('EPIC.1.LNCaP')$sset
subsetSignal(sset, rownames(slot(sset, 'IR')))

[Package sesame version 1.2.0 Index]