This function checks that the observed synergies are part (a subset) of the tested drug combinations

validate_observed_synergies_data(observed.synergies, drug.combinations.tested)

Arguments

observed.synergies

a non-empty character vector of drug combinations

drug.combinations.tested

a non-empty character vector of drug combinations

Value

NULL if no errors found, otherwise stops execution.