.. biothings_explorer documentation master file, created by sphinx-quickstart on Mon Jul 9 15:02:17 2018. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Documentation for BioThings Explorer ==================================== Introduction ------------ `BioThings Explorer `_ integrates a variety of biomedical API resources and make them available through a central access point. By addressing the data interoperability issue across different APIs through `SmartAPI `_ and `JSON-LD `_ technologies, BioThings Explorer allows users to perform federated queries across multiple different databases as well as conduct linked biomedical knowledge discovery, e.g. find all **drugs** which interacts with **proteins** produces by **genes** involved in a specific **biological pathway**. User's Guide ------------- The main documentation of this site could be organized into the following sections. .. toctree:: :maxdepth: 2 doc/metadata doc/locateapi doc/fetchdata Requirements ============ 1. python >=2.6 (including python3) 2. requests (install using "pip install requests") Installation ============= Either install from source, like: .. code-block:: bash git clone https://github.com/biothings/biothings_explorer.git cd biothings_explorer python setup.py install or use pip, like: .. code-block:: bash pip install biothings_explorer or directly from our repository, like: .. code-block:: bash pip install git+https://github.com/biothings/biothings_explorer.git#egg=biothings_explorer For Developers --------------- .. toctree:: :maxdepth: 2 doc/code How to cite =========== `Our paper on JSON-LD `_ Related Links ============= * `BioThings Explorer Web Interface `_ * `BioThings Explorer Web Github `_ * `BioThings Explorer Python Client Github `_ * `SmartAPI `_ * `JSON-LD `_