Skip to content

sshilpika/protein-graph-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualizing Dynamically Generated Protein Interactions

A Python library for visualizing dynamically generated protein interactions using 3D node-link layout.

DEMO Video

Installation

  1. Clone the github repository

  2. Requires anaconda and python=3.8

    conda create -n myenv python=3.8
    conda activate myenv
    
  3. Install packages

    cd src/
    pip install -r requirements.txt
    

Note: You may need to install pygraphvis using conda forge: conda install --channel conda-forge pygraphviz

  1. The data file in dot file format should be stored in

    ./src/visg/static/data/
    
  2. Start server

    ./start.sh
    
  3. Open browser (Google Chrome preferred)

    http://127.0.0.1:5000/index
    

Instructions to start the server

  1. Change directory to ./src

    cd /path/to/project/src
    
  2. Activate conda environment

    conda activate myenv
    
  3. Start server

    ./start.sh
    
  4. Open browser (Google Chrome preferred)

    http://127.0.0.1:5000/index
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published