Package: trace Title: Tandem Repeat Analysis by Capillary Electrophoresis Version: 1.0.0 Authors@R: c( person("Zachariah", "McLean", , "zachariah.louis.mclean@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-0968-0538")), person("Kevin", "Correia", role = "aut"), person("Andrew", "Jiang", role = "ctb") ) Description: A pipeline for short tandem repeat instability analysis from fragment analysis data. Inputs of fsa files or peak tables, and a user supplied metadata data-frame. The package identifies ladders, calls peaks, identifies the modal peaks, calls repeats, then calculates repeat instability metrics (e.g. expansion index from Lee et al. (2010) ). License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Suggests: knitr, dplyr, ggplot2, shinytest2, testthat (>= 3.0.0), rmarkdown Config/testthat/edition: 3 Imports: graphics, grDevices, lme4, methods, mgcv, plotly, pracma, seqinr, shiny, stats, utils, yaml VignetteBuilder: knitr Depends: R (>= 3.5) LazyData: true URL: https://zachariahmclean.github.io/trace/ Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev zlib1g-dev Repository: https://zachariahmclean.r-universe.dev Date/Publication: 2025-12-23 15:29:15 UTC RemoteUrl: https://github.com/zachariahmclean/trace RemoteRef: HEAD RemoteSha: ace54658ca1bdc98f06f5a0ea5fd9fedc6518053 NeedsCompilation: no Packaged: 2026-06-21 08:16:05 UTC; root Author: Zachariah McLean [aut, cre, cph] (ORCID: ), Kevin Correia [aut], Andrew Jiang [ctb] Maintainer: Zachariah McLean