Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dufourc1/multiplex_limit.jl

Code for the paper "Inference for decorated graphs and application to multiplex networks" (Dufour and Olhede 2024)
https://github.com/dufourc1/multiplex_limit.jl

Last synced: 10 days ago
JSON representation

Code for the paper "Inference for decorated graphs and application to multiplex networks" (Dufour and Olhede 2024)

Awesome Lists containing this project

README

        

# Code for "Inference for decorated graphs and application to multiplex networks" (Dufour and Olhede, 2024)

The images in the paper were done with `Julia 1.10.1` and the manifest file is provided.

To run the data analysis experiments, you need to download the data from the following links, and put it in a `data` folder in the root directory of the project:
- Multiplex network of human diseases [https://github.com/manlius/MultiplexDiseasome/tree/master](https://github.com/manlius/MultiplexDiseasome/tree/master)
- Sociopattern high school contact dataset [https://networks.skewed.de/net/sp_high_school](https://networks.skewed.de/net/sp_high_school)

(Please note that a recent change in `NetworkHistogram.jl` was made in the computation of the initial bandwidth. To
get exactly the results from the paper, use `> add NetworkHistogram#legacy_bandwidth` when installing the package; using the `Manifest.toml` file will install the correct version.)