- Home
- Bioconductor 3.21
- Software Packages
- methylSig
methylSig
This package is for version 3.21 of Bioconductor; for the stable, up-to-date release version, see methylSig.
MethylSig: Differential Methylation Testing for WGBS and RRBS Data
Bioconductor version: 3.21
MethylSig is a package for testing for differentially methylated cytosines (DMCs) or regions (DMRs) in whole-genome bisulfite sequencing (WGBS) or reduced representation bisulfite sequencing (RRBS) experiments. MethylSig uses a beta binomial model to test for significant differences between groups of samples. Several options exist for either site-specific or sliding window tests, and variance estimation.
Author: Yongseok Park [aut], Raymond G. Cavalcante [aut, cre]
Maintainer: Raymond G. Cavalcante <rcavalca at umich.edu>
citation("methylSig")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("methylSig")
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("methylSig")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.