Description Usage Arguments Details Value Warning Author(s)
Determine the indices of the training and testing sets prior to the plot of ROC curves.
1 | splitMerged.auc.plot(geno.files, lst, i, j, col, method, time.dep)
|
geno.files |
A vector of character strings containing the names of the expression files. |
lst |
A list of two objects, (i) gene expression data and (ii) list of two vectors, survival time and censoring status. In the censoring status vector, 1 = event occurred, 0 = censored. |
i |
A vector of character strings containing the names of the expression files used for the training set. |
j |
A character string specifying the name of the expression file used as the testing set. |
col |
Color of ROC curve. |
method |
A character string specifying the feature selection method: "none" for top-100 ranking or one of the adjusting methods specified by the p.adjust function |
time.dep |
An integer 0 or 1, 1 to plot time-dependent ROC curves for different time points and 0 for no plot |
The p.adjust function in the R stats package is used and all adjusted p-values not greater than 0.05 are retained if method
!= "none".
None.
This function is not called by the user directly.
Haleh Yasrebi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.