Learn R Programming

ToxicoGx (version 0.1.1)

updateDrugId: A function to update drug ids

Description

A function to update drug ids

Usage

updateDrugId(tSet, new.ids = vector("character"))

Arguments

tSet

[object] A ToxicoSet object to be updates

new.ids

[character] A character vector of ids to update with

Examples

Run this code
# NOT RUN {
data(TGGATESsmall)
updateDrugId(TGGATESsmall, new.ids = drugNames(TGGATESsmall))
# }

Run the code above in your browser using DataLab