View source: R/type-custom_thresholds.R
thresholds | R Documentation |
For ddPCR plates of type custom_thresholds
, get or set the thresholds
that divide the four droplet quadrants.
thresholds(plate)
thresholds(plate) <- value
set_thresholds(plate, value)
plate |
A ddPCR plate. |
value |
The new thresholds as a 2-element numeric vector |
The current thresholds
custom_thresholds
x_threshold
y_threshold
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.