BERT
This is the released version of BERT; for the devel version, see BERT.
High Performance Data Integration for Large-Scale Analyses of Incomplete Omic Profiles Using Batch-Effect Reduction Trees (BERT)
Bioconductor version: Release (3.22)
Provides efficient batch-effect adjustment of data with missing values. BERT orders all batch effect correction to a tree of pairwise computations. BERT allows parallelization over sub-trees.
Author: Yannis Schumann [aut, cre] ORCID iD ORCID: 0000-0002-2379-200X , Simon Schlumbohm [aut] ORCID iD ORCID: 0000-0002-0083-5142
Maintainer: Yannis Schumann <yannis.schumann at desy.de>
citation("BERT")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("BERT")
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("BERT")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.