Closed kevinxin90 closed 6 years ago
Parser from RTX team for Chembl: https://github.com/RTXteam/RTX/blob/master/code/reasoningtool/QueryChEMBL.py They only use two of the endpoints from Chembl: 1.compound_record -> convert from drug name to chembl id 2.target_prediction -> get predicted protein targets for a chembl id
Parser from RTX team for Pharos: https://github.com/RTXteam/RTX/blob/master/code/reasoningtool/QueryPharos.py Endpoints used
Parser from RTX team for Disease Ontology:https://github.com/RTXteam/RTX/blob/master/code/reasoningtool/QueryDisont.py Endpoint used:
Parser from RTX team for Reactome: https://github.com/RTXteam/RTX/blob/master/code/reasoningtool/QueryReactome.py Endpoint used
Parser from RTX team for GeneProf: https://github.com/RTXteam/RTX/blob/master/code/reasoningtool/QueryGeneProf.py Endpoint used:
Parser from RTX team for PathwayCommons2:https://github.com/RTXteam/RTX/blob/master/code/reasoningtool/QueryPC2.py Endpoint used