Learn R Programming

ToxicoGx (version 0.1.1)

drugNames<-: drugNames<- Generic

Description

A generic for the drugNames replacement method

Usage

drugNames(object) <- value

Arguments

object

A ToxicoSet object to modify

value

A character vector of replacement drug names

Value

Updated ToxicoSet

Examples

Run this code
# NOT RUN {
data(TGGATESsmall)
drugNames(TGGATESsmall) <- drugNames(TGGATESsmall)

# }

Run the code above in your browser using DataLab