ddpcr (version 1.11)

define_params: Define plate type parameters

Description

Every ddPCR plate type has a set of default parameters. When creating a custom plate type, if your plate type needs a different set of parameters than its parent type, you must define this function to return the parameters specific to this plate. When defining this function, you can use NextMethod("define_params") to get a list of the parameters of the parent type so that you can simply add to that list rather than redefining all the parameters.

Usage

define_params(plate)

Arguments

plate

A ddPCR plate

Value

A list of default parameters for the plate type.

See Also

params

params parent_plate_type define_clusters define_steps