thresholds: Get/set the thresholds

View source: R/type-custom_thresholds.R

thresholdsR Documentation

Get/set the thresholds

Description

For ddPCR plates of type custom_thresholds, get or set the thresholds that divide the four droplet quadrants.

Usage

thresholds(plate)

thresholds(plate) <- value

set_thresholds(plate, value)

Arguments

plate

A ddPCR plate.

value

The new thresholds as a 2-element numeric vector

Value

The current thresholds

See Also

custom_thresholds
x_threshold
y_threshold

Examples

## Not run: 
plate <- new_plate(sample_data_dir(), type = plate_types$custom_thresholds)
thresholds(plate)
thresholds(plate) <- c(5500, 8000)
set_thresholds(plate, c(5500, 8000))

## End(Not run)

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