GetPubSynonymFromName | R Documentation |
GetPubSynonymFromName
queries PubChem database with drug names via
(PUG REST and
retrieves synonyms of drugs.
GetPubSynonymFromName(names)
names |
A vector of characters containing names of drugs for searching. |
A Data frame contains:
input_name The name inputted by user.
synonyms Synonyms retrieved from PubChem. Different synonyms are separated by ";".
Jing Tang jing.tang@helsinki.fi Shuyu Zheng shuyu.zheng@helsinki.fi
names <- c("Aspirin", "5-FU") synonyms <- GetPubSynonymFromName(names)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.