Package: leiden 0.4.3.1

leiden: R Implementation of Leiden Clustering Algorithm

Implements the 'Python leidenalg' module to be called in R. Enables clustering using the leiden algorithm for partition a graph into communities. See the 'Python' repository for more details: <https://github.com/vtraag/leidenalg> Traag et al (2018) From Louvain to Leiden: guaranteeing well-connected communities. <arxiv:1810.08473>.

Authors:S. Thomas Kelly [aut, cre, trl], Vincent A. Traag [com]

leiden_0.4.3.1.tar.gz
leiden_0.4.3.1.zip(r-4.5)leiden_0.4.3.1.zip(r-4.4)leiden_0.4.3.1.zip(r-4.3)
leiden_0.4.3.1.tgz(r-4.4-any)leiden_0.4.3.1.tgz(r-4.3-any)
leiden_0.4.3.1.tar.gz(r-4.5-noble)leiden_0.4.3.1.tar.gz(r-4.4-noble)
leiden_0.4.3.1.tgz(r-4.4-emscripten)leiden_0.4.3.1.tgz(r-4.3-emscripten)
leiden.pdf |leiden.html
leiden/json (API)
NEWS

# Install 'leiden' in R:
install.packages('leiden', repos = c('https://tomkellygenetics.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/tomkellygenetics/leiden/issues

On CRAN:

10.93 score 37 stars 70 packages 177 scripts 25k downloads 1 exports 20 dependencies

Last updated 6 months agofrom:22ae49d7bb. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKNov 23 2024
R-4.5-winOKNov 23 2024
R-4.5-linuxOKNov 23 2024
R-4.4-winOKNov 23 2024
R-4.4-macOKNov 23 2024
R-4.3-winOKNov 23 2024
R-4.3-macOKNov 23 2024

Exports:leiden

Dependencies:clicpp11gluehereigraphjsonlitelatticelifecyclemagrittrMatrixpkgconfigpngrappdirsRcppRcppTOMLreticulaterlangrprojrootvctrswithr

Benchmarking the Leiden algorithm with R and Python

Rendered frombenchmarking.Rmdusingknitr::knitron Nov 23 2024.

Last update: 2023-11-08
Started: 2019-07-13

Running the Leiden algorithm with R on adjacency matrices

Rendered fromrun_leiden.Rmdusingknitr::knitron Nov 23 2024.

Last update: 2022-09-12
Started: 2019-01-25

Running the Leiden algorithm with R on bipartite graphs

Rendered fromrun_bipartite.Rmdusingknitr::knitron Nov 23 2024.

Last update: 2021-01-26
Started: 2020-10-28

Running the Leiden algorithm with R on Graph Objects

Rendered fromrun_igraph.Rmdusingknitr::knitron Nov 23 2024.

Last update: 2021-07-27
Started: 2019-07-13

Running the Leiden algorithm with R on multiplex graphs

Rendered fromrun_multiplex.Rmdusingknitr::knitron Nov 23 2024.

Last update: 2023-11-08
Started: 2020-12-06