Get containers by specified sample type
Usage
get_container_by_sample(
sample_type,
sample_file = "samples.json",
app_file = "app.json"
)
Arguments
- sample_type
A character string specifying the type of sample.
- sample_file
A character string indicating the path to the samples.json file.
- app_file
A character string indicating the path to the app.json file.
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
#>