Skip to content

bioc/MethCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

methcp: An R package for Differentially Methylated Region Detection

methcp is an R package for analyzing whole-genome bisulfite sequencing (WGBS) data. It implements MethCP algorithm introduced in (Gong and Purdom, 2018).

MethCP detects differentially methylated region for WGBS data based on change point detection, which naturally segments the genome and provide region-level differential analysis. It uses as input the results of a per-nucleotide test-statistic, like DSS or methylKit, and uses this input to segment the genome into regions. Then, several meta-analysis strategies are provided to identify which of those regions are DMR.

To install the package in R:

library(devtools)
install_github("boyinggong/methcp", dependencies=TRUE,
  repos=BiocInstaller::biocinstallRepos())

A tutorial can be found here.

Status Checks: Build Status

Contact: Boying Gong(boyinggong@berkeley.edu).

About

This is a read-only mirror of the git repos at https://bioconductor.org

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages