Usage
splitZscore2.merge.indep(common.gene, geno.files, surv.data, lst, i, j,
method,gn.nb,perf.eval, normalization)
Arguments
common.gene
A vector of character strings containing the names of the genes common to the datasets composing the training set.
geno.files
A vector of character strings containing the names of the expression files.
surv.data
A list of two vectors, survival time and censoring status. In the censoring status vector, 1 = event occurred, 0 = censored.
lst
The list of two objects, the gene expression data and surv.data
.
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 methods specified 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".