Description Usage Arguments Value Examples
A function to update drug ids
1 | 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
1 2 | data(TGGATESsmall)
updateDrugId(TGGATESsmall, new.ids = drugNames(TGGATESsmall))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.