GetChemblPhase: Get max clinical trial phase from ChEMBL ID

View source: R/api_chembl.R

GetChemblPhaseR Documentation

Get max clinical trial phase from ChEMBL ID

Description

GetChemblPhase retrieves max clinical trial phase of drugs accordint to ChEMBL ID.

Usage

GetChemblPhase(ids, quiet = TRUE)

Arguments

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 TRUE, the error messages will not show during runing the function.

Details

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".

Value

A data frame contains 2 columns:

chembl_id

Inputted ChEMBL ID of drugs.

chembl_phase

Max clinical trial phase of the matched drugs.

Author(s)

Jing Tang jing.tang@helsinki.fi Shuyu Zheng shuyu.zheng@helsinki.fi

Examples

drug.info <- GetChemblPhase("CHEMBL25")

DrugComb/TidyComb documentation built on June 22, 2022, 2:49 a.m.