Usage
calculateResultType(data, kit = NULL, add.missing.marker = TRUE,
threshold = NULL, mixture.limits = NULL, partial.limits = NULL,
subset.name = NA, marker.subset = NULL, debug = FALSE)
Arguments
data
a data frame containing at least the column 'Sample.Name'.
kit
character string or integer defining the kit.
add.missing.marker
logical, defualt is TRUE which adds missing markers.
threshold
integer indicating the dropout threshold.
mixture.limits
integer or vector indicating subtypes of 'Mixture'.
partial.limits
integer or vector indicating subtypes of 'Partial'.
subset.name
string naming the subset of 'Complete'.
marker.subset
string with marker names defining the subset of 'Complete'.
debug
logical indicating printing debug information.