Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 948 Bytes

File metadata and controls

21 lines (17 loc) · 948 Bytes

Build Status codecov

Topological Fractal Dimension of Protein-Protein Interaction Networks

We scrutinise protein-protein interaction data from various organisms, report on several centrality measures for the highest-ranking proteines and use box-covering algorithms to determine the non-integer topological dimension of the resulting interaction network. We compare different algorithms and observe that higher-order organisms do not generally show a higher topological dimension.

For an in-depth report in PNAS-style, see report/main.pdf.

Installation

Run

pip install .

from the root directory.

Development

For development use

python setup.py develop

instead.