netROC | R Documentation |
This is a function to plot ROC of combined study.
netROC(case_dir, control_dir, marker, metadata, plot.roc = T, train.num = 20)
case_dir |
string.The directory of diseased data set. |
control_dir |
string.The directory of healthy data set. |
marker |
the combined markers identified by NetMoss. |
metadata |
the metadata of all input studies. |
plot.roc |
logical.If TURE then the combined ROC will be plotted. |
train.num |
numerical. training times for the module. 20 was set by default. |
a TPR and FPR table of the combined study.
myROC = netROC(case_dir = case_dir, control_dir = control_dir, marker = marker, metadata = metadata, plot.roc = T, train.num = 20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.