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.
define_params(plate)
A list of default parameters for the plate type.
A ddPCR plate
params
params
parent_plate_type
define_clusters
define_steps