status: Plate status

View source: R/plate-attribs.R

statusR Documentation

Plate status

Description

The status of a plate corresponds to the number of analysis steps that have taken place. A plate that has been initialized but has not yet been analyzed at all has status 1.

If you add custom analysis steps to a new plate type, you should make sure to update the status of the plate after each step. You can use check_step to ensure that the plate is at an appropriate status before beginning each step.

Usage

status(plate)

status(plate) <- value

See Also

steps
check_step


daattali/ddpcr documentation built on March 27, 2024, 6:50 a.m.