Type: Package Package: reclanc Title: A Revival of the ClaNC Algorithm Version: 0.0.0.9000 Authors@R: c(person(given = "Kai", family = "Aragaki", role = c("aut", "cre"), email = "kaiaragaki@proton.me", comment = c(ORCID = "0000-0002-9458-0426")), person(given = "Alan", family = "Dabney", role = c("aut", "cph"), email = "adabney@stat.tamu.edu", comment = "Original creator of ClaNC")) Description: Classification of microarrays to nearest centroids (ClaNC) selects optimal genes for centroids, similar to Prediction Analysis for Microarrays (PAM) but using fewer corrective factors, resulting in greater sensitivity and accuracy. Unfortunately, the original source of ClaNC can no longer be found. 'reclanc' reimplements this algorithm, with the the additional benefit of increased interoperability with standard data structures and modeling ecosystems. License: MIT + file LICENSE URL: https://github.com/KaiAragaki/reclanc, https://kaiaragaki.github.io/reclanc/ BugReports: https://github.com/KaiAragaki/reclanc/issues Depends: R (>= 4.1.0) Encoding: UTF-8 Language: en Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Suggests: aws.s3, Biobase, cellebrate, knitr, recipes, rmarkdown, S4Vectors, SummarizedExperiment, testthat (>= 3.0.0), tidymodels Remotes: McConkeyLab/cellebrate Config/testthat/edition: 3 Imports: cli, collapse, dplyr, hardhat, parsnip, rlang, stats, tibble LazyData: true VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev Repository: https://kaiaragaki.r-universe.dev Date/Publication: 2024-07-22 18:32:20 UTC RemoteUrl: https://github.com/KaiAragaki/reclanc RemoteRef: HEAD RemoteSha: 4285683e6cddfc50dd12927cd5ae564bd00ae9bb NeedsCompilation: no Packaged: 2026-06-15 09:42:47 UTC; root Author: Kai Aragaki [aut, cre] (ORCID: ), Alan Dabney [aut, cph] (Original creator of ClaNC) Maintainer: Kai Aragaki