Is there any way to map ChEMBL compound IDs to KEGG Drug IDs?
3
3
Entering edit mode
4.4 years ago
Misha ▴ 60

Dear All,

I am looking for a way in which I can map or get the ChEMBL compound IDs to KEGG Drug IDs compounds.

For eg. Say the ChEMBl compound id is CHEMBL113, the corresponding KEGG Drug ID for this ChEMBL compound is D00528. Similarly, I have a list of many ChEMBl compound ids for which I have to find their corresponding KEGG Drug IDs. Any Suggestions?

Thanks.

ChEMBL KEGG Drug ID Mapping • 2.0k views
ADD COMMENT
1
Entering edit mode
4.4 years ago

Cactvs toolkit www.xemistry.com/academic free software for academic users only):

a) Python

pycactvs>Ens('CHEMBL113').E_KEGG_DRUG_ID
'D00528'

b) Tcl

cactvs>ens get CHEMBL113 E_KEGG_DRUG_ID
D00528
ADD COMMENT
1
Entering edit mode
4.3 years ago
tamerg ▴ 100

Alternatively you can use biobtree for this mapping locally. It has both R and Python clients. For example with R in following way

# retrieve chembl related database 
bbBuiltInDB(type = '4')
# start biobtreeR
bbStart()
# perform mapping
bbMapping('CHEMBL113','map(chebi).map(kegg)')
ADD COMMENT
0
Entering edit mode
2.2 years ago

This Java project can be helpful for cross-mapping drug ids from different databases ( Drugbank, ChEMBL PubChem, UMLS, TTD, KEGG, ZINC ): https://github.com/iit-Demokritos/drug_id_mapping

You can directly use the resulting TSV file: https://github.com/iit-Demokritos/drug_id_mapping/blob/main/drug-mappings.tsv as long as you use this only for academic/research use and provide a citation to the paper referred in the github repository.

ADD COMMENT

Login before adding your answer.

Traffic: 1474 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6