Summarizes stutter analysis result in table format.
tableStutter(data, scope = "stutter", quant = 0.95)
data frame from a stutter analysis by calculateStutter
.
string, summarize 'global', by 'locus', or by 'stutter'.
numeric, quantile to calculate.
data.frame with summarized result.
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
.