Usage
calculatePullup(data, ref, pullup.range = 6, block.range = 12,
ol.rm = FALSE, ignore.case = TRUE, word = FALSE, discard = FALSE,
debug = FALSE)
Arguments
data
a data frame containing at least 'Sample.Name', 'Marker', 'Height',
'Allele', 'Dye', 'Data.Point' and 'Size'.
ref
a data frame containing at least
'Sample.Name', 'Marker', 'Allele'.
pullup.range
numeric to set the analysis window to look for pull-up
peaks (known allele data point +- pullup.range/2)
block.range
numeric to set blocking range to check for known allele overlap
(known allele data point +- block.range/2).
ol.rm
logical TRUE if off-ladder peaks should be excluded from analysis.
Default is FALSE to include off-ladder peaks.
ignore.case
logical indicating if sample matching should ignore case.
word
logical indicating if word boundaries should be added before sample matching.
discard
logical TRUE if known alleles with no detected pull-up should
be discarded from the result. Default is FALSE to include alleles not causing pull-up.
debug
logical indicating printing debug information.