Description Usage Arguments Details Value Examples
Checks quality of all plates and then wells.
1 2 3 4 5 6 7 8 9 | cellQC(object, qcType = NULL, qc.threshold = NULL,
replace.badPlateData = TRUE, plot = TRUE,
outpath = getOption("opm.outpath"), ...)
## S4 method for signature 'cellData'
cellQC(object, qcType = getOption("opm.QC.type"),
qc.threshold = getOption("opm.QC.threshold"),
replace.badPlateData = getOption("opm.replace.badPlateData"), plot = TRUE,
outpath = getOption("opm.outpath"), ...)
|
object |
a cellData object |
qcType |
the type of quality control |
qc.threshold |
quality control thresholds |
replace.badPlateData |
if TRUE, replace the values of bad plate by their replicates |
plot |
if TRUE, plot figures |
outpath |
directory of output figures, default: getOption("opm.outpath") |
... |
arguments for the graphic device |
Requires three or more replicated samples.
qcType include c("plateCorrelation", "wellSd", "zFactor", "cellNumber"), An example of qc.threshold is c(correlation = 0.8, zfactor = 0.5, cellnumber = 50).
a cellData
object with intialized slot qc.data
,
plate.quality
and plate.quality.data
.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.