Package: leidenbase 0.1.30
leidenbase: R and C/C++ Wrappers to Run the Leiden find_partition() Function
An R to C/C++ interface that runs the Leiden community detection algorithm to find a basic partition (). It runs the equivalent of the 'leidenalg' find_partition() function, which is given in the 'leidenalg' distribution file 'leiden/src/functions.py'. This package includes the required source code files from the official 'leidenalg' distribution and functions from the R 'igraph' package. The 'leidenalg' distribution is available from <https://github.com/vtraag/leidenalg/> and the R 'igraph' package is available from <https://igraph.org/r/>. The Leiden algorithm is described in the article by Traag et al. (2019) <doi:10.1038/s41598-019-41695-z>. Leidenbase includes code from the packages: igraph version 0.9.8 with license GPL (>= 2), leidenalg version 0.8.10 with license GPL 3.
Authors:
leidenbase_0.1.30.tar.gz
leidenbase_0.1.30.zip(r-4.5)leidenbase_0.1.30.zip(r-4.4)leidenbase_0.1.30.zip(r-4.3)
leidenbase_0.1.30.tgz(r-4.4-x86_64)leidenbase_0.1.30.tgz(r-4.4-arm64)leidenbase_0.1.30.tgz(r-4.3-x86_64)leidenbase_0.1.30.tgz(r-4.3-arm64)
leidenbase_0.1.30.tar.gz(r-4.5-noble)leidenbase_0.1.30.tar.gz(r-4.4-noble)
leidenbase.pdf |leidenbase.html✨
leidenbase/json (API)
NEWS
# Install 'leidenbase' in R: |
install.packages('leidenbase', repos = c('https://cole-trapnell-lab.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/cole-trapnell-lab/leidenbase/issues
Last updated 4 months agofrom:1f9081aeb3. Checks:OK: 1 NOTE: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 12 2024 |
R-4.5-win-x86_64 | NOTE | Nov 12 2024 |
R-4.5-linux-x86_64 | NOTE | Nov 12 2024 |
R-4.4-win-x86_64 | NOTE | Nov 12 2024 |
R-4.4-mac-x86_64 | NOTE | Nov 12 2024 |
R-4.4-mac-aarch64 | NOTE | Nov 12 2024 |
R-4.3-win-x86_64 | NOTE | Nov 12 2024 |
R-4.3-mac-x86_64 | NOTE | Nov 12 2024 |
R-4.3-mac-aarch64 | NOTE | Nov 12 2024 |
Exports:leiden_find_partition
Dependencies:clicpp11glueigraphlatticelifecyclemagrittrMatrixpkgconfigrlangvctrs
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Leiden find partition community detection function | leiden_find_partition |