UpdateCid | R Documentation |
Fuction UpdateCid
takes CIDs as input. If inputted compounds was
labeled as "Non-live" in PubChem, the CID of the "preferred Compound" will
be returned. If the inputted CID is still "live" in PubChem, NA
will
be returned.
UpdateCid(cids)
cids |
a vector contains the CIDs of drugs on which test will be done. |
a data frame contains 2 columns:
old_cid The inputted CIDs.
new_cid If the tested compound is "Non-live", it is the
CID of "preferred compound". If the tested compound is still "live", it
is NA
.
Jing Tang jing.tang@helsinki.fi Shuyu Zheng shuyu.zheng@helsinki.fi
res <- UpdateCid(1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.