This function is to plot the cell type specific library size of the common cell types of 2 single cell datasets

plotCellTotal.two(
  sce1,
  sce2,
  clusters = "cellType",
  samples = "sampleID",
  name1,
  name2
)

Arguments

sce1

SingleCellExpression of the first single cell dataset

sce2

SingleCellExpression of the second single cell dataset