- Home
- Bioconductor 3.21
- Software Packages
- DMRcaller
DMRcaller
This package is for version 3.21 of Bioconductor; for the stable, up-to-date release version, see DMRcaller.
Differentially Methylated Regions caller
Bioconductor version: 3.21
Uses Bisulfite sequencing data in two conditions and identifies differentially methylated regions between the conditions in CG and non-CG context. The input is the CX report files produced by Bismark and the output is a list of DMRs stored as GRanges objects.
Author: Nicolae Radu Zabet <n.r.zabet at gen.cam.ac.uk>, Jonathan Michael Foonlan Tsang <jmft2 at cam.ac.uk>, Alessandro Pio Greco <apgrec at essex.ac.uk> and Ryan Merritt <rmerri at essex.ac.uk>
Maintainer: Nicolae Radu Zabet <n.r.zabet at gen.cam.ac.uk>
citation("DMRcaller")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("DMRcaller")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("DMRcaller")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.