Description Usage Arguments Value Author(s) Examples
A function to predict the drug sensitivity with multi-class drug-target interaction data using the one.sided and weighted TIMMA model
1 | timmaCategoryWeighted(drug_target_profile, sens, loo = TRUE, class)
|
drug_target_profile |
the drug-target interaction data. See |
sens |
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. |
class |
the number of classes in the drug-target interaction data |
A list containing the following components:
dummy |
the predicted efficacy for target combinations that can be found from the training data |
error |
the prediction errors |
prediction |
predicted drug sensitivity |
Liye He liye.he@helsinki.fi
1 2 3 4 5 6 | ## Not run:
profile<-data(tyner_interaction_multiclass)
sensitivity<-data(tyner_sensitivity)
results<-timmaCategoryWeighted(profile[, 1:6], sensitivity[,1], class = 6)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.