Arguments
geno.files
a vector of character containing the names of gene expression data 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
Index of the names of the expression files composing the training set.
j
Index of the name of the expression file used as the testing set.
method
A character string specifying the feature selection method: "none" for top-ranking or one of the adjusting method specifying by the p.adjust function
gn.nb
Number of genes to select for gene signature when method
="none".
perf.eval
A string taking one the values, "auc", "cindex", "bsc".
normalization
A character string specifying the normalization method, "zscore1", "zscore2" or "combat".