A plugin for PathMe that allows to explore overlaps across pathway databases
Project description
This web application aims to facilitate querying, browsing, and navigating pathway knowledge formalized in Biological Expression Language (BEL). While it was built paralelly with PathMe, to facilitate the exploration of the databases harmonized by this package, the PathMe Viewer supports the visualization of BEL files. BEL files can be stored in the PathMe Viewer’s database and so they queried in the main page. In this page, users can select multiple BEL files (pathways) to renders the corresponding merged network in a user-friendly visualization powered by multiple built-in functionalities.
This web application is publicly accessible at http://pathme.scai.fraunhofer.de/ but can be locally deployed using Docker or PyPI (see Installation/Deployment sections).
Citation
If you use PathMe in your work, please cite [1]:
How to Use
Exploring pathways through this web application is simple. First, select a set of pathways from different databases. To choose a pathway, first select a database and the autocompletion form will then guide you to find pathway(s) of interest to you. After pathways have been selected, click on the “Explore” button to render the merged network corresponding to the selected pathways.
The resulting network is visualized in the next page where multiple functionalities enable the exploration of the pathway(s).
Installation
PathMe can be installed easily from PyPI running the following code in your terminal:
$ python3 -m pip install pathme_viewer
or from the latest code on GitHub with:
$ python3 -m pip install git+https://github.com/ComPath/PathMe-Viewer.git@master
Database
In order to visualize BEL files with the viwer, you have to load them into the databases. The following command to loads the databases converted to BEL by PathMe (note that the first time it runs might take a couple of hours). Additionally, users can customize the imports to other bel files or databases (please see the documentation page ).
python3 -m pathme_viewer manage load
In order to check the status of the database, you can run:
python3 -m pathme_viewer manage summarize
The content of the database can be erased by running:
python3 -m pathme_viewer manage drop
Deployment
If you have already installed the PathMe-Viewer as a Python package and you have already populated the database, now you can deploy the web application by running:
python3 -m pip install pathme_viewer web
Note that the database runs by default in the following port: http://0.0.0.0:5000/. The Flask host and port can be modified by changing the default parameters (run: “python3 -m pathme_viewer web –help” for more info).
Deployment of PathMe Viewer using Docker
To quickly deploy the web application locally, you can also use Docker. This can be achieved by running the following commands after installing Docker.
Build a container named ‘pathme’ version 0.0.1 (you must be in the root directory after cloning this package with Git).
docker build -t pathme:0.0.1 .
Run docker the pathme container version 0.0.1.
docker run --name=pathme -d -p 5000:5000 --restart=always -d pathme:0.0.1
Note: the docker file is meant to be run on http://127.0.0.1:5000/. If you want to change the host/port please modify dockerfile (line 55) and src/bin/bootstrap.sh (line 23).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pathme_viewer-0.0.9.tar.gz
.
File metadata
- Download URL: pathme_viewer-0.0.9.tar.gz
- Upload date:
- Size: 746.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 674a0255a980fc6b5410380fdaf2ef0be58cf4290e2dc5e327922a7378420eef |
|
MD5 | ca8d01cb03fbbea9c2b494f3edd6f140 |
|
BLAKE2b-256 | 15b186690d51c6e2bc87721011440c8bb2c6a3d771565131f2d793c4b2d8d725 |