Package: speakeasyR 0.1.8

David Connell

speakeasyR: Fast and Robust Multi-Scale Graph Clustering

A graph community detection algorithm that aims to be performant on large graphs and robust, returning consistent results across runs. SpeakEasy 2 (SE2), the underlying algorithm, is described in Chris Gaiteri, David R. Connell & Faraz A. Sultan et al. (2023) <doi:10.1186/s13059-023-03062-0>. The core algorithm is written in 'C', providing speed and keeping the memory requirements low. This implementation can take advantage of multiple computing cores without increasing memory usage. SE2 can detect community structure across scales, making it a good choice for biological data, which often has hierarchical structure. Graphs can be passed to the algorithm as adjacency matrices using base 'R' matrices, the 'Matrix' library, 'igraph' graphs, or any data that can be coerced into a matrix.

Authors:David Connell [aut, cre, cph], Chris Gaiteri [cph], Gábor Csárdi [cph, ctb], Tamás Nepusz [cph, ctb], Szabolcs Horvát [cph, ctb], Vincent Traag [cph, ctb], Fabio Zanini [cph, ctb], Daniel Noom [cph, ctb], The igraph development team [cph], Free Software Foundation, Inc. [cph], Ross Ihaka [cph, ctb], The R Development Core Team [cph], Royal Statistical Society [cph], The R Core Team [cph], The Regents of the University of California [cph], Timothy Davis [cph, ctb], Richard Lehoucq [cph, ctb], Danny Scrensen [cph, ctb], Phuong Vu [cph, ctb], Chao Yang [cph, ctb], Allan Cornet [cph, ctb], Sylvestre Ledru [cph, ctb], Chao Yang [cph, ctb], Rice University [cph], Scilab Enterprises [cph], Melissa O'Neill [cph, ctb], Steven Johnson [cph, ctb], Daniel G. [cph, ctb], Marc Stevens [cph, ctb], Minh Nguyen [cph, ctb], Elliot Paquette [cph, ctb], Pascal Pons [cph, ctb], Jordi Hermoso [cph, ctb], Sébastien Fabbro [cph, ctb], Shinya Tasaki [cph, ctb]

speakeasyR_0.1.8.tar.gz
speakeasyR_0.1.8.tar.gz(r-4.7-arm64)speakeasyR_0.1.8.tar.gz(r-4.7-x86_64)speakeasyR_0.1.8.tar.gz(r-4.6-arm64)speakeasyR_0.1.8.tar.gz(r-4.6-x86_64)
speakeasyR_0.1.8.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
speakeasyR/json (API)
NEWS

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

Bug tracker:https://github.com/speakeasy-2/speakeasyr/issues

Uses libs:
  • arpack– Fortran77 subroutines to solve large scale eigenvalue problems

On CRAN:

Conda:

arpack

3.18 score 1 scripts 172 downloads 4 exports 2 dependencies

Last updated from:d6ca2ebd97. Checks:4 NOTE, 2 OK. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-arm64NOTE233
linux-devel-x86_64NOTE215
source / vignettesOK322
linux-release-arm64NOTE187
linux-release-x86_64NOTE186
wasm-releaseOK215

Exports:clustercluster_genesknn_graphorder_nodes

Dependencies:latticeMatrix

speakeasyR

Rendered fromspeakeasyR.Rmdusingknitr::rmarkdownon Jun 05 2026.

Last update: 2024-08-21
Started: 2024-07-30