next_step {ddpcr} | R Documentation |
Run the next step in an analysis
Description
Every ddPCR plate has a set of defined steps that are taken in order, that
together constitute "analyzing" the plate. Calling the next_step
function
will run the next step in the analysis, which may take several minutes. If you
want to run all the remaining steps at once, use analyze
instead.
Usage
next_step(plate, n = 1)
Arguments
plate |
A ddPCR plate |
n |
The number of steps to run |
Value
The ddPCR plate after running the next step
See Also
plot.ddpcr_plate
analyze
steps
plate_data
plate_meta
Examples
## Not run:
plate <- new_plate(sample_data_dir(), type = plate_types$custom_thresholds)
plate <- next_step(plate)
## End(Not run)
[Package ddpcr version 1.15.2 Index]