Summarize Hb or Lb analysis data in table format.
tableBalance(data, scope = "locus", quant = 0.05)
data frame from a balance analysis by calculateHb
and calculateLb
.
string, summarize 'global' or 'locus'.
numeric, quantile to calculate.
data.frame with summarized result.
Summarize the Hb or Lb analysis in table format with different scope.
(locus, or global). Returns a dataframe with columns for marker name
'Marker', number of allele ratios 'Xb.n', the minimum observed allele ratio
'Xb.Min', the mean allele ratio 'Xb.Mean', its standard deviation 'Xb.Stdv',
the XXth percentile 'Xb.Perc.XX'
For more details see min
, mean
, sd
, quantile
.