Add missing markers to a dataset given a set of markers.
addMarker(data, marker, ignore.case = FALSE, debug = FALSE)
data.frame.
data.frame or vector with sample names.
vector with marker names.
logical. TRUE ignores case in marker names.
logical indicating printing debug information.
Given a dataset or a vector with sample names the function loops through
each sample and add any missing markers.
Returns a dataframe where each sample have at least one row per marker in
the specified marker vector. Use sortMarker
to sort the markers
according to a specified kit.
Required columns are: 'Sample.Name'.