This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Accessing legacy data in GDC

I am trying to retrieve legacy data from GDC through TCGAbiolinks. Specifically, I'd like to retrieve all RNAseq data for "CCLE-BLCA', which you can access through this link.

I ran

query <- GDCquery(project = "CCLE-BLCA", legacy = TRUE)

and got the full table with all project ids, name, etc. But I always get the error

Error in checkProjectInput(project) : Please set a valid project argument from the column project_id above. Project CCLE-BLCA was not found.

Are you aware of a way to download this data?

rna-seq r tcgabiolinks

1 answer

Yes, on the GDC Legacy website, after you have filtered the project and samples that you want, download the file manifest and then use the GDC Data Transfer Tool, which will take the manifest as input, in order to download everything.

Log in to answer this question.