Description Usage Arguments Value Examples
This function for classification using 8 different machine learning algorithms and it plots the ROC curves and the AUC, SEN, and specificty
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
MLmatrix |
selected pathway deregulation score or metabolites expression matrix |
measurementLabels |
measurement label for samples |
significantPathways |
selected pathway names |
trainportion |
train percentage of the total sample size |
cvnum |
number of folds |
dlround |
epoch number for the deep learning method |
nrun |
denotes the total number of runs of each method to get their averaged performance metrics |
Rpart |
TRUE if run Rpart method |
LDA |
TRUE if run LDA method |
SVM |
TRUE if run SVM method |
RF |
TRUE if run random forest method |
GBM |
TRUE if run GBM method |
PAM |
TRUE if run PAM method |
LOG |
TRUE if run LOG method |
DL |
TRUE if run deep learning method |
Evaluation results and plots of all 8 machine learning algorithms, along with variable importance plots.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.