View source: R/plate-attribs.R
clusters | R Documentation |
Each ddPCR plate type has a specific set of potential clusters the droplets can be assigned to.
clusters(plate)
plate |
a ddPCR plate. |
See the README for more information on plate types.
A character vector with the names of the clusters supported by the plate type.
## Not run:
dir <- sample_data_dir()
new_plate(dir) %>% clusters
new_plate(dir, plate_types$fam_positive_pnpp) %>% clusters
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.