Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ecell/transomics2cytoscape-py

Automation of the transomics 2.5D network visualization
https://github.com/ecell/transomics2cytoscape-py

Last synced: about 2 months ago
JSON representation

Automation of the transomics 2.5D network visualization

Awesome Lists containing this project

README

        

# transomics2cytoscape-py
Automation of the transomics 2.5D network visualization

## Install

```
pip install git+https://github.com/ecell/transomics2cytoscape-py
```

## Run

1. Install and launch [Cytoscape](https://cytoscape.org/).
2. Install [KEGGscape App](https://apps.cytoscape.org/apps/keggscape) on [Cytoscape App Manager](http://manual.cytoscape.org/en/stable/App_Manager.html).
3. Run Python interactive shell with `python` command.
4. 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")
```