View source: R/allele_genotype_functions.R
stringCoverage.control | R Documentation |
String coverage coontrol object
stringCoverage.control(
numberOfThreads = 4L,
simpleReturn = TRUE,
uniquelyAssigned = TRUE,
additionalFlags = FALSE,
numberOfMutations = 1,
includeAverageBaseQuality = FALSE,
meanFunction = mean,
trace = FALSE
)
numberOfThreads |
The number of cores used for parallelisation. |
simpleReturn |
TRUE/FALSE: Should the returned object be simplified? |
uniquelyAssigned |
TRUE/FALSE: Should regions which are not uniquely assigned be removed? |
additionalFlags |
TRUE/FALSE: Create additional flags for assessing sequence reliability? |
numberOfMutations |
the maximum number of mutations (base-calling errors) allowed during flanking region identification. |
includeAverageBaseQuality |
Should the average base quality of the region be included? |
meanFunction |
The function used to average the base qualities. |
trace |
TRUE/FALSE: Show trace? |
Control function for the 'stringCoverage' function. Sets default values for the parameters.
List of parameters used for the 'stringCoverage' function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.