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