Learn R Programming

ToxicoGx (version 0.1.1)

drugNames: drugNames Generic

Description

A generic for the drugNames method

Usage

drugNames(tSet)

Arguments

tSet

A ToxicoSet object from which to retrieve the included drug names

Value

A vector of the drug names used in the ToxicoSet

Examples

Run this code
# NOT RUN {
data(TGGATESsmall)
drugName <- drugNames(TGGATESsmall)[1:10]

# }

Run the code above in your browser using DataLab