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
- Host: GitHub
- URL: https://github.com/uibcdf/pynterpred_old
- Owner: uibcdf
- License: mit
- Created: 2018-03-29T20:31:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-12T04:50:05.000Z (almost 7 years ago)
- Last Synced: 2025-01-23T03:14:07.477Z (4 months ago)
- Language: Python
- Size: 6.55 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: License
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/