ddpcr (version 1.15.2)

next_step: 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)

Value

The ddPCR plate after running the next step

Arguments

plate

A ddPCR plate

n

The number of steps to run

See Also

plot.ddpcr_plate
analyze
steps
plate_data
plate_meta

Examples

Run this code
if (FALSE) {
plate <- new_plate(sample_data_dir(), type = plate_types$custom_thresholds)
plate <- next_step(plate)
} 

Run the code above in your browser using DataLab