Package: HarmonizR
Title: Handles missing values and makes more data available
Version: 1.10.0
Authors@R: 
    c(person(given = "Simon",
             family = "Schlumbohm",
             role = c("aut", "cre"),
             email = "schlumbohm@hsu-hh.de"),
      person(given = "Julia",
             family = "Neumann",
             role = "aut"),
      person(given = "Philipp",
             family = "Neumann",
             role = "aut"))
Description: An implementation, which takes input data and makes it
        available for proper batch effect removal by ComBat or Limma.
        The implementation appropriately handles missing values by
        dissecting the input matrix into smaller matrices with
        sufficient data to feed the ComBat or limma algorithm. The
        adjusted data is returned to the user as a rebuild matrix. The
        implementation is meant to make as much data available as
        possible with minimal data loss.
Depends: R (>= 4.2.0)
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
biocViews: BatchEffect
Imports: doParallel (>= 1.0.16), foreach (>= 1.5.1), janitor (>=
        2.1.0), plyr (>= 1.8.6), sva (>= 3.36.0), seriation (>= 1.3.5),
        limma (>= 3.46.0), SummarizedExperiment
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/pak/sysreqs: libicu-dev libpng-dev libxml2-dev libssl-dev
        zlib1g-dev
Repository: https://bioc-release.r-universe.dev
Date/Publication: 2026-04-28 13:01:14 UTC
RemoteUrl: https://github.com/bioc/HarmonizR
RemoteRef: RELEASE_3_23
RemoteSha: bd9d33ce44cb53922078cbb05ffe983b3361cfba
NeedsCompilation: no
Packaged: 2026-04-29 22:16:54 UTC; root
Author: Simon Schlumbohm [aut, cre],
  Julia Neumann [aut],
  Philipp Neumann [aut]
Maintainer: Simon Schlumbohm <schlumbohm@hsu-hh.de>
Built: R 4.6.0; ; 2026-04-29 23:23:51 UTC; unix
