Each ddPCR plate has a "parent" plate type from which it inherits all its
properties. When creating a custom plate type, if your plate type inherits from
any plate type other than the base type of ddpcr_plate
, you must define
this function to return the parent plate type. Inheriting
from a parent plate means that the same cluster types, analysis steps, and
parameters will be used by default.
parent_plate_type(plate)
The parent type of the given plate.
A ddPCR plate
See the README for more information on plate types.
type
define_params
define_clusters
define_steps