steps: Analysis steps of a ddPCR plate

View source: R/plate-attribs.R

stepsR Documentation

Analysis steps of a ddPCR plate

Description

Every ddPCR plate type has an ordered set of steps that are run to analyze the data. You can run all the steps with analyze or run the analysis step by step with next_step. The order of the steps in the list is the order in which they are run on the dataset.

Usage

steps(plate)

Arguments

plate

a ddPCR plate.

Value

A named character vector, where every name is the human-readable name of an analysis step, and every value is the name of the function used to perform the step.

See Also

analyze
next_step

Examples

## Not run: 
dir <- sample_data_dir()
new_plate(dir) %>% steps
new_plate(dir, plate_types$fam_positive_pnpp) %>% steps

## End(Not run)

ddpcr documentation built on Aug. 21, 2023, 1:07 a.m.