Usage
    get_experiment_groups(type = NULL)
 
     
    
    Arguments
    - type
 
String indicating the name of an assay group.
Defaults to all experiment groups.
 
 
    
    Value
    
list with experiment groups or string (if type not NULL)
     
    
    
    Examples
    get_experiment_groups()
#> $`single-agent`
#>   single-agent    co-dilution 
#> "single-agent"  "co-dilution" 
#> 
#> $combination
#> [1] "combination"
#>