Description Usage Arguments Details Value
View source: R/predict_immune_response.R
predict_immune_response
predicts immune response using two algorithms: multi-task elastic net
and bayesian efficient multi-kernel algorithm. While BEMKL can exploit information across different input and output datasets,
multi-task elastic net can only do so for response variables. Another advantage of BEMKL is missing data handling, which is not
the case for the other algorithm.
1 2 3 4 5 6 7 8 |
pathways |
numeric matrix with data |
immunecells |
numeric matrix with data |
tfs |
numeric matrix with data |
lrpairs |
numeric matrix with data |
ccpairs |
numeric matrix with data |
cancertype |
string character |
These algorithms use model parameters learned during training on different types of data in order to compute the immune response.
Predictions for each model building.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.