ddpcr (version 1.11)

cluster_name: Get cluster name by ID

Description

Get cluster name by ID

Usage

cluster_name(plate, cluster)

Arguments

Examples

Run this code
# 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)
# }

Run the code above in your browser using DataCamp Workspace