Automation of the transomics 2.5D network visualization
pip install git+https://github.com/ecell/transomics2cytoscape-py
- Install and launch Cytoscape.
- Install KEGGscape App on Cytoscape App Manager.
- Run Python interactive shell with
python
command. - Run the command in the Python interactive shell.
from transomics2cytoscape import transomics2cytoscape as t2c
t2c.create3Dnetwork("https://raw.githubusercontent.com/ecell/transomics2cytoscape/master/inst/extdata/usecase1/yugi2014.tsv")