PomaBatch | R Documentation |
PomaBatch
performs batch correction on a SummarizedExperiment
object given a batch factor variable.
PomaBatch(data, batch, mod = NULL)
data |
A |
batch |
Character. The name of the column in |
mod |
Character vector. Indicates the names of |
A SummarizedExperiment
object with batch-corrected data.
Pol Castellano-Escuder
Leek JT, Johnson WE, Parker HS, Fertig EJ, Jaffe AE, Zhang Y, Storey JD, Torres LC (2023). sva: Surrogate Variable Analysis. doi:10.18129/B9.bioc.sva https://doi.org/10.18129/B9.bioc.sva
# Output is a batch corrected SummarizedExperiment object
data <- POMA::st000284 # Example SummarizedExperiment object included in POMA
data %>%
PomaBatch(batch = "gender")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.