sub-PharmacoSet-ANY-ANY-ANY-method: '['

Description Usage Arguments Value Examples

Description

'['

Usage

1
2
## S4 method for signature 'PharmacoSet,ANY,ANY,ANY'
x[i, j, ..., drop = FALSE]

Arguments

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

Value

Returns the subsetted object

Examples

1
2
data(CCLEsmall)
CCLEsmall["WM1799", "Sorafenib"]

PharmacoGx documentation built on Feb. 28, 2021, 2 a.m.