Summarize precision analysis result in table format.
tablePrecision(
data,
key = c("Marker", "Allele"),
target = c("Size"),
debug = FALSE
)
data.frame with results.
Data frame containing at least columns defined in 'key' and 'target'.
vector containing column names to create keys from.
vector containing column <base> names to calculate precision for.
logical indicating printing debug information.
Calculates summary statistics for 'target' columns for each unique
'key' combination. For example the precision of determined size for alleles
in multiple allelic ladders.
Requires a 'slimmed' and 'filtered' data frame.
For more details see min
, max
, mean
, sd
, quantile
.