Can a hypernode be made of individual nodes, or conversely could a hyperedge be made up of individual hyperedges? #679
syedzayyan
started this conversation in
General
Replies: 1 comment 6 replies
-
|
Hi! Great question! This is a structure that some people call ubergraphs (https://arxiv.org/abs/1704.05547) and chygraphs (https://arxiv.org/abs/2209.07331). One could, in principle, do this programmatically (maybe as some kind of tree structure), but it would be hard to integrate into the XGI ecosystem. I definitely encourage you to play around with it, though! |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Thanks for this amazing library firstly. Secondy I have a novice question. Could a hyperedge be potentially made up of smaller hyperedges? Take this example for example. A complex is a conjugate of multiple proteins, sometimes you have complexes of complex. The Protein is the individual normal node and then on top of there could a complex edge that is made of these protein nodes but sometimes complexes could be made of complexes. In those cases what could be the idea? Is this possible to encode in the library?
Kind Regards
Beta Was this translation helpful? Give feedback.
All reactions