- Home
- Bioconductor 3.23
- Software Packages
- BEclear (development version)
BEclear
This is the development version of BEclear; for the stable release version, see BEclear.
Correction of batch effects in DNA methylation data
Bioconductor version: Development (3.23)
Provides functions to detect and correct for batch effects in DNA methylation data. The core function is based on latent factor models and can also be used to predict missing values in any other matrix containing real numbers.
Author: Livia Rasp [aut, cre] ORCID iD ORCID: 0000-0003-0164-2163 , Markus Merl [aut], Ruslan Akulenko [aut]
Maintainer: Livia Rasp <livia.rasp at gmail.com>
citation("BEclear")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("BEclear")
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("BEclear")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.