step {ddpcr} | R Documentation |
Get step ID by step name
Description
Get step ID by step name
Usage
step(plate, step)
Examples
## Not run:
plate <- new_plate(sample_data_dir())
# see what step names exist and their order
steps(plate)
step(plate, 'REMOVE_OUTLIERS')
## End(Not run)
[Package ddpcr version 1.15.2 Index]