sub-ToxicoSet-ANY-ANY-ANY-method: '['

Description Usage Arguments Value Examples

Description

'['

Usage

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

Arguments

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

Value

Returns the subsetted tSet

Examples

1
tSet <- TGGATESsmall[cellNames(TGGATESsmall), drugNames(TGGATESsmall)[seq_len(3)]]

ToxicoGx documentation built on Nov. 19, 2020, 2 a.m.