Package: mxnorm Title: Apply Normalization Methods to Multiplexed Images Version: 1.1.0 Authors@R: person(given = "Coleman", family = "Harris", role = c("aut", "cre"), email = "coleman.r.harris@vanderbilt.edu", comment = c(ORCID = "0000-0002-6325-0694")) Description: Implements methods to normalize multiplexed imaging data, including statistical metrics and visualizations to quantify technical variation in this data type. Reference for methods listed here: Harris, C., Wrobel, J., & Vandekar, S. (2022). mxnorm: An R Package to Normalize Multiplexed Imaging Data. Journal of Open Source Software, 7(71), 4180, . License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.2 Depends: R (>= 3.5.0) Suggests: knitr, janitor (>= 2.1.0), testthat (>= 3.0.0), rmarkdown, markdown, covr Config/testthat/edition: 3 Config/reticulate: list( packages = list( list(package = "scikit-image") ) ) Imports: magrittr, dplyr, rlang, fda, stats, data.table, reticulate, caret, ggplot2, tidyr, uwot, lme4, stringr, KernSmooth, kSamples, psych, fossil, methods VignetteBuilder: knitr URL: https://github.com/ColemanRHarris/mxnorm BugReports: https://github.com/ColemanRHarris/mxnorm/issues Config/pak/sysreqs: cmake make libicu-dev libpng-dev python3 Repository: https://colemanrharris.r-universe.dev Date/Publication: 2025-09-08 21:55:57 UTC RemoteUrl: https://github.com/colemanrharris/mxnorm RemoteRef: HEAD RemoteSha: fc9e6d3eef2e8bb930a45940fd602824343eecaf NeedsCompilation: no Packaged: 2026-07-20 06:46:26 UTC; root Author: Coleman Harris [aut, cre] (ORCID: ) Maintainer: Coleman Harris