BioinformaticsFMRP / TCGAbiolinks

TCGAbiolinks
http://bioconductor.org/packages/devel/bioc/vignettes/TCGAbiolinks/inst/doc/index.html
284 stars 109 forks source link

Error in GDCquery_clinic(project ="TCGA-TGCT") #613

Open ayueme opened 6 months ago

ayueme commented 6 months ago

Hello there, I'm trying to download the clinical data from GDC TCGA, but when I run the following code:

GDCquery_clinic(project = "TCGA-TGCT")

it gave me this error:

Error in GDCquery_clinic(project = "TCGA-TGCT") : 
  Error: API returned more information

I tried other TCGA projects, they were all OK. Anything wrong with "TCGA-TGCT"?

Thank you.