y_threshold: Get/set the Y threshold

View source: R/type-custom_thresholds.R

y_thresholdR Documentation

Get/set the Y threshold

Description

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

Usage

y_threshold(plate)

y_threshold(plate) <- value

Arguments

plate

A ddPCR plate.

value

The new Y threshold

Value

The current Y threshold

See Also

custom_thresholds
x_threshold
thresholds

Examples

## Not run: 
plate <- new_plate(sample_data_dir(), type = plate_types$custom_thresholds)
y_threshold(plate)
y_threshold(plate) <- 8000
plot(plate)

## End(Not run)

daattali/ddpcr documentation built on March 27, 2024, 6:50 a.m.