项目作者: pasculorente

项目描述 :
An example on how to use reactome Rest API
高级语言: Jupyter Notebook
项目地址: git://github.com/pasculorente/diagram-exporter-example.git
创建时间: 2017-12-04T12:53:48Z
项目社区:https://github.com/pasculorente/diagram-exporter-example

开源协议:GNU General Public License v3.0

下载


Diagram exporter example

An example on how to use reactome (https://reactome.org) Rest API.

This example consists in a Jupyter notebook that shows how to use python to get the most significant pathways for a list of genes. This example should easily be portable to other languages such as Java or R.

The diagram exporter is a service offered by Reactome to obtain the diagram images via http Rest API that can be found in the Content Service: https://reactome.org/ContentService/#/exporter/toRasterUsingGET

The analysis service allows users to send data and visualize it on top of the diagram. To see more about how to perform an analysis go to https://reactome.org/dev/analysis.

Install and run

To run the notebook, you need first to install jupyter http://jupyter.org/install.html.

Then clone the project in your disk

  1. cd ~
  2. git clone https://github.com/pasculorente/diagram-exporter-use-case.git
  3. cd diagram-exporter-use-case

After that, run jupyter into this folder

  1. jupyter-notebook