updateDrugId {ToxicoGx} | R Documentation |
A function to update drug ids
updateDrugId(tSet, new.ids = vector("character"))
tSet |
[object] A ToxicoSet object to be updates |
new.ids |
[character] A character vector of ids to update with |
none
Updates the drug ids in the ToxicoSet
data(TGGATESsmall) updateDrugId(TGGATESsmall, new.ids = drugNames(TGGATESsmall))