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