View source: R/sumBatchCorEval.R
plotClusterEvalStats | R Documentation |
Compare and evaluate different batch corrected data with plotting.
plotClusterEvalStats(
spe_list,
bio_feature_name,
batch_feature_name,
data_names,
colors = NA
)
spe_list |
A list of Spatial Experiment object. |
bio_feature_name |
The common biological variation name. |
batch_feature_name |
The common batch variation name. |
data_names |
Data names. |
colors |
Color values of filing the bars. |
A ggplot object.
library(scater)
data("dkd_spe_subset")
spe <- dkd_spe_subset
spe2 <- spe
spe3 <- spe
plotClusterEvalStats(list(spe, spe2, spe3),
bio_feature_name = "region",
batch_feature_name = "SlideName", c("test1", "test2", "test3")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.