formula: a formula
describing the variables to be used for
QA. When it is omitted or NULL, the formula stored in qaTask
is used.
It is generally of the form y ~ x | g1 * g2 * ... , y is the statistics to be
checked in this QA, It must be one of the four types:"MFI": Median Fluorescence Intensity of the cell population specified by
qaTask
,
"proportion": the percentage of the cell population specified by
qaTask
in the parent population,
"count": the number of events of the cell population specified by
qaTask
,
"spike": the variance of intensity over time of each channel ,which
indicating the stability of the fluorescence intensity.
x is normally used to specify the variable plotted on x-axis in
plot
method. when plotType
of the
qaTask
is "bwplot", it is also taken as the conditioning variable that
divides the samples into subgroups within which the outlierfunc
is
applied.
g1,g2,.... are the conditioning variables, which are used to divide the
samples into subgroups and perform QA check whitin each individual
groups.They may also be omitted,in which case the outliers detection is
peformed in the entire sample set.
subset: a logical expression used as a filter.It follows the same syntax as
the "subset" expression in subset
.
Usage:
subset=channel%in%c('FITC-A')
subset=Tube=='CD8/CD25/CD4/CD3/CD62L'&channel%in%c('FITC-A')
outlierfunc:a function
to be used for outlier detection. see
outlierFunctions
for more details.
gOutlierfunc:a function
to be used for group outlier detection. see
outlierFunctions
for more details. rFunc:a function
for
fitting regression model within each individual subgroup.
isTerminal:a logical scalar indicating whether the pop is at terminal node of
the gating path.
fixed:a logical scalar indicating whether the pop name is matched as it is
.By default it is FALSE,which matches the gating path as the regular
expression