parent_plate_type {ddpcr}R Documentation

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

Details

See the README for more information on plate types.

Value

The parent type of the given plate.

See Also

type
define_params
define_clusters
define_steps


[Package ddpcr version 1.15.2 Index]