This will generate the types of plots shown in the bioinformatics manuscript
plotSCAConcordance(SCellAssay, NCellAssay, filterCriteria = list(nOutlier = 2,
sigmaContinuous = 9, sigmaProportion = 9), groups = NULL)
is a SingleCellAssay for the 1-cell per well assay
is a SingleCellAssay for the n-cell per well assay
is a list of filtering criteria to apply to the SCellAssay and NCellAssay
is a character vector naming the group within which to perform filtering. NULL by default.