timmaCategoryWeighted1: Predicting drug sensitivity with multi-class drug-target...

Description Usage Arguments Value Author(s) Examples

Description

A function to predict the drug sensitivity with multi-class drug-target interaction data using the two.sided and weighted TIMMA model

Usage

1
timmaCategoryWeighted1(profile_data, sens, loo = TRUE, class)

Arguments

profile_data

the drug-target interaction data. See timma.

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

Value

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

Author(s)

Liye He liye.he@helsinki.fi

Examples

1
2
3
4
5
6
## Not run: 
profile<-data(tyner_interaction_multiclass)
sensitivity<-data(tyner_sensitivity)
results<-timmaCategoryWeighted1(profile[, 1:6], sensitivity[,1], class = 6)

## End(Not run)

timma documentation built on May 2, 2019, 1:10 p.m.