stNSCLC: Survival times of 147 samples affected by Non Small Cell Lung...

Description Usage References See Also Examples

Description

This data are of the class "Surv" (defined in the library "survival") and are built by considering the columns "OS" and "STATUS" of the "Supplementary Table S1" at the reference below. The data are defined as stNSCLC <- Surv(OS, STATUS == 1). This dataset is connected to the geNSCLC data.

Usage

1

References

Lau, S.K., P. C. Boutros, M. Pintilie, F. H. Blackhall, C.-Q. Zhu, D. Strumpf, M. R. Johnston, G. Darling, S. Keshavjee, T. K. Waddell, N. Liu, D. Lau, L. Z. Penn, F. A. Shepherd, I. Jurisica, S. D. Der, M.-S. Tsao. A three-gene prognostic classifier for early-stage non-small cell lung cancer. J Clinical Oncology, 25(35): 5562-5569, 2007.

See Also

Surv,geNSCLC

Examples

1
2
3
data(stNSCLC)
library(survival)
plot(survfit(stNSCLC ~ 1))

geneSignatureFinder documentation built on May 2, 2019, 2:32 p.m.