Skip to content

GDCquery_clinic not working for TCGA projects #639

@hnsc-a11y

Description

@hnsc-a11y

I tried to download clinical data from TCGA projects but it returned an error message (please see below). It happened for various different TCGA tumor types.

clinical_brca <- GDCquery_clinic("TCGA-BRCA", type = "clinical")
Error in set(x, j = name, value = value) :
Supplied 1098 items to be assigned to 1343 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.

clinical_hnsc <- GDCquery_clinic("TCGA-HNSC", type = "clinical")
Error in set(x, j = name, value = value) :
Supplied 528 items to be assigned to 768 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.

clinical_gbm <- GDCquery_clinic("TCGA-GBM", type = "clinical")
Error in set(x, j = name, value = value) :
Supplied 617 items to be assigned to 1175 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.

Any chance you could look into this issue? Thanks.

Version: 2.32.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions