Package: dmrseq
Type: Package
Title: Detection and inference of differentially methylated regions
        from Whole Genome Bisulfite Sequencing
Version: 1.16.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,
        GenomeInfoDb, splines
Suggests: knitr, rmarkdown, BiocStyle
biocViews: ImmunoOncology, DNAMethylation, Epigenetics,
        MultipleComparison, Software, Sequencing,
        DifferentialMethylation, WholeGenome, Regression,
        FunctionalGenomics
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.1.1
git_url: https://git.bioconductor.org/packages/dmrseq
git_branch: RELEASE_3_15
git_last_commit: b65f67b
git_last_commit_date: 2022-04-26
Date/Publication: 2022-04-26
NeedsCompilation: no
Packaged: 2022-04-26 22:41:01 UTC; biocbuild
Author: Keegan Korthauer [cre, aut] (<https://orcid.org/0000-0002-4565-1654>),
  Rafael Irizarry [aut] (<https://orcid.org/0000-0002-3944-4309>),
  Yuval Benjamini [aut],
  Sutirtha Chakraborty [aut]
Maintainer: Keegan Korthauer <keegan@stat.ubc.ca>
Built: R 4.2.0; ; 2022-04-27 09:25:51 UTC; windows
