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 21 Nov. 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

SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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