Description Usage Arguments Value Author(s) Examples
A function to predict the drug sensitivity with binary drug-target interaction data using the two.sided TIMMA model
| 1 | timmaModel1(drug_target_profile, y_actual, loo = TRUE)
 | 
| drug_target_profile | the drug-target interaction data. See  | 
| y_actual | a drug sensitivity vector. | 
| loo | a logical value indicating whether to use the leave-one-out cross-validation in the model selection process. By default, loo = TRUE. | 
A list containing the following components:
| dummy | the predicted efficacy matrix | 
| error | the prediction errors | 
| prediction | predicted drug sensitivity | 
The difference between timmaModel and timmaBinary is timmaModel
returns the predicted efficacy matrix of all possible target combinations while timmaBinary
not.
Liye He liye.he@helsinki.fi
| 1 2 3 | data(tyner_interaction_binary)
data(tyner_sensitivity)
results<-timmaModel1(tyner_interaction_binary[, 1:6], tyner_sensitivity[,1])
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.