A list containing default parameters passed to the identifySTRRegions function.
identifySTRRegions.control(
colList = NULL,
numberOfThreads = 4L,
reversed = TRUE,
includeReverseComplement = TRUE,
combineLists = TRUE,
removeEmptyMarkers = TRUE,
matchPatternMethod = "mclapply",
indels = FALSE,
trace = FALSE
)
A control list setting default behaviour.
The position of the forward, reverse, and motifLength columns in the flanking region tibble/data.frame. If 'NULL' a function searches for the words 'forward', 'reverse', and 'motif' ot identify the columns.
The number of threads used by mclapply (stuck at '2' on windows).
TRUE/FALSE: In a revrse complementary run, should the strings/quality be reversed (recommended)?
TRUE/FALSE: Should the function also search for the reverse complement DNA strand (recommended)?
TRUE/FALSE: If 'includeReverseComplement' is TRUE, should the sets be combined?
TRUE/FALSE: Should markers returning no identified regions be removed?
Which method should be used to identify the flanking regions (only 'mclapply' implemented at the moment)?
TRUE/FALSE: Allow indels as well as base mismatches?
TRUE/FALSE: Show trace? Note: only used if bam list is supplied.