define_clusters | R Documentation |
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.
define_clusters(plate)
plate |
A ddPCR plate |
A list of potential droplet clusters for the plate type.
clusters
clusters
parent_plate_type
define_params
define_steps
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.