BioinformaticsFMRP / TCGAbiolinksGUI

TCGAbiolinksGUI code development for R/Bioconductor submission http://tcgabiolinks.fmrp.usp.br:3838/
http://bioinformaticsfmrp.github.io/TCGAbiolinksGUI
35 stars 14 forks source link

"query" gives error in TCGAbiolinks , while downloading #46

Closed ghost closed 6 years ago

ghost commented 6 years ago

I used following commands to download -"Data.category- Biospecimen" bio_query <- GDCquery(project = "TCGA-PRAD", data.category = c("Biospecimen")) GDCdownload(bio_query)

but received following error

Error in GDCdownload(bio_query) : We can only download one data type. Please use data.type argument in GDCquery to filter results.

My aim is to get the biospecimen, clinical.info="sample" data . How to solve the problem ?