-
Notifications
You must be signed in to change notification settings - Fork 120
Description
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