-
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
Calling for Guidance on Interlayer Connection Analysis in Multilayer Networks #1768
Comments
Hi, Thank you for reaching out to us, and for choosing to try BRAPH-2! In the Structural Multiplex pipeline (braph2/pipelines/structural multiplex/example_ST_MP_WU.m), it employs a multiplex graph (using classes like Coming back to your question: “When analyzing multilayer networks, how do you incorporate interlayer connections in the input data?” This feature can be easily adapted within the current framework, and I’d be more than happy to assist. To make things smoother, we could arrange a brief meeting if that works for you. Feel free to let me know, and thank you again for using BRAPH-2! Best, |
Thanks, yuwei. I‘m very happy to get your reply so quickly. Regarding the first question, I would like to ask again, in the current pipeline of graph2, if I want to input a multiplex network, where the interlayer connections exist only on some of the nodes, as well as I want to give some weight to the interlayer connections, how can I do it? |
Hi, Thank you for your follow-up and clarification. I will address your first and third questions directly one by one as follows: Q1. In the current pipeline of graph2, if I want to input a multiplex network where the interlayer connections exist only on some of the nodes, and I want to assign weights to these interlayer connections, how can I do it? In BRAPH-2, you can use classes such as Q3. What multilayer metrics are currently computed in graph2 that incorporate information about interlayer connections? In BRAPH-2, both Multilayer Community ( BRAPH-2 also provides a highly flexible framework for implementing new graph measures. If you have specific graph measures or metrics you’d like to implement, it is feasible to do so quickly. These would seamlessly integrate with other BRAPH-2 functionalities, such as group comparisons, permutation tests, and brain visualisation. Finally, regarding the meeting, please feel free to contact me at [email protected], and we can arrange a suitable time to discuss further. Best, |
When analyzing multilayer networks, how do you incorporate interlayer connections in the input data?
For example, in Structural Multiplex pipeline, the input folder contains two .xslx files, each for information about one layer, but how are the interlayer connections entered?
And how to calculate the multilayer measures that incorporate the interlayer connection information?
Thank you.
The text was updated successfully, but these errors were encountered: