Package: OptCirClust 0.0.4

OptCirClust: Circular, Periodic, or Framed Data Clustering: Fast, Optimal, and Reproducible

Fast, optimal, and reproducible clustering algorithms for circular, periodic, or framed data. The algorithms introduced here are based on a core algorithm for optimal framed clustering the authors have developed (Debnath & Song 2021) <doi:10.1109/TCBB.2021.3077573>. The runtime of these algorithms is O(K N log^2 N), where K is the number of clusters and N is the number of circular data points. On a desktop computer using a single processor core, millions of data points can be grouped into a few clusters within seconds. One can apply the algorithms to characterize events along circular DNA molecules, circular RNA molecules, and circular genomes of bacteria, chloroplast, and mitochondria. One can also cluster climate data along any given longitude or latitude. Periodic data clustering can be formulated as circular clustering. The algorithms offer a general high-performance solution to circular, periodic, or framed data clustering.

Authors:Tathagata Debnath [aut], Joe Song [aut, cre]

OptCirClust_0.0.4.tar.gz
OptCirClust_0.0.4.zip(r-4.5)OptCirClust_0.0.4.zip(r-4.4)OptCirClust_0.0.4.zip(r-4.3)
OptCirClust_0.0.4.tgz(r-4.4-x86_64)OptCirClust_0.0.4.tgz(r-4.4-arm64)OptCirClust_0.0.4.tgz(r-4.3-x86_64)OptCirClust_0.0.4.tgz(r-4.3-arm64)
OptCirClust_0.0.4.tar.gz(r-4.5-noble)OptCirClust_0.0.4.tar.gz(r-4.4-noble)
OptCirClust_0.0.4.tgz(r-4.4-emscripten)OptCirClust_0.0.4.tgz(r-4.3-emscripten)
OptCirClust.pdf |OptCirClust.html
OptCirClust/json (API)
NEWS

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

Peer review:

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

2 exports 0.71 score 15 dependencies 2 dependents 22 scripts 182 downloads

Last updated 3 years agofrom:e176681b90. Checks:OK: 1 NOTE: 8. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 08 2024
R-4.5-win-x86_64NOTESep 08 2024
R-4.5-linux-x86_64NOTESep 08 2024
R-4.4-win-x86_64NOTESep 08 2024
R-4.4-mac-x86_64NOTESep 08 2024
R-4.4-mac-aarch64NOTESep 08 2024
R-4.3-win-x86_64NOTESep 08 2024
R-4.3-mac-x86_64NOTESep 08 2024
R-4.3-mac-aarch64NOTESep 08 2024

Exports:CirClustFramedClust

Dependencies:Ckmeans.1d.dpcligluelifecyclemagrittrplotrixplyrrbibutilsRcppRdpackreshape2rlangstringistringrvctrs

Circular genome clustering

Rendered fromCircularGenomes.Rmdusingknitr::rmarkdownon Sep 08 2024.

Last update: 2021-07-28
Started: 2020-12-09

Performance of three circular data clustering algorithms

Rendered fromPerformance.Rmdusingknitr::rmarkdownon Sep 08 2024.

Last update: 2021-07-28
Started: 2020-12-09

Tutorial on optimal circular clustering

Rendered fromTutorial_CirClust.Rmdusingknitr::rmarkdownon Sep 08 2024.

Last update: 2021-07-28
Started: 2020-12-09

Tutorial on optimal framed clustering

Rendered fromTutorial_FramedClust.Rmdusingknitr::rmarkdownon Sep 08 2024.

Last update: 2021-07-28
Started: 2020-12-09