Usage
CqValues(object, ...)
"CqValues"(object, Effmethod = "expfit", group = NULL, model = l5, check = "uni2", checkPAR = parKOD(), remove = "none", exclude = NULL, type = "cpD2", labels = NULL, norm = FALSE, baseline = NULL, basefac = 1, smooth = NULL, smoothPAR = list(span = 0.1), factor = 1, opt = FALSE, optPAR = list(sig.level = 0.05, crit = "ftest"), plot = FALSE, verbose = FALSE, ...)
Arguments
Effmethod
a character vector defining the methods for computing amplification efficiency.
group
a vector containing the grouping for possible replicates.
model
the model to be used for all runs. Default model is l5
.
check
the method for kinetic outlier detection in KOD
. Method "uni2"
is set as default which is a test on sigmoidal structure. checkPAR
parameters to be supplied to the check
method. See parKOD
. remove
indicates which runs to be removed. Either none
of them, those which failed to fit
or from the outlier methods.
exclude
indicates samples to be excluded from calculation, either "" for samples with missing column names or a regular expression defining columns (samples);
see 'Details' and 'Examples' in modlist
. type
the point on the amplification curve which is used for efficiency estimation; see efficiency
. labels
a vector containing labels which define replicate groups. See more details in pcrbatch
and ratiobatch
. norm
a logical value which determines whether the raw data should be normalized within [0, 1] before model fitting or not.
baseline
type of baseline subtraction. More details in efficiency
. basefac
a factor when using averaged baseline cycles, such as 0.95
.
smooth
the curve smoothing method. See more details in pcrbatch
. smoothPAR
parameters to be supplied to smoothing method in smooth
.
factor
a multiplication factor for the fluorescence response values.
opt
a logical value which determines whether model selection should be applied to each model or not.
optPAR
parameters to be supplied for model selection in mselect
. plot
a logical value. If TRUE
, the single runs are plotted from the internal modlist
for diagnostics.
verbose
a logical value. If TRUE
, fitting and tagging results will be displayed in the console.
...
other parameters to be passed to downstream methods.