ddpcr (version 1.11)

wells_used: Get wells used in a ddPCR plate

Description

Get a list of the wells that have any data in a ddPCR plate.

Usage

wells_used(plate)

Arguments

plate

A ddPCR plate

Value

List of wells that have any data in the given plate.

See Also

subset.ddpcr_plate

Examples

Run this code
# NOT RUN {
plate <- new_plate(sample_data_dir(), type = plate_types$custom_thresholds)
wells_used(plate)
plate <- subset(plate, "A01:C05")
wells_used(plate)
# }

Run the code above in your browser using DataCamp Workspace