powered by
Get a list of the wells that have any data in a ddPCR plate.
wells_used(plate)
List of wells that have any data in the given plate.
A ddPCR plate
subset.ddpcr_plate
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