biolink / biolink-model-toolkit

A collection of useful python functions for looking up information and working with the Biolink Model
https://biolink.github.io/biolink-model-toolkit/
BSD 3-Clause "New" or "Revised" License
20 stars 11 forks source link

add functionality to return biolink class for any curie #61

Closed sierra-moxon closed 2 years ago

sierra-moxon commented 3 years ago

slightly different than element_name = t.get_element_by_mapping('RO:0002410') instead of mapping via exact, narrow, close, etc. mappings, this feature would take a curie and return the most likely classes that would be instantiated for a curie of this kind. @kevinschaper @kshefchek