Control object for workflow function returning a list of default parameter options.
workflow.control(
numberOfMutations = 1,
numberOfThreads = 4,
createdThresholdSignal = 0.05,
thresholdHomozygote = 0.4,
internalTrace = FALSE,
simpleReturn = TRUE,
identifyNoise = FALSE,
identifyStutter = FALSE,
flankingRegions = NULL,
trimRegions = TRUE,
restrictType = NULL,
trace = TRUE,
variantDatabase = NULL,
reduceSize = FALSE,
additionalFlags = TRUE
)
List of default of options.
The maximum number of mutations (base-calling errors) allowed during flanking region identification.
The number of threads used by the mclapply-function (stuck at '2' on windows).
Noise threshold.
Homozygote threshold for genotype identification.
Show trace.
TRUE/FALSE: Should the regions be aggregated without including flanking regions?
TRUE/FALSE: Should noise be identified.
TRUE/FALSE: Should stutters be identified.
The flanking regions used to identify the STR regions. If 'NULL' a default set is loaded and used.
TRUE/FALSE: Should the identified regions be further trimmed.
A character vector specifying the marker 'Types' to be identified.
TRUE/FALSE: Should a trace be shown?
A tibble of 'trusted' STR regions containing columns for 'Marker', 'Type', and 'Region'.
TRUE/FALSE: Should the size of the data-set be reduced using the quality and the variant database?
TRUE/FALSE: Should the 'flankingRegions'-object be used to extract additional information from the flanking regions of each string?