Learn R Programming

strvalidator (version 2.3.0)

tableStutter: Table Stutter

Description

Summarizes stutter analysis result in table format.

Usage

tableStutter(data, scope = "stutter", quant = 0.95)

Value

data.frame with summarized result.

Arguments

data

data frame from a stutter analysis by calculateStutter.

scope

string, summarize 'global', by 'locus', or by 'stutter'.

quant

numeric, quantile to calculate.

Details

Summarize the stutter analysis in table format with different scope (stutter, locus, or global). Returns a dataframe with columns for marker name 'Marker', stutter type 'Type', number of alleles 'n.alleles', number of stutters 'n.stutters', mean ratio 'Mean', standard deviation 'Stdv', the XXth percentile 'Perc.XX', and the maximum observed ratio 'Max'. For more details see mean, sd, quantile, max.