Annotate a post-merge SingleCellExperiment with plots

annotate_merged_sce(
  sce,
  plot_vars = c("total_features_by_counts", "total_counts", "pc_mito", "pc_ribo"),
  unique_id_var = "manifest",
  facet_vars = NULL,
  outlier_vars = c("total_features_by_counts", "total_counts")
)

Arguments

sce

a SingleCellExperiment object

plot_vars

the colData variable(s) to generate plots for

unique_id_var

the colData variable identifying unique samples

facet_vars

the colData variable(s) to facet/subset by

outlier_vars

the colData variable(s) to apply adaptive thresholding

Value

sce a annotated SingleCellExperiment object