Description Usage Arguments Value Examples
Given identified alleles it search for '-1' stutters of the alleles.
1 2 3  |   ## S4 method for signature 'stringCoverageGenotypeList'
findStutter(stringCoverageGenotypeListObject,
  trace = FALSE)
 | 
stringCoverageGenotypeListObject | 
 A stringCoverageGenotypeList-class object.  | 
trace | 
 Should a trace be shown?  | 
A 'neighbourList' with the stutter strings for the identified allele regions.
1 2 3 4 5 6 7 8 9  | # The object returned by merging a stringCoverageList-Object
# and a genotypeList-Object.
data("stringCoverageGenotypeList")
stutterList <- findStutter(stringCoverageGenotypeList)
stutterTibble <- subset(do.call("rbind", stutterList), !is.na(Genotype))
stutterTibble$BlockLengthMissingMotif
stutterTibble$NeighbourRatio
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.