next_step {ddpcr} | R Documentation |
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.
next_step(plate, n = 1)
plate |
A ddPCR plate |
n |
The number of steps to run |
The ddPCR plate after running the next step
plot.ddpcr_plate
analyze
steps
plate_data
plate_meta
## Not run:
plate <- new_plate(sample_data_dir(), type = plate_types$custom_thresholds)
plate <- next_step(plate)
## End(Not run)