Skip to main content

Hetnets in Python

Project description

Latest DOI GitHub issues Build Status

Background

Hetnets: Hetnets, also called heterogeneous information networks, are graphs with multiple node and edge types. Hetnets are both multipartite and multirelational. They provide a scalable, intuitive, and frictionless structure for data integration.

Purpose: This package provides data structures for hetnets and algorithms for edge prediction. It only supports hetnets, which is its primary advantage compared to other network software. Node/edge attributes and edge directionality are supported.

Impetus: Development originated with a study to predict disease-associated genes and continues with a successive study to repurpose drugs.

Caution: Documentation is currently lacking, testing coverage is poor, and the API is unstable. Contributions are welcome. Please use GitHub Issues for feedback, questions, or troubleshooting.

Installation

PyPI

Please use Python 3.4 or higher. To install the current PyPI version (recommended), run:

pip install hetio

For the latest GitHub version, run:

pip install git+https://github.com/dhimmel/hetio.git#egg=hetio

For development, clone or download-and-extract the repository. Then run pip install -e . from the repository’s root directory. The -e flag specifies editable mode, so updating the source updates your installation.

Once installed, tests can be executed by running py.test test/ from the repository’s root directory.

Design

A Graph object stores a heterogeneous network and relies on the following classes:

  1. Graph

  2. MetaGraph

  3. Edge

  4. MetaEdge

Release instructions

This section is only relevant for project maintainers. Travis CI deployments are used to upload releases to PyPI and GitHub releases. To create a new release, do the following:

  1. Bump the version in `setup.py <setup.py>`__.

  2. Add a release notes file in `release-notes <release-notes>`__. Format as a commit message that will be used as the GitHub release description.

  3. Run the following commands:

sh TAG=v`python setup.py --version` git add setup.py release-notes/$TAG.* git commit --message "Upgrade to $TAG" git push git tag --annotate $TAG --file release-notes/$TAG.* git push --tags

  1. Recommended: Edit the GitHub release to improve formating and add a Zenodo badge.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hetio-0.2.4.tar.gz (17.7 kB view details)

Uploaded Source

Built Distributions

hetio-0.2.4-py3.6.egg (47.3 kB view details)

Uploaded Source

hetio-0.2.4-py3-none-any.whl (22.6 kB view details)

Uploaded Python 3

File details

Details for the file hetio-0.2.4.tar.gz.

File metadata

  • Download URL: hetio-0.2.4.tar.gz
  • Upload date:
  • Size: 17.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for hetio-0.2.4.tar.gz
Algorithm Hash digest
SHA256 bd9c28b28f8c864681283a3bbdbe1a01cec62255e08e102996d360482b630bcc
MD5 e51834f4bcd7a4bbe53eb78592a1ebb9
BLAKE2b-256 a84d317bb0e95c32823827b7288c112713c624406df4d9ee9e4f7de98a6331f9

See more details on using hashes here.

File details

Details for the file hetio-0.2.4-py3.6.egg.

File metadata

  • Download URL: hetio-0.2.4-py3.6.egg
  • Upload date:
  • Size: 47.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for hetio-0.2.4-py3.6.egg
Algorithm Hash digest
SHA256 e65584e3bc5ce336d296ef21779e0142afb5553a3d1d5b338c5cb97f89d154ab
MD5 1443d63a492c521b7dfb2b5a73ed6915
BLAKE2b-256 8a4299134479142f47333818f62773ffa3c8807a962ba482a5c6e580af558b92

See more details on using hashes here.

File details

Details for the file hetio-0.2.4-py3-none-any.whl.

File metadata

File hashes

Hashes for hetio-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 167710da09f4d832dd2f4228994f3f5118e52ea4dcf0223bd1ac99b6071d3d9e
MD5 bdb1b836d1435264603e07d244616032
BLAKE2b-256 57f7e15b2f753e2853fc84f3d5f12b1e883e4764f1227fb73cd8069f95af3c3c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page