R/analysis.R
get_unobserved_model_predictions.Rd
Subset the model predictions to the (false) non-observed synergies
get_unobserved_model_predictions(model.predictions, observed.synergies)
model.predictions | a |
---|---|
observed.synergies | a character vector with elements the names of the drug combinations that were found as synergistic |
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)