wells_used | 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.
subset.ddpcr_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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.