Package: dmrseq
Type: Package
Title: Detection and inference of differentially methylated regions
        from Whole Genome Bisulfite Sequencing
Version: 1.30.0
Authors@R: c(person("Keegan", "Korthauer", role = c("cre", "aut"), 
                    email = "keegan@stat.ubc.ca", 
                    comment = c(ORCID = "0000-0002-4565-1654")),
             person("Rafael", "Irizarry", role = "aut",
                    email = "rafa@jimmy.harvard.edu",
                    comment = c(ORCID = "0000-0002-3944-4309")),
             person("Yuval", "Benjamini", role = "aut"),
             person("Sutirtha", "Chakraborty", role = "aut"))
Description: This package implements an approach for scanning the
        genome to detect and perform accurate inference on
        differentially methylated regions from Whole Genome Bisulfite
        Sequencing data. The method is based on comparing detected
        regions to a pooled null distribution, that can be implemented
        even when as few as two samples per population are available.
        Region-level statistics are obtained by fitting a generalized
        least squares (GLS) regression model with a nested
        autoregressive correlated error structure for the effect of
        interest on transformed methylation proportions.
License: MIT + file LICENSE
Depends: R (>= 3.5), bsseq
Imports: GenomicRanges, nlme, ggplot2, S4Vectors, RColorBrewer,
        bumphunter, DelayedMatrixStats (>= 1.1.13), matrixStats,
        BiocParallel, outliers, methods, locfit, IRanges, grDevices,
        graphics, stats, utils, annotatr, AnnotationHub, rtracklayer,
        Seqinfo, splines
Suggests: knitr, rmarkdown, BiocStyle,
        TxDb.Hsapiens.UCSC.hg19.knownGene, org.Hs.eg.db
biocViews: ImmunoOncology, DNAMethylation, Epigenetics,
        MultipleComparison, Software, Sequencing,
        DifferentialMethylation, WholeGenome, Regression,
        FunctionalGenomics
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Config/pak/sysreqs: make libbz2-dev libicu-dev liblzma-dev libpng-dev
        libxml2-dev libssl-dev libx11-dev xz-utils zlib1g-dev
Repository: https://bioc-release.r-universe.dev
Date/Publication: 2025-10-29 14:43:32 UTC
RemoteUrl: https://github.com/bioc/dmrseq
RemoteRef: RELEASE_3_22
RemoteSha: 10b643254b935f4af01d3ad697d4a6f4508be5e5
NeedsCompilation: no
Packaged: 2026-01-29 09:14:40 UTC; root
Author: Keegan Korthauer [cre, aut] (ORCID:
    <https://orcid.org/0000-0002-4565-1654>),
  Rafael Irizarry [aut] (ORCID: <https://orcid.org/0000-0002-3944-4309>),
  Yuval Benjamini [aut],
  Sutirtha Chakraborty [aut]
Maintainer: Keegan Korthauer <keegan@stat.ubc.ca>
Built: R 4.5.2; ; 2026-01-29 09:18:15 UTC; windows
