Package: BatChef
Type: Package
Title: Single-cell RNA-seq batch effects correction methods interface
Version: 1.0.0
Authors@R: c(
    person("Elena", "Zuin", email = "elena.zuin.3@phd.unipd.it", 
            role = c("aut", "cre"),
            comment = c(ORCID = "0009-0006-3060-4835", 
            affiliation = "Department of Biology, University of Padova")),
    person("Chiara", "Romualdi", role = "ctb", 
            comment = c(affiliation = "Department of Biology, University of Padova")),
    person("Davide", "Risso", role = "ctb",
            comment = c(affiliation = "Department of Statistical Sciences, University of Padova")),
    person("Gabriele", "Sales", role = "ctb", 
            comment = c(affiliation = "Department of Biology, University of Padova")))
Description: This package implements a variety of methods for batch correction 
            in single-cell RNA sequencing (scRNA-seq) data. It incorporates
            quantitative metrics (e.g. Wasserstein distance, Adjusted Rand Index)
            to evaluate their performance. 
            Furthermore, the package assists users in identifying and applying 
            the optimal method for specific datasets.
Depends: R (>= 4.5.0)
License: GPL (>= 3)
Encoding: UTF-8
biocViews: BatchEffect, SingleCell, Sequencing
RoxygenNote: 7.3.3
LinkingTo: Rcpp, RcppArmadillo
Imports: anndata, aricode, batchelor, bluster, cluster, e1071,
        fitdistrplus, ggplot2, harmony, leidenAlg, limma, Matrix,
        mclust, methods, parallel, purrr, RANN, Rcpp, reticulate,
        rliger, S4Vectors, scCustomize, scMerge, scrapper, Seurat,
        SeuratObject, sf, SingleCellExperiment, SparseArray, splatter,
        stats, SummarizedExperiment, sva, transport, zellkonverter
BugReports: https://github.com/zuinelena3/BatChef/issues
URL: https://github.com/zuinelena3/BatChef
VignetteBuilder: knitr
Suggests: BiocStyle, knitr, R.devices, rmarkdown, scater, testthat (>=
        3.0.0)
Config/testthat/edition: 3
git_url: https://git.bioconductor.org/packages/BatChef
git_branch: RELEASE_3_23
git_last_commit: 9563273
git_last_commit_date: 2026-04-28
Repository: Bioconductor 3.23
Date/Publication: 2026-04-28
NeedsCompilation: yes
Packaged: 2026-04-28 20:47:24 UTC; biocbuild
Author: Elena Zuin [aut, cre] (ORCID: <https://orcid.org/0009-0006-3060-4835>,
    affiliation: Department of Biology, University of Padova),
  Chiara Romualdi [ctb] (affiliation: Department of Biology, University
    of Padova),
  Davide Risso [ctb] (affiliation: Department of Statistical Sciences,
    University of Padova),
  Gabriele Sales [ctb] (affiliation: Department of Biology, University of
    Padova)
Maintainer: Elena Zuin <elena.zuin.3@phd.unipd.it>
