[,RadioSet,ANY,ANY,ANY-method | R Documentation |
'['
## S4 method for signature 'RadioSet,ANY,ANY,ANY'
x[i, j, ..., drop = FALSE]
x |
object |
i |
Cell lines to keep in object |
j |
Drugs to keep in object |
... |
further arguments |
drop |
A boolean flag of whether to drop single dimensions or not |
Returns the subsetted object
data(clevelandSmall)
clevelandSmall[sampleNames(clevelandSmall)[1], treatmentNames(clevelandSmall)[1]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.