GetTarget: Match target according to CHEMBL IDs

View source: R/api_DTC.R

GetTargetR Documentation

Match target according to CHEMBL IDs

Description

This function matches target of drugs according to user-provided identifiers.

Usage

GetTarget(chembl_ids)

Arguments

chembl_ids

A vector of characters contains the CHEMBL IDs of drugs

Details

This function queries DTC database via API to query targets with CHEMBL ID

Value

A data frame contains two columns:

  • chembl_id Input CHEMBL ID

  • target_gene_name Gene name for the target

  • inhibitor_type The type of the inhibitor

  • target_protein_class The protein class for target

  • target_organism The organism used to test the target activity

  • target_protein_name The protein name for target

Author(s)

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

Examples

GetTarget("CHEMBL25")

shuyuzheng/TidyComb documentation built on June 14, 2022, 6:40 a.m.