Learn R Programming

ToxicoGx (version 0.1.1)

[,ToxicoSet,ANY,ANY,ANY-method: `[`

Description

`[`

Usage

# S4 method for 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

Run this code
# NOT RUN {
tSet <- TGGATESsmall[cellNames(TGGATESsmall), drugNames(TGGATESsmall)[1:3]]

# }

Run the code above in your browser using DataLab