Other packages > Find by keyword >

bapred  

Batch Effect Removal and Addon Normalization (in Phenotype Prediction using Gene Data)
View on CRAN: Click here


Download and install bapred package within the R console
Install from CRAN:
install.packages("bapred")

Install from Github:
library("remotes")
install_github("cran/bapred")

Install by package version:
library("remotes")
install_version("bapred", "1.1")



Attach the package and use:
library("bapred")
Maintained by
Roman Hornung
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2015-09-04
Latest Update: 2022-06-22
Description:
Various tools dealing with batch effects, in particular enabling the removal of discrepancies between training and test sets in prediction scenarios. Moreover, addon quantile normalization and addon RMA normalization (Kostka & Spang, 2008) is implemented to enable integrating the quantile normalization step into prediction rules. The following batch effect removal methods are implemented: FAbatch, ComBat, (f)SVA, mean-centering, standardization, Ratio-A and Ratio-G. For each of these we provide an additional function which enables a posteriori ('addon') batch effect removal in independent batches ('test data'). Here, the (already batch effect adjusted) training data is not altered. For evaluating the success of batch effect adjustment several metrics are provided. Moreover, the package implements a plot for the visualization of batch effects using principal component analysis. The main functions of the package for batch effect adjustment are ba() and baaddon() which enable batch effect removal and addon batch effect removal, respectively, with one of the seven methods mentioned above. Another important function here is bametric() which is a wrapper function for all implemented methods for evaluating the success of batch effect removal. For (addon) quantile normalization and (addon) RMA normalization the functions qunormtrain(), qunormaddon(), rmatrain() and rmaaddon() can be used.
How to cite:
Roman Hornung (2015). bapred: Batch Effect Removal and Addon Normalization (in Phenotype Prediction using Gene Data). R package version 1.1, https://cran.r-project.org/web/packages/bapred. Accessed 22 Dec. 2024.
Previous versions and publish date:
0.1 (2015-09-04 09:25), 0.2 (2015-12-03 01:04), 0.3 (2016-01-14 16:15), 1.0 (2016-06-03 19:12)
Other packages that cited bapred R package
View bapred citation profile
Other R packages that bapred depends, imports, suggests or enhances
Complete documentation for bapred
Functions, R codes and Examples using the bapred R package
Some associated functions: X . autism . avedist . ba . baaddon . bametric . bapred-internal . bapred-package . batch . combatba . combatbaaddon . corba . diffexprm . fabatch . fabatchaddon . kldist . meancenter . meancenteraddon . noba . nobaaddon . pcplot . pvcam . qunormaddon . qunormtrain . ratioa . ratioaaddon . ratiog . ratiogaddon . rmaaddon . rmatrain . sepscore . skewdiv . standardize . standardizeaddon . svaba . svabaaddon . y . 
Some associated R codes: Dt.R . VarInflation.R . aprior.R . avedist.R . avedistTwo.R . ba-internal.R . ba.R . baaddon.R . bametric.R . bivprob.R . bprior.R . build.design.R . combatba.R . combatbaaddon.R . corba.R . design.mat.R . diffexprm.R . diffexprmAfterBR.R . emfahighdim.R . extractAffybatch.R . fabatch.R . fabatchaddon.R . fuzzywilcox.R . it.sol.R . kldist.R . kldistTwo.R . list.batch.R . meancenter.R . meancenteraddon.R . mypvcaBatchAssess.R . nbfactors.R . noba.R . nobaaddon.R . normalizeAffyBatchqntval.R . normalizeqntadd.R . normalizeqntadd2.R . normalizeqntval.R . pcplot.R . plotcomp.R . postmean.R . postvar.R . print.combat.R . print.fabatch.R . print.meancenter.R . print.noba.R . print.qunormtrain.R . print.ratioa.R . print.ratiog.R . print.rmatrain.R . print.standardize.R . print.svatrain.R . pvcam.R . qunormaddon.R . qunormtrain.R . ratioa.R . ratioaaddon.R . ratiog.R . ratiogaddon.R . rmaaddon.R . rmatrain.R . sepscore.R . sepscoreTwo.R . skewdiv.R . skewdivTwo.R . standardize.R . standardizeaddon.R . summarizeadd2.R . summarizeval2.R . svaba.R . svabaaddon.R .  Full bapred package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA