findStutter: Find stutters

Description Usage Arguments Value Examples

Description

Given identified alleles it search for '-1' stutters of the alleles.

Usage

1
findStutter(stringCoverageGenotypeListObject, trace = FALSE)

Arguments

stringCoverageGenotypeListObject

A stringCoverageGenotypeList-class object.

trace

Should a trace be shown?

Value

A 'neighbourList' with the stutter strings for the identified allele regions.

Examples

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

STRMPS documentation built on May 2, 2019, 3:35 a.m.

Related to findStutter in STRMPS...