Description Usage Arguments Value
Control object for workflow function returning a list of default parameter options.
1 2 3 4 5 6 | workflow.control(numberOfMutations = 1, numberOfThreads = 4,
createdThresholdSignal = 0.05, thresholdHomozygote = 0.4,
internalTrace = FALSE, simpleReturn = TRUE, identifyNoise = FALSE,
identifyStutter = FALSE, flankingRegions = NULL, useSTRaitRazor = FALSE,
trimRegions = TRUE, restrictType = NULL, trace = TRUE,
variantDatabase = NULL, reduceSize = FALSE)
|
numberOfMutations |
The maximum number of mutations (base-calling errors) allowed during flanking region identification. |
numberOfThreads |
The number of threads used by either the mclapply-function (stuck at '2' on windows) or STRaitRazor. |
createdThresholdSignal |
Noise threshold. |
thresholdHomozygote |
Homozygote threshold for genotype identiication. |
internalTrace |
Show trace. |
simpleReturn |
TRUE/FALSE: Should the regions be aggregated without including flanking regions? |
identifyNoise |
TRUE/FALSE: Should noise be identified. |
identifyStutter |
TRUE/FALSE: Should stutters be identified. |
flankingRegions |
The flanking regions used to identify the STR regions. If 'NULL' a default set is loaded and used. |
useSTRaitRazor |
TRUE/FALSE: Should the STRaitRazor command line tool (only linux is implemented) be used for flanking region identification. |
trimRegions |
TRUE/FALSE: Should the identified regions be further trimmed. |
restrictType |
A character vector specifying the marker 'Types' to be identified. |
trace |
TRUE/FALSE: Should a trace be shown? |
variantDatabase |
A tibble of 'trusted' STR regions. |
reduceSize |
TRUE/FALSE: Should the size of the data-set be reduced using the quality and the variant database? |
List of default of options.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.