Hello,
I am trying to download the clinical data from TCGA-COAD using clinical_data <- GDCquery_clinic(project = "TCGA-COAD", type = "clinical") but I have this error message :
Error in set(x, j = name, value = value) :
Supplied 461 items to be assigned to 648 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.
I tried installing the devel version of the package already as suggested in a previous issue but I am still getting the error.
Thank you !
Hello,
I am trying to download the clinical data from TCGA-COAD using clinical_data <- GDCquery_clinic(project = "TCGA-COAD", type = "clinical") but I have this error message :
Error in set(x, j = name, value = value) :
Supplied 461 items to be assigned to 648 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.
I tried installing the devel version of the package already as suggested in a previous issue but I am still getting the error.
Thank you !