ddpcr (version 1.15.2)

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)

Value

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

Arguments

plate

A ddPCR plate

See Also

subset.ddpcr_plate

Examples

Run this code
if (FALSE) {
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 DataLab