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]
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 29 Mar. 2025.
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
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for bapred2468101214161820TrendBars

Today's Hot Picks in Authors and Packages

gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
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  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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