GetPubPhase | R Documentation |
GetPubPhase
function retrieves the max clinical trial phase of drugs
from PubChem database via
PUG REST,
accordint to CIDs.
GetPubPhase(cids, quiet = TRUE)
cids |
A vector of integer or character indicates the CIDs of drugs. |
quiet |
A logical value. If it is |
A data frame contains 4 columns:
CID CID of drugs which is inputted to cids
argument.
phase Max clinical trial phase of matched drugs.
Jing Tang jing.tang@helsinki.fi Shuyu Zheng shuyu.zheng@helsinki.fi
clinical.phase <- GetPubPhase(c(1,2,3,4, 2244))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.