Skip to content
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

Implement multilayer community detection algorithms #94

Open
pitmonticone opened this issue Jan 14, 2023 · 2 comments
Open

Implement multilayer community detection algorithms #94

pitmonticone opened this issue Jan 14, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request. particular algorithm Label to be given to issues related to particular algorithms

Comments

@pitmonticone
Copy link
Member

pitmonticone commented Jan 14, 2023

See De Domenico et al. (2015).

@pitmonticone pitmonticone added the enhancement New feature or request. label Jan 14, 2023
@InterdisciplinaryPhysicsTeam InterdisciplinaryPhysicsTeam added the particular algorithm Label to be given to issues related to particular algorithms label Jan 26, 2023
@TomKellyGenetics
Copy link

Suggestion. The following community detection algorithms are popular in social and life sciences.

Louvain algorithm (Blondel et al., 2008).
https://doi.org/10.1088/1742-5468/2008/10/P10008

Leiden algorithm (Traag et al., 2019).
https://doi.org/10.1038/s41598-019-41695-z

Note that the Leiden algorithm supports Multilayer graphs in R leiden and Python leidenalg. In principle it should be possible to port this functionality to Julia. It would take considerable effort but the performance advantages of Julia would be beneficial on large datasets (e.g,. single-cell transcriptomics and epigenomics).

@pitmonticone
Copy link
Member Author

pitmonticone commented Mar 7, 2023

Thank you @TomKellyGenetics for your relevant suggestion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request. particular algorithm Label to be given to issues related to particular algorithms
Projects
None yet
Development

No branches or pull requests

4 participants