Learn R Programming

ddpcr (version 1.15.2)

step: Get step ID by step name

Description

Get step ID by step name

Usage

step(plate, step)

Arguments

Examples

Run this code
if (FALSE) {
plate <- new_plate(sample_data_dir())
# see what step names exist and their order
steps(plate)
step(plate, 'REMOVE_OUTLIERS')
}

Run the code above in your browser using DataLab