define_clusters: Define droplet clusters

View source: R/plate-extend.R

define_clustersR Documentation

Define droplet clusters

Description

Every ddPCR plate type has a set of potential clusters the droplets can be assigned to. When creating a custom plate type, if your plate type uses a different set of clusters than its parent type, you must define this function to return the cluster names. When defining this function, you can use NextMethod("define_clusters") to get a list of the clusters available in the parent type if you want to simply add new clusters without defining all of them.

Usage

define_clusters(plate)

Arguments

plate

A ddPCR plate

Value

A list of potential droplet clusters for the plate type.

See Also

clusters

clusters
parent_plate_type
define_params
define_steps


daattali/ddpcr documentation built on March 27, 2024, 6:50 a.m.