powered by
For ddPCR plates of type custom_thresholds, get or set the thresholds that divide the four droplet quadrants.
custom_thresholds
thresholds(plate)thresholds(plate) <- valueset_thresholds(plate, value)
thresholds(plate) <- value
set_thresholds(plate, value)
The current thresholds
A ddPCR plate.
The new thresholds as a 2-element numeric vector
custom_thresholds x_threshold y_threshold
x_threshold
y_threshold
if (FALSE) { plate <- new_plate(sample_data_dir(), type = plate_types$custom_thresholds) thresholds(plate) thresholds(plate) <- c(5500, 8000) set_thresholds(plate, c(5500, 8000)) }
Run the code above in your browser using DataLab