Usage
calculatePeaks(data, bins = c(0, 2, 3), labels = c("No contamination",
"Drop-in contamination", "Gross contamination"), nool = FALSE,
permarker = FALSE, debug = FALSE)
Arguments
data
data frame containing at least the columns
'Sample.Name' and 'Height'.
labels
character vector defining the group labels
(if any).
bins
numeric vector containing the maximum number
of peaks required for a sample to get a specific label.
nool
logical if TRUE, off-ladder alleles 'OL'
peaks will be discarded. if FALSE, all peaks will be
included in the calculations.
permarker
logical if TRUE, peaks will counted per
marker. if FALSE, peaks will counted per sample.
debug
logical indicating printing debug
information.