Entering edit mode
Hello
I am having problems accessing clinical data from TCGA-GBM. Specifically, I would like to obtain the tumor subtype of my subset of patients. Below is the code that TCGA support gave me but it doesn't work for me. I have no connection problems wiith other packages. I hope there is an alternative.
Thanks in advance
library(curatedTCGAData)
#gbm = curatedTCGAData("GBM", "RNASeq2GeneNorm", dry.run=FALSE, version = "2.1.1")
gbm = curatedTCGAData("GBM", "RNASeq2GeneNorm", dry.run=FALSE, version = "2.1.0")
It would help if you showed your output that you receive when you say it doesn't work for you. Could you please provide the output and any Errors you receive.
Hi @vicmonm5
Please use version
2.1.1
and read our release / patch notes.To access the clinical data, you can do
To see the list of subtypes, use
TCGAutils
:Best regards,
Marcel