wells_used {ddpcr} | R Documentation |
Get a list of the wells that have any data in a ddPCR plate.
wells_used(plate)
plate |
A ddPCR plate |
List of wells that have any data in the given plate.
## Not run:
plate <- new_plate(sample_data_dir(), type = plate_types$custom_thresholds)
wells_used(plate)
plate <- subset(plate, "A01:C05")
wells_used(plate)
## End(Not run)