surv.plot: surv.plot

Description Usage Format Examples

Description

Patient survival information (overall survival plot data) were downloaded from https://portal.gdc.cancer.gov/exploration?searchTableTab=genes For detailed information: see section "Survival analysis" in https://docs.gdc.cancer.gov/Data_Portal/PDF/Data_Portal_UG.pdf

Usage

1

Format

A data frame with four variables: survivalEstimate, id, censored, and time

Examples

1
2
3
4
5
6
library(ExperimentHub)
eh <- ExperimentHub()
myfiles <- query(eh, "HarmonizedTCGAData")
surv.plot <- myfiles[[3]]
# surv.plot <- myfiles[['EH1016']]
head(surv.plot)

BeautyOfWeb/HarmonizedTCGAData documentation built on May 28, 2019, 11:57 a.m.