emba (version 0.1.1)

get_unobserved_model_predictions: Subset the model predictions to the (false) non-observed synergies

Description

Subset the model predictions to the (false) non-observed synergies

Usage

get_unobserved_model_predictions(model.predictions, observed.synergies)

Arguments

model.predictions

a data.frame object with rows the models and columns the drug combinations. Possible values for each model-drug combination element are either 0 (no synergy predicted), 1 (synergy was predicted) or NA (couldn't find stable states in either the drug combination inhibited model or in any of the two single-drug inhibited models)

observed.synergies

a character vector with elements the names of the drug combinations that were found as synergistic

Value

a data.frame object with rows the models and columns the drug combinations that were found/observed as non-synergistic (negative results). Possible values for each model-drug combination element are either 0 (no synergy predicted), 1 (synergy was predicted) or NA (couldn't find stable states in either the drug combination inhibited model or in any of the two single-drug inhibited models)