README.md

Travis-CI Build Status Coverage Status

BEclear

Description

This package provides functions to detect and correct for batch effects in DNA methylation data. The core function for the data imputation is based on latent factor models and can also be used to predict missing values in any other matrix containing real numbers.

Installation

# Installation from Bioconductor
if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("BEclear")
# Installation of the development version from GitHub
if (!requireNamespace("devtools", quietly = TRUE))
    install.packages("devtools")
devtools::install_github("uds-helms/BEclear", build_opts = c())

Usage example

For example code you can either read the vignette on Bioconductor. Or you can open it local, after you installed the BEclear package with following command:

browseVignettes("BEclear")

Planned features

If you have a suggestion you could either open an issue or write an email under the following address: Livia.Rasp at gmail.com

Citation

Akulenko, R., Merl, M., & Helms, V. (2016). BEclear: Batch effect detection and adjustment in DNA methylation data. PLoS ONE, 11(8), 1–17. https://doi.org/10.1371/journal.pone.0159921



David-J-R/BEclear documentation built on April 17, 2023, 2:19 p.m.