ddpcr (version 1.11)

well_info: 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 names(plate_meta(plate)))

Value

A character vector with the wanted metadata variable value for each well.

See Also

plate_meta

Examples

Run this code
# NOT RUN {
plate <- new_plate(sample_data_dir(), type = plate_types$custom_thresholds)
well_info(plate, "A01", "drops")
# }

Run the code above in your browser using DataCamp Workspace