calPerformance.single.indep: Performance assessment on single data sets using independent...

Description Usage Arguments Details Value Warning Author(s) References

Description

Assess the performance of the gene signatures on single data sets in pair-wise manner.

Usage

1
calPerformance.single.indep(lst1, lst2, method,gn.nb,perf.eval)

Arguments

lst1

A list of two objects, (i) the gene expression data and (ii) the list of survival time and censoring status of the data set used as the training set. In the censoring status vector, 1 = event occurred, 0 = censored.

lst2

A list of two objects, (i) the gene expression data and (ii) the list of survival time and censoring status of an independent data set used as the testing set. In the censoring status vector, 1 = event occurred, 0 = censored.

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".

Details

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-gn.nb 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.

Value

AUC, HR(CI) and p-value.

Warning

This function is not called by the user directly.

Author(s)

Haleh Yasrebi

References

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.


survJamda documentation built on May 1, 2019, 8:50 p.m.