well_info {ddpcr} | R Documentation |
Get metadata info of a well
Description
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)
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 |
Value
A character vector with the wanted metadata variable value for each well.
See Also
Examples
## Not run:
plate <- new_plate(sample_data_dir(), type = plate_types$custom_thresholds)
well_info(plate, "A01", "drops")
## End(Not run)
[Package ddpcr version 1.15.2 Index]