Usage
calculateHeight(data, na = NULL, add = TRUE, exclude = NULL, sex.rm = FALSE, qs.rm = FALSE, kit = NULL, debug = FALSE)
Arguments
data
data.frame with at least columns 'Sample.Name' and 'Height'.
add
logical default is TRUE which will add/overwrite columns
'H', 'TPH', and 'Peaks' in the provided 'data'.
exclude
character vector (case sensitive) e.g. "OL" excludes rows with
"OL" in the 'Allele' column.
sex.rm
logical, default FALSE to include sex markers in the analysis.
qs.rm
logical, default TRUE to exclude quality sensors from the analysis.
kit
character, required if sex.rm=TRUE or qs.rm=TRUE to define the kit.
debug
logical indicating printing debug information.