Skip to contents

Get containers by specified sample type

Usage

get_container_by_control(control_type)

Arguments

control_type

A character string specifying the type of sample.

Value

A named list of containers for the specified sample type.

Examples

get_container_by_sample(sample_type = "micronix")
#> $position_keys
#> $position_keys[[1]]
#> [1] "Row"    "Column"
#> 
#> 
#> $container_name_key
#> [1] "PlateName"
#> 
#> $container_barcode_key
#> NULL
#>