Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Jupyter widget for the dynamic and static visualizations of systems biology models written in PySB, BNGL, and SBML

License

NotificationsYou must be signed in to change notification settings

LoLab-MSM/pyvipr

Repository files navigation

pyViPR

Documentation StatusBinder

Gitter

PyViPR

PyViPR is a Jupyter widget that generates network dynamic and static visualizations ofPySB,Tellurium,BNGL,SBML, andEcell4models usingCytoscape.js. Additionally, it can be used to visualize networks encoded in the graphml,sif, sbgn xml, cytoscape json, gexf, gml and yaml formats.

Trying it online

To try out PyViPR interactively in your web browser, just click on the binderlink below:

Binder

Installation

From conda

To use with Jupyter Notebooks:

> conda install pyvipr -c ortegas

To use with JupyterLab:

> conda install pyvipr -c ortegas> jupyter labextension install @jupyter-widgets/jupyterlab-manager> jupyter labextension install pyvipr

From PyPI

To use with Jupyter Notebooks:

> pip install pyvipr

To use with JupyterLab:

> pip install pyvipr> jupyter labextension install @jupyter-widgets/jupyterlab-manager> jupyter labextension install pyvipr

From git (requires npm)

$ git clone https://github.com/LoLab-VU/pyvipr.git$cd pyvipr$ pip install.

How to use the widget

After installing the widget, it can be used by importing it in the Jupyter notebook. The widget is simple to use with PySBmodels,SimulationResultobjects,Tellurium models and BNGL & SBML files.

PyViPR has three main interfaces: Graph formats, PySB, and a Tellurium.

Graph formats interface

This interface leverages NetworkX and Cytoscape.js to generate network visualizations of graphs encoded in differentfile formats.

Graphml example:

importpyvipr.network_vizasnviznviz.graphml_view('path_to_file/mygraph.graphml',layout_name='fcose')

graphml_view

PySB interface

PySB is needed to visualize PySB models and it is needed if you want to use the pyvipr.pysb_viz module:

Installing PySB from pip:

> pip install pysb

When using pip theinstallation of PySBrequires to manually install BioNetGen into the default path for your platform(/usr/local/share/BioNetGen on Mac and Linux, c:\Program Files\BioNetGen on Windows),or set the BNGPATH environment variable to the BioNetGen path on your machine.

Installing PySB from conda:

> conda install pysb -c alubbock

PySB static example:

importpyvipr.pysb_vizaspvizfrompyvipr.examples_models.lopez_embeddedimportmodelpviz.sp_comm_louvain_view(model,random_state=1,layout_name='klay')

species_view_pysb

PySB Dynamic Example:

importpyvipr.pysb_vizaspvizfrompyvipr.examples_models.mm_two_paths_modelimportmodelfrompysb.simulatorimportScipyOdeSimulatorimportnumpyasnptspan=np.linspace(0,1000,100)sim=ScipyOdeSimulator(model,tspan).run()pviz.sp_dyn_view(sim)

enzymatic_reaction

Tellurium interface

Tellurium is needed to visualize Tellurium models and it is needed if you want to use the pyvipr.tellurium_viz module:

Installing Tellurium from pip:

> pip install tellurium
importtelluriumasteimportpyvipr.tellurium_vizastvizmodel=te.loadSBMLModel("https://www.ebi.ac.uk/biomodels-main/download?mid=BIOMD0000000001")tviz.sp_view(model)

species_view_tellurium

Documentation

To get started with usingPyViPR, check out the full documentation

https://pyvipr.readthedocs.io/

Citation

To cite PyViPR, please cite the iScience paper:

Interactive Multiresolution Visualization of Cellular Network Processes

Ortega O and Lopez C

License

MIT

About

Jupyter widget for the dynamic and static visualizations of systems biology models written in PySB, BNGL, and SBML

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors6


[8]ページ先頭

©2009-2025 Movatter.jp