cluster_name: Get cluster name by ID

View source: R/plate-attribs.R

cluster_nameR Documentation

Get cluster name by ID

Description

Get cluster name by ID

Usage

cluster_name(plate, cluster)

Examples

## Not run: 
plate <- new_plate(sample_data_dir())
# see what cluster names exist and their order
clusters(plate)
cluster_name(plate, 2)
cluster_name(plate, 4)

## End(Not run)

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