Annotates a dataframe containined well identifiers with metadata in the form of a platemap matrix, matching the existing well-labels to the well position in the platemap
read_map(data, map, verbose = TRUE, new_col_name = "header")
dataframe with new column named after `new_col_name`
existing daatframe, with wellIDs under the column name of 'well'
Matrix of metadata to be added to the dataframe, N.B NO MISSING WELLS!
Boolean, if TRUE will add row and column numbers to dataframe
What to call the added metadata