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

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

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