drugNames<- {PharmacoGx}R Documentation

drugNames<- Generic

Description

A generic for the drugNames replacement method

Usage

drugNames(object) <- value

Arguments

object

The PharmacoSet to update

value

A character vector of the new drug names

Value

The object with updated drug names

Examples

data(CCLEsmall)
drugNames(CCLEsmall) <- drugNames(CCLEsmall)


[Package PharmacoGx version 2.6.0 Index]