data frame from a stutter analysis by calculateStutter.
scope
string, summarize 'global', by 'locus', or by 'stutter'.
quant
numeric, quantile to calculate.
Value
data.frame with summarized result.
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.