-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alternative graph data structures #95
Comments
Another package of interest could be Check out 2.xarray.ipynb where we encode Hetionet v1.0 as an xarray. |
The following products are related and may be good for storing dataframes and potentially matrices on disk: |
For storing nodes for hetmech, I'm thinking we should use sqlite, to enable fast lookup of node positions from names. However, not sure if we should do this now in #97 or later. |
Closed by #97 |
multinetxI recently came across
I don't think we have any use for this package at the moment, but I wanted to note it here, so we can keep an eye on its development. |
We are considering creating another base representation of hetnets. One of the main goals is to facilitate faster network loading, which at present can take over a minute and a half to load a graph.
The following are under consideration:
.npz
format. Moreover, unlike the other methods, we would likely not have to change more than a few functions in order to load on-disk adjacency matrices.The text was updated successfully, but these errors were encountered: