# 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.