SmartDataAnalytics / BioKEEN

A computational library for learning and evaluating biological knowledge graph embeddings - please see the main PyKEEN repo at https://github.com/pykeen/pykeen/
https://github.com/pykeen/pykeen/
MIT License
46 stars 4 forks source link

Add BEL Commons importer #18

Closed cthoyt closed 5 years ago

cthoyt commented 5 years ago

Should be easy enough to add a path type matching belcommons:\d+ that just grabs a network from the API endpoint get_api_network_network_id_export_serve_format, uses pybel to deserialize, then stick it in the BEL converter.