clusters: Potential droplet clusters for a plate type

View source: R/plate-attribs.R

clustersR Documentation

Potential droplet clusters for a plate type

Description

Each ddPCR plate type has a specific set of potential clusters the droplets can be assigned to.

Usage

clusters(plate)

Arguments

plate

a ddPCR plate.

Details

See the README for more information on plate types.

Value

A character vector with the names of the clusters supported by the plate type.

Examples

## Not run: 
dir <- sample_data_dir()
new_plate(dir) %>% clusters
new_plate(dir, plate_types$fam_positive_pnpp) %>% clusters

## End(Not run)

ddpcr documentation built on Aug. 21, 2023, 1:07 a.m.