https://github.com/cthoyt/hetnetana
Integration of heterogeneous networks and topological footprint calculation
https://github.com/cthoyt/hetnetana
Last synced: about 2 months ago
JSON representation
Integration of heterogeneous networks and topological footprint calculation
- Host: GitHub
- URL: https://github.com/cthoyt/hetnetana
- Owner: cthoyt
- License: apache-2.0
- Created: 2016-11-19T15:17:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-02T17:28:46.000Z (over 6 years ago)
- Last Synced: 2025-01-22T16:24:58.763Z (4 months ago)
- Language: Python
- Size: 52.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
HetNetAna |travis|
==================Heterogeneous network analysis, built on top of :code:`networkx` in Python3.
Installation
------------The latest and greatest can be installed from the development branch on GitHub with:
.. code-block:: sh
python3 -m pip install git+https://github.com/cthoyt/hetnetana.git@master
The entire project can be downloaded for development with:
.. code-block:: sh
git clone https://github.com/cthoyt/hetnetana.git
cd hetnetana
python3 -m pip install -e .Links
-----
After starting this project, it became apparent that others had also worked on similar ideas; notably, Daniel
Himmelstein.- https://github.com/dhimmel/hetionet
- https://think-lab.github.io/p/rephetio/.. |travis| image:: https://travis-ci.com/cthoyt/hetnetana.svg?branch=master
:target: https://travis-ci.com/cthoyt/hetnetana