GetChemblPhase | R Documentation |
GetChemblPhase
retrieves max clinical trial phase of drugs accordint
to ChEMBL ID.
GetChemblPhase(ids, quiet = TRUE)
ids |
A vector of characters contains the ChEMBL IDs of drugs. Note: the leading and tailing whitespaces are not allowed. |
quiet |
A logical value. If it is |
GetChemblPhase
queries ChEMBL database via
ChEMBL Web Services. The input drug
identifier is ChEMBL ID and the out put information is "max clinical trial
phase".
A data frame contains 2 columns:
chembl_id |
Inputted ChEMBL ID of 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 <- GetChemblPhase("CHEMBL25")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.