Learn R Programming

STRMPS (version 0.6.8)

findStutter: Find stutters

Description

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

Usage

findStutter(stringCoverageGenotypeListObject, trace = FALSE)

Value

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

Arguments

stringCoverageGenotypeListObject

A stringCoverageGenotypeList-class object.

trace

Should a trace be shown?

Examples

Run this code
# 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

Run the code above in your browser using DataLab