ddpcr (version 1.11)

parent_plate_type: Parent plate type

Description

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.

Usage

parent_plate_type(plate)

Arguments

plate

A ddPCR plate

Value

The parent type of the given plate.

Details

See the README for more information on plate types.

See Also

type define_params define_clusters define_steps