well_info | R Documentation |
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.
well_info(plate, well_ids, var)
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 |
A character vector with the wanted metadata variable value for each well.
plate_meta
## Not run:
plate <- new_plate(sample_data_dir(), type = plate_types$custom_thresholds)
well_info(plate, "A01", "drops")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.