Check the result of subsetting
checkSubset(
data,
ref,
console = TRUE,
ignore.case = TRUE,
word = FALSE,
exact = FALSE,
debug = FALSE
)
a data frame in GeneMapper format containing column 'Sample.Name'.
a data frame in GeneMapper format containing column 'Sample.Name', OR an atomic vector e.g. a single sample name string.
logical, if TRUE result is printed to R console, if FALSE a string is returned.
logical, if TRUE case insensitive matching is used.
logical, if TRUE only word matching (regex).
logical, if TRUE only exact match.
logical indicating printing debug information.
Check if ref and sample names are unique for subsetting. Prints the result to the R-prompt.