GetChembl | R Documentation |
GetChembl
retrieves ChEMBL ID and max clinical trial phase of drugs
accordint to standard InChIKey.
GetChembl(ids, quiet = TRUE)
ids |
A vector of characters contains the InChIKey of drugs. Note: the leading and tailing whitespaces are not allowed. |
quiet |
A logical value. If it is |
GetChembl
queries ChEMBL database via
ChEMBL Web Services. The input drug
identifier is standard InChIKey.
A data frame contains 3 columns:
inchikey |
Inputted standard InChIKey of drugs. |
chembl_id |
ChEMBL ID of the matched drugs. |
chembl_phase |
Max clinical trial phase of the matched drugs. |
Jing Tang jing.tang@helsinki.fi Shuyu Zheng shuyu.zheng@helsinki.fi
drug.info <- GetChembl("PMATZTZNYRCHOR-CGLBZJNRSA-N")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.