String coverage coontrol object
stringCoverage.control(
numberOfThreads = 4L,
simpleReturn = TRUE,
uniquelyAssigned = TRUE,
additionalFlags = FALSE,
numberOfMutations = 1,
includeAverageBaseQuality = FALSE,
meanFunction = mean,
trace = FALSE
)
List of parameters used for the 'stringCoverage' function.
The number of cores used for parallelisation.
TRUE/FALSE: Should the returned object be simplified?
TRUE/FALSE: Should regions which are not uniquely assigned be removed?
TRUE/FALSE: Create additional flags for assessing sequence reliability?
the maximum number of mutations (base-calling errors) allowed during flanking region identification.
Should the average base quality of the region be included?
The function used to average the base qualities.
TRUE/FALSE: Show trace?
Control function for the 'stringCoverage' function. Sets default values for the parameters.