biothings-explorer

Python Client for BioThings Explorer


Keywords
schema, biothings, ncats-translator
License
BSD-3-Clause
Install
pip install biothings-explorer==1.1.0

Documentation

BioThings Explorer

Test BioThings Explorer Python Package Codacy Badge Codacy Badge Documentation Status PyPI

Introduction

This is the development repo for the python client of BioThings Explorer. This tool aims at helping users querying and linking results from a variety of biomedical relevant APIs through one interface. The project is funded by the NCATS Translator project.

P.S. — Documentation is Available at //biothings-explorer.readthedocs.io.

Revelant Concepts

  1. BioLink Model

    The BioLink Model defines a high level datamodel of biological entities (genes, diseases, phenotypes, pathways, individuals, substances, etc) and their associations. BioThings Explorer restructures outputs from different APIs into the data model defined by BioLink, so that they can be easily connected and queried.

  2. SmartAPI

    SmartAPI aims to maximize the FAIRness (Findability, Accessibility, Interoperability, and Reusability) of web-based Application Programming Interfaces (APIs). Rich metadata is essential to properly describe your API so that it becomes discoverable, connected, and reusable. BioThings Explorer takes advantage of the rich metadata information described in SmartAPI and create a meta knowledge graph, allowing BioThings Explorer to autonomously query a distributed knowledge graph. The distributed knowledge graph is made up of biomedical APIs that have been annotated with semantically-precise descriptions of their inputs and outputs.

Current Integrated APIs

How to use the package

Official Documentation is Available at //biothings-explorer.readthedocs.io

Jupyter notebook demo is located at this folder.

Some real world use cases of BioThings Explorer.

Using the TRAPI Endpoint of BTE through Python Client

Please refer to detailed tutorial located at here