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

https://github.com/uibcdf/pynterpred_old

Python Interface Prediction
https://github.com/uibcdf/pynterpred_old

Last synced: 2 months ago
JSON representation

Python Interface Prediction

Awesome Lists containing this project

README

        

# Pynterpred

Python Interface Prediction

## Install
Needed Packages:

----

conda env export > environment.yml
conda env update -f=environment.yml

# TO DO:

## network part:
https://networkx.github.io/
https://graph-tool.skewed.de/
http://jsnetworkx.org/
https://github.com/networkx/notebooks
http://nbviewer.jupyter.org/github/dataminingapp/dataminingapp-lectures/blob/master/Lecture-17/GraphAnalysis-I.ipynb
http://ipywidgets.readthedocs.io/en/latest/examples/Exploring%20Graphs.html
https://ipython-books.github.io/64-visualizing-a-networkx-graph-in-the-notebook-with-d3js/
https://github.com/mash99/D3.js-networkx-iPython
https://stackoverflow.com/questions/19662984/how-to-visualize-a-graph-using-d3-js-in-ipython-notebook
https://andrewmellor.co.uk/blog/articles/2014/12/14/d3-networks/
http://compbio.ucsd.edu/bringing-interactivity-network-visualization-jupyter-notebooks-visjs2jupyter/

https://networkit.iti.kit.edu/
http://compbio.ucsd.edu/bringing-interactivity-network-visualization-jupyter-notebooks-visjs2jupyter/
https://networkx.github.io/documentation/stable/auto_examples/index.html
https://ipython-books.github.io/64-visualizing-a-networkx-graph-in-the-notebook-with-d3js/