Description Usage Arguments Value
View source: R/batch_correct.R
Performs a batch correction on normalized count data using sva
's ComBat
method.
1 | batch_correct(data, batches, gene_column)
|
data |
A data frame of normalized count data. |
batches |
A character vector naming the batches that the samples belong to. |
gene_column |
A character string naming the column containing gene names. |
A data frame of batch-corrected data (can contain negative values).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.