flowSet as input and
creates all necessary outputs for an 'ecdfOutliers' type of QA
process. Objects created by this function can be laid out as HTML
using writeQAReport.
qaProcess.ECDFPlot(flowList, dyes=NULL,outdir="QAReport",
alpha=0.05, absolute.value=NULL,sum.dimensions=NULL,
det.dimensions=NULL, pdf=TRUE,
name="ECDF",...)flowSet flowSet are identified and compared.qaProcess.qaProcess objects to
HTML, see writeQAReport and
qaReport.
writeQAReport,
qaReport,
qaProcess,
qaProcess.DensityPlot
qaProcess.marginevents,
qaProcess.2DStatsPlot
data(qData)
dyes<- c("FSC-A","SSC-A")
dest <- tempdir()
resFSCECDF <- qaProcess.ECDFPlot(qData, dyes=dyes, outdir=dest,
alpha=0.4, pdf=TRUE)
resFSCECDF
Run the code above in your browser using DataLab