subsetSignal {sesame} | R Documentation |
The function takes a SigSet
as input and output another
SigSet
with probes from the given probe selection.
subsetSignal(sset, probes)
sset |
a |
probes |
target probes |
another sset with probes specified
sesameDataCache("EPIC") # if not done yet sset <- sesameDataGet('EPIC.1.LNCaP')$sset subsetSignal(sset, rownames(slot(sset, 'IR')))