combine_batches | R Documentation |
Combine SummarizedExperiment objects and correct batch effect
combine_batches( se.list, ID = "ID", by.assay = "data", correct.batch = TRUE, ref.batch = NULL, visual.aid = FALSE, ... )
se.list |
a list of SummarizedExperiment objects |
ID |
a column name or index for gene ID |
by.assay |
assay |
ref.batch |
passed to |
visual.aid |
if TRUE, add UMAPs before and after batch correction |
combined SummarizedExperiment object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.