-
Notifications
You must be signed in to change notification settings - Fork 12
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
Graphs to be added as automatic retrieval #51
Comments
Karate |
Finish adding graphs from Network Repository, Most of these are now available, we still need to add support for timestamp graphs and graphs with multi-labelled nodes. |
Added graphs from kghub with this pull request. |
@LucaCappelletti94 - what about including any of the resources in this (also copied below) table? If you want, we could select a few to start with. I'd be happy to write some simple code that converts them from I put a ➡️ next to the ones I think are worth starting with and a ⭐ next others worth considering for future incorporation.
|
Also, see the datasets listed in this KG Embedding Review on the bottom of page 22. These are datasets that are most frequently used by people developing new KG embedding methods: |
Thank you, @callahantiff! We still need to add support for multi-class support for the nodes (that is, nodes with multiple classes such as a node that is both of class mammal and class cat). Even though we plan to add support for these and other node and edge features, we will surely work on them after finishing Grape. Do you know if these graphs have multiple classes per nodes or just nodes of multiple classes, with each node of a single class? [UPDATE 2021/04/19] We have support for multi-labeled nodes in graphs now! If it's the second option, then we can surely support now all the considered graphs. |
My general feeling is that we can and should allow easy ingest of remote graphs as we are discussing here. But, I think we should avoid hosting other people's graphs on KG-hub unless they are transformed versions that we are incorporating into our own knowledge graphs (like our ChEMBL transform that we include in KG-COVID-19). Glad to discuss though |
Import graphs, after adding support for time intervals, from http://www.sociopatterns.org/ |
Hey @LucaCappelletti94 , as discussed earlier here's the link for kg-microbe graphs: https://kg-hub.berkeleybop.io/kg-microbe/20210422/kg-microbe.tar.gz |
Thank you @hrshdhgd! |
Hi @hrshdhgd, sorry for the long wait, now all versions of KG-Microbe and KG-COVID are integrated in the automatic retrieval. |
No problem @LucaCappelletti94 , thank you very much! |
I am now iterating once more on the graphs from the automatic graph retrieval (we are now at over 80K graphs downloadable). Do you have more suggestions? |
We would like to add some more graphs to the automatic retrieval mechanism.
Currently, we support only StringPPI (human version), CompleteStringPPI (cross-species) and KG-COVID-19.
Which graphs should we add to the list? The requirements for the graph are:
wget
.The text was updated successfully, but these errors were encountered: