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:
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')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 3 years agofrom:e176681b90. Checks:OK: 1 NOTE: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 07 2024 |
R-4.5-win-x86_64 | NOTE | Nov 07 2024 |
R-4.5-linux-x86_64 | NOTE | Nov 07 2024 |
R-4.4-win-x86_64 | NOTE | Nov 07 2024 |
R-4.4-mac-x86_64 | NOTE | Nov 07 2024 |
R-4.4-mac-aarch64 | NOTE | Nov 07 2024 |
R-4.3-win-x86_64 | NOTE | Nov 07 2024 |
R-4.3-mac-x86_64 | NOTE | Nov 07 2024 |
R-4.3-mac-aarch64 | NOTE | Nov 07 2024 |
Exports:CirClustFramedClust
Dependencies:Ckmeans.1d.dpcligluelifecyclemagrittrplotrixplyrrbibutilsRcppRdpackreshape2rlangstringistringrvctrs
Circular genome clustering
Rendered fromCircularGenomes.Rmd
usingknitr::rmarkdown
on Nov 07 2024.Last update: 2021-07-28
Started: 2020-12-09
Performance of three circular data clustering algorithms
Rendered fromPerformance.Rmd
usingknitr::rmarkdown
on Nov 07 2024.Last update: 2021-07-28
Started: 2020-12-09
Tutorial on optimal circular clustering
Rendered fromTutorial_CirClust.Rmd
usingknitr::rmarkdown
on Nov 07 2024.Last update: 2021-07-28
Started: 2020-12-09
Tutorial on optimal framed clustering
Rendered fromTutorial_FramedClust.Rmd
usingknitr::rmarkdown
on Nov 07 2024.Last update: 2021-07-28
Started: 2020-12-09
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Circular Data Clustering | CirClust |
Framed Data Clustering | FramedClust |
Plot Method for Circular Data Clustering | plot.CirClust |
Plot Method for Framed Data Clustering | plot.FramedClust |