cluster_name {ddpcr} | R Documentation |
Get cluster name by ID
cluster_name(plate, cluster)
## 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)