Arguments
data
data.frame with including colums 'Sample.Name', 'Marker', 'Size'.
threshold
numeric number of peaks of similar size in different dye
channels to pass as a possible spike (NULL = number of dye channels
minus one to allow for on unlabelled peak).
tolerance
numeric tolerance for Size. For the quick and dirty
rounding method e.g. 1.5 rounds Size to +/- 0.75 bp. For the slower but
more accurate method the value is the maximum allowed difference between
peaks in a spike.
kit
string or numeric for the STR-kit used (NULL = auto detect).
quick
logical TRUE for the quick and dirty method. Default is FALSE
which use a slower but more accurate method.
debug
logical indicating printing debug information.