Description Usage Arguments Value Warning Author(s) References
Compute ComBat-adjusted microarray gene expression data.
1 2 3 |
expression_xls |
A character string specifying gene expression file. |
sample_info_file |
A character string specifying sample file. |
type |
A character string specifying the type of the file, "txt" or "csv". |
write |
A Boolean variable indicating whether the output (adjusted data) should be written into a file. |
covariates |
A vector of integers or "all" if all covariates should be used. |
par.prior |
A Boolean character indicating whether the parametric adjustment should be applied. |
filter |
A Boolean variable indicating whether presence/absence call is used in the gene expression file. |
skip |
An integer value indicating the number of columns that contain the gene names. skip = 1 implies the first expression values start from column 2. |
prior.plots |
A Boolean variable indicating whether the prior plots should be given where black is a kernel density estimate of the batch effects. Quantile-quantile plots are also included. If the red and black lines do not match up well, use the nonparametric adjustment. |
Matrix of adjusted expression data.
This function is not called by the user directly.
WE Johnson
W. Johnson E., L. Chen, Rabinovic, and A. Adjusting batch effects in microarray expression data using Empirical Bayes methods. Biostatistics, 8(1):118-127, January2007. ISSN 1465-4644.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.