methylSig
MethylSig: Differential Methylation Testing for WGBS and RRBS Data
Bioconductor version: 3.23 · Package version: 1.24.0
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.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("methylSig") Details
| Maintainer | Raymond G. Cavalcante <rcavalca@umich.edu> |
| Author | Yongseok Park [aut], Raymond G. Cavalcante [aut, cre] |
| License | GPL-3 |
| Bug Reports | https://github.com/sartorlab/methylSig/issues |
| Downloads rank | 356 |
| Source branch | RELEASE_3_23 |
| biocViews | DNAMethylation, DifferentialMethylation, Epigenetics, MethylSeq, Regression, Software |
Documentation
Download
Dependencies
Depends: R (>= 3.6)
Imports: bsseq, DelayedArray, DelayedMatrixStats, DSS, IRanges, Seqinfo, GenomicRanges, methods, parallel, stats, S4Vectors
Suggests: BiocStyle, bsseqData, knitr, rmarkdown, testthat (>= 2.1.0), covr