Published October 2, 2015
| Version v0.1.0
Software
Open
Hetnets in Python: hetio v0.1.0 initial release
Authors/Creators
Description
This is the first release of hetio for hetnets in Python.
Currently, the following features are supported:
- creating a hetnet consisting of a metagraph (types) and a graph (nodes and edges)
- metanode and metaedge abbreviations
- node and edge properties using the data attribute
- node and edge masking
- writing and reading hetnets
- summary statistics
- summary visualizations
- metapath extraction from the metagraph
- graph traversal to extract paths
- feature computation, specifically DWPCs
The following features are not currently supported:
- node or edge deletion
- network permutation (edge swaps)
Documentation is lacking, but see these examples of network creation and feature extraction.
Files
hetio-v0.1.0.zip
Files
(16.4 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:d1fecb6f991b8071e1eb99942a67bc5d
|
16.4 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/dhimmel/hetio/tree/v0.1.0 (URL)