x_threshold {ddpcr} | R Documentation |
For ddPCR plates of type custom_thresholds
, get or set the threshold
along the X axis that divides the droplet quadrants.
x_threshold(plate)
x_threshold(plate) <- value
plate |
A ddPCR plate. |
value |
The new X threshold |
The current X threshold
custom_thresholds
y_threshold
thresholds
## Not run:
plate <- new_plate(sample_data_dir(), type = plate_types$custom_thresholds)
x_threshold(plate)
x_threshold(plate) <- 5500
plot(plate)
## End(Not run)