GetTarget | R Documentation |
This function matches target of drugs according to user-provided identifiers.
GetTarget(chembl_ids)
chembl_ids |
A vector of characters contains the CHEMBL IDs of drugs |
This function queries DTC database via API to query targets with CHEMBL ID
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
Jing Tang jing.tang@helsinki.fi Shuyu Zheng shuyu.zheng@helsinki.fi
GetTarget("CHEMBL25")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.