GetPubNames | R Documentation |
GetPubNames
queries PubChem database with drug CIDs via
(PUG REST to
searching for synonyms of drug.
GetPubNames(cids, quiet = TRUE)
cids |
A vector of characters or integers containing CID of drugs for searching. |
quiet |
A logical value. If it is |
A Data frame contains:
cid Inputted CIDs.
name The first name in the synonyms list retrieved from PubChem.
synonyms Synonyms retrieved from PubChem
Jing Tang jing.tang@helsinki.fi Shuyu Zheng shuyu.zheng@helsinki.fi
GetPubNames("2244")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.