https://github.com/cthoyt/hetnetana

Integration of heterogeneous networks and topological footprint calculation

https://github.com/cthoyt/hetnetana

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.1%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Integration of heterogeneous networks and topological footprint calculation

Basic Info
  • Host: GitHub
  • Owner: cthoyt
  • License: apache-2.0
  • Language: Python
  • Default Branch: master
  • Size: 52.7 KB
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 9 years ago · Last pushed almost 8 years ago
Metadata Files
Readme License

README.rst

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

Owner

  • Name: Charles Tapley Hoyt
  • Login: cthoyt
  • Kind: user
  • Location: Bonn, Germany
  • Company: RWTH Aachen University

GitHub Events

Total
  • Issues event: 2
Last Year
  • Issues event: 2

Committers

Last synced: 12 months ago

All Time
  • Total Commits: 13
  • Total Committers: 1
  • Avg Commits per committer: 13.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Charles Tapley Hoyt c****t@g****m 13

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 4
  • Total pull requests: 0
  • Average time to close issues: over 4 years
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.25
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • cthoyt (4)
Pull Request Authors
Top Labels
Issue Labels
medium (2) medium priority (2) easy (1) low priority (1)
Pull Request Labels

Dependencies

requirements.txt pypi
  • click *
  • matplotlib *
  • nbstripout *
  • networkx ==1.11
  • numpy *
  • pandas *
  • py2neo *
  • rdflib *
  • scipy *
  • sklearn *