[,ToxicoSet,ANY,ANY,ANY-method {ToxicoGx} | R Documentation |
'['
## S4 method for signature 'ToxicoSet,ANY,ANY,ANY' x[i, j, ..., drop = FALSE]
x |
tSet |
i |
Cell lines to keep in tSet |
j |
Drugs to keep in tSet |
... |
further arguments |
drop |
A boolean flag of whether to drop single dimensions or not |
Returns the subsetted tSet
tSet <- TGGATESsmall[cellNames(TGGATESsmall), drugNames(TGGATESsmall)[seq_len(3)]]