ddpcr (version 1.15.2)

x_threshold: Get/set the X threshold

Description

For ddPCR plates of type custom_thresholds, get or set the threshold along the X axis that divides the droplet quadrants.

Usage

x_threshold(plate)

x_threshold(plate) <- value

Value

The current X threshold

Arguments

plate

A ddPCR plate.

value

The new X threshold

See Also

custom_thresholds
y_threshold
thresholds

Examples

Run this code
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