parent_plate_type | R Documentation |
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)
plate |
A ddPCR plate |
See the README for more information on plate types.
The parent type of the given plate.
type
define_params
define_clusters
define_steps
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.