Each ddPCR plate has associated metadata that stores infromation for every well.
Use this function to retrieve any metadata information for a single well or
for a list of wells.
Usage
well_info(plate, well_ids, var)
Value
A character vector with the wanted metadata variable value for each
well.
Arguments
plate
A ddPCR plate
well_ids
A character vecotr of well IDs denoting the wells to get information
for
var
The metadata variable to get (to see a list of all possible metadata
variables, use names(plate_meta(plate)))