updateDrugId {ToxicoGx}R Documentation

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

Value

none Updates the drug ids in the ToxicoSet

Examples

data(TGGATESsmall)
updateDrugId(TGGATESsmall, new.ids = drugNames(TGGATESsmall))


[Package ToxicoGx version 1.0.1 Index]