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, 
    <doi:10.21105/joss.04180>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: 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
NeedsCompilation: no
Packaged: 2025-09-08 18:44:38 UTC; colemanharris
Author: Coleman Harris [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-6325-0694>)
Maintainer: Coleman Harris <coleman.r.harris@vanderbilt.edu>
Repository: CRAN
Date/Publication: 2025-09-08 21:20:01 UTC
Built: R 4.4.1; ; 2025-09-08 22:22:16 UTC; unix
