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

Error in GDCQuery_clinic("TCGA-PAAD") #641

Open
ramyapurkanti opened this issue Feb 3, 2025 · 3 comments
Open

Error in GDCQuery_clinic("TCGA-PAAD") #641

ramyapurkanti opened this issue Feb 3, 2025 · 3 comments

Comments

@ramyapurkanti
Copy link

ramyapurkanti commented Feb 3, 2025

Hello,

I have the version 2.32.0 installed. When I run the command paad_clinical <- GDCquery_clinic("TCGA-PAAD"), I get the following error:
Error in set(x, j = name, value = value) :
Supplied 185 items to be assigned to 318 items of column 'submitter_id'. If you wish to 'recycle' the RHS please use rep() to make this intent clear to readers of your code.

It was working a month back. In order to check whether the error is specific to TCGA-PAAD, I also ran it for TCGA-OV and got similar error
Error in set(x, j = name, value = value) :
Supplied 608 items to be assigned to 1130 items of column 'submitter_id'. If you wish to 'recycle' the RHS please use rep() to make this intent clear to readers of your code.

Did something change recently in the package?

Thanks,
Ramya

Update1: Updating the version to 2.34.0 doesn't solve it

@tiagochst
Copy link
Contributor

Hi, 

There was a change in GDC database.
I still did not evaluate the changes in the data but some users said there was a change in the days_to_followup field.

Could you please install from Github
remotes::install_github("https://github.com/BioinformaticsFMRP/TCGAbiolinks",ref = "devel")

The last development version should be working.

@ramyapurkanti
Copy link
Author

Thank you so much for the prompt response! Apologies for not finding the older threads before posting. When I installed the dev version, and load the package, I get the following warning:
In readRDS(path) : error reading from connection

Everything works though and am able to load clinical data now.

Thank you,
Ramya

@ramyapurkanti
Copy link
Author

Hello again,

Spoke too soon, it has NA values for many date related fields. I will join the other thread discussing this issue instead of duplicating it.

Thanks,
Ramya

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

2 participants