Package: speakeasyR 0.1.5
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:
speakeasyR_0.1.5.tar.gz
speakeasyR_0.1.5.zip(r-4.5)speakeasyR_0.1.5.zip(r-4.4)speakeasyR_0.1.5.zip(r-4.3)
speakeasyR_0.1.5.tgz(r-4.4-x86_64)speakeasyR_0.1.5.tgz(r-4.4-arm64)speakeasyR_0.1.5.tgz(r-4.3-x86_64)speakeasyR_0.1.5.tgz(r-4.3-arm64)
speakeasyR_0.1.5.tar.gz(r-4.5-noble)speakeasyR_0.1.5.tar.gz(r-4.4-noble)
speakeasyR_0.1.5.tgz(r-4.4-emscripten)speakeasyR_0.1.5.tgz(r-4.3-emscripten)
speakeasyR.pdf |speakeasyR.html✨
speakeasyR/json (API)
NEWS
# Install 'speakeasyR' in R: |
install.packages('speakeasyR', repos = c('https://speakeasy-2.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/speakeasy-2/speakeasyr/issues
Last updated 2 months agofrom:4d5b252c2c. Checks:OK: 3 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 06 2024 |
R-4.5-win-x86_64 | OK | Nov 06 2024 |
R-4.5-linux-x86_64 | OK | Nov 06 2024 |
R-4.4-win-x86_64 | NOTE | Nov 06 2024 |
R-4.4-mac-x86_64 | NOTE | Nov 06 2024 |
R-4.4-mac-aarch64 | NOTE | Nov 06 2024 |
R-4.3-win-x86_64 | NOTE | Nov 06 2024 |
R-4.3-mac-x86_64 | NOTE | Nov 06 2024 |
R-4.3-mac-aarch64 | NOTE | Nov 06 2024 |
Readme and manuals
Help Manual
Help page | Topics |
---|---|
SpeakEasy 2 community detection | cluster |
Cluster a gene expression matrix | cluster_genes |
K-nearest neighbors graph | knn_graph |
Group nodes by community | order_nodes |