Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

MLML2R: Maximum Likelihood Estimation of DNA Methylation and Hydroxymethylation Levels

The function MLML provides maximum likelihood estimates (MLE) for 5-hmC and 5-mC levels using data from the methods: BS-seq, TAB-seq or oxBS-seq (all three methods or any combination of two methods).

Estimates can be obtained using the Expectation-Maximization (EM) algorithm proposed by Qu et al. (2013), the pool-adjacent-violators algorithm (PAVA) or an approximated solution of the Lagrange multiplier method.

Furthermore, our routine is flexible and can be used with both next generation sequencing and Infinium Methylation microarray data in the R-statistical language.

The package is available on CRAN:

https://CRAN.R-project.org/package=MLML2R.

To install and load the package, use the following commands on the R console:

install.packages("MLML2R")
library(MLML2R)

About

Consistent simultaneous estimates of DNA methylation and hydroxymethylation using R

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.