powered by
For ddPCR plates of type custom_thresholds, get or set the threshold along the Y axis that divides the droplet quadrants.
custom_thresholds
y_threshold(plate)y_threshold(plate) <- value
y_threshold(plate) <- value
The current Y threshold
A ddPCR plate.
The new Y threshold
custom_thresholds x_threshold thresholds
x_threshold
thresholds
if (FALSE) { plate <- new_plate(sample_data_dir(), type = plate_types$custom_thresholds) y_threshold(plate) y_threshold(plate) <- 8000 plot(plate) }
Run the code above in your browser using DataLab