Scatterplot of two features of interest from colData with annotated thresholds and counts based on filters

plot_vdj_gex_univariate_qc(
  sce_list,
  x_filters = NULL,
  vdj_filters = NULL,
  x,
  facet_rows = NULL,
  facet_columns = NULL,
  ...
)

Arguments

sce_list

list of SingleCellExperiment objects

x_filters

list of filters for each SCE object in sce_list from scater::isOutlier, or a vector with attribute named thresholds that is a vector with min and max allowed values

x

numeric column from colData that is in all objects in sce_list

facet_rows

columns to facet on

facet_columns

columns to facet on

...

other params passed into plot_gex_univariate_qc

Value

Examples

NULL
#> NULL