custom_thresholds | R Documentation |
The custom_thresholds
plate type is used when you want to gate ddPCR
droplet data into four quadrants according to HEX and FAM values that you
manually set. All wells in the plate will use the same threshold values.
Plates with this type have only three analysis steps: INITIALIZE
,
REMOVE_OUTLIERS
, and CLASSIFY
(according to the custom thresholds).
Plates with this type have the following droplet clusters:
UNDEFINED
, OUTLIER
, EMPTY
(bottom-left quadrant),
X_POSITIVE
(bottom-right quadrant), Y_POSITIVE
(top-left quadrant),
BOTH_POSITIVE
(top-right quadrant).
See the README for more information on plate types.
plate_types
x_threshold
y_threshold
thresholds
analyze
remove_outliers
classify_thresholds
## Not run:
plate <- new_plate(sample_data_dir(), type = plate_types$custom_thresholds)
type(plate)
plate %>% analyze %>% plot
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.