Closed ayueme closed 1 month ago
I was able to fix this by updating to the latest version of TCGAbiolinks
install.packages("../TCGAbiolinks_2.32.0.tar.gz", repos = NULL, type="source") library(TCGAbiolinks)
clinical <- GDCquery_clinic(project = "TCGA-TGCT", type = "clinical")
I was able to fix this by updating to the latest version of TCGAbiolinks
install.packages("../TCGAbiolinks_2.32.0.tar.gz", repos = NULL, type="source") library(TCGAbiolinks)
clinical <- GDCquery_clinic(project = "TCGA-TGCT", type = "clinical")
Thank you for your kind response.
Hello there, I'm trying to download the clinical data from GDC TCGA, but when I run the following code:
it gave me this error:
I tried other TCGA projects, they were all OK. Anything wrong with "TCGA-TGCT"?
Thank you.