drugNames {ToxicoGx}R Documentation

drugNames Generic

Description

A generic for the drugNames method

Usage

drugNames(object)

Arguments

object

A ToxicoSet object from which to retrieve the included drug names

Value

A vector of the drug names used in the ToxicoSet

Examples

data(TGGATESsmall)
drugName <- drugNames(TGGATESsmall)[seq_len(10)]


[Package ToxicoGx version 1.4.0 Index]