Every ddPCR plate has a set of defined steps that are taken in order, that
together constitute "analyzing" the plate. Calling the analyze function
will perform all the analysis steps, which may take several minutes. Running
the analysis will classify the droplets in the plate into clusters (available
via plate_data) and will add variables to the plate
metadata (available via plate_meta).
Usage
analyze(plate, restart = FALSE)
Value
The analyzed ddPCR plate
Arguments
plate
A ddPCR plate
restart
If TRUE, then run the analysis from the beginning;
othrewise, continue from the last step that was performed.
Details
This function will run an analysis to completion. If you want to run each
step one at a time, use next_step.