Description Arguments Details Value Warning Author(s) References
Identify a gene signature from the merged data set and reduce of the gene set in the training and testing sets accordingly. The performance of the gene signature is performed by independent validation.
lst |
List of two objects, the gene expression data matrix and a list of two vectors, survival time and censoring status. In the censoring status vector, 1 = event occurred, 0 = censored. |
train.ind |
Index of training set. |
test.ind |
Index of 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 |
perf.eval |
A string taking one the values, "auc", "cindex", "bsc". |
normalization |
A character string specifying the normalization method, "zscore1", "zscore2" or "combat". |
In top-ranking, genes are selected based on univariate Cox P-value ranking using the coxph function in the R survival package. In this feature selection method, the genes are ranked based on their likelihood ratio P-value and the top-100 ranked genes with the smallest P-values are retained as the gene signature.
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".
If perf.eval
== "auc", time-dependent AUC and hazard ratio are used as the measure of performance, perf.eval
== "cindex", concordance index defined in the survcomp
package or perf.eval
== "bsc", brier score defined in the survcomp
package is used.
AUC, HR(CI) and p-value.
This function is not called by the user directly.
Haleh Yasrebi
Yasrebi H, Sperisen P, Praz V, Bucher P, 2009 Can Survival Prediction Be Improved By Merging Gene Expression Data Sets?. PLoS ONE 4(10): e7431. doi:10.1371/journal.pone.0007431.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.