Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GDCprepare() error: 'I couldn't find all the files from the query. Please check if the directory parameter is right or GDCdownload downloaded the samples' #633

Open
maronem opened this issue Jul 2, 2024 · 0 comments

Comments

@maronem
Copy link

maronem commented Jul 2, 2024

Hello,

I am having an issue preparing mutation and proteomics data from the TCGA-READ and COAD projects. I have used this same method for gene expression data which worked fine but for these queries and others using the same method I am running into this error each time.

Example query:
tcga_prot_query <- GDCquery(project = c('TCGA-READ', 'TCGA-COAD'),
data.category = 'Proteome Profiling',
data.type = 'Protein Expression Quantification')

tcga_prot_output <- getResults(tcga_prot_query)
tcga_prot_prep <- GDCprepare(tcga_prot_query, summarizedExperiment = TRUE)

Error:
Screenshot 2024-07-02 at 10 04 35 AM

Session info:
Screenshot 2024-07-02 at 10 05 28 AM

Thank you in advance for the help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant