##
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
##
## filter, lag
## The following objects are masked from 'package:base':
##
## intersect, setdiff, setequal, union
# XML files
query <- GDCquery(project = "TCGA-SKCM",
data.category = "Clinical")
tryCatch(GDCdownload(query,files.per.chunk = 50))
stage <- GDCprepare_clinic(query, clinical.info = "stage_event")
load("stage.rda")
# Articles
curated_stages <- TCGAquery_subtype(tumor = "skcm") %>% dplyr::rename(., bcr_patient_barcode = patient)
## skcm subtype information from:doi:10.1016/j.cell.2015.05.044