You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download worked partially. If I downloaded only one file per project, it created proper directory structure, but if I downloaded all files in the project, then I needed to manually move files to a proper directory.
GDCdownload(query.1)
GDCprepare_clinic() failed. It seems to expect xml. Clinical data in CTSP-DLBCL1 project is in json format.
GDCprepare_clinic(query.1, "patient")
The error:
in read_xml.character(xmlfile) :
Start tag expected, '<' not found [4]
I tried also GDCquery_clinic(), but it did not work either.
GDCquery_clinic("CTSP-DLBCL1", type="clinical")
The error:
Error in data.frame(..., check.names = FALSE) :
arguments imply differing number of rows: 37, 38
Other projects of interests ("CGCI-HTMCP-DLBCL","TCGA-DLBC","CGCI-BLGSP") worked. Their clinical data was in xml format, so this might have something to do with the difference.
I was trying to access clinical data for the project CTSP-DLBCL1 without success. I suspect a bug.
GDCquery() was functional and resulted 37 hits:
Download worked partially. If I downloaded only one file per project, it created proper directory structure, but if I downloaded all files in the project, then I needed to manually move files to a proper directory.
GDCdownload(query.1)
GDCprepare_clinic() failed. It seems to expect xml. Clinical data in CTSP-DLBCL1 project is in json format.
The error:
I tried also GDCquery_clinic(), but it did not work either.
The error:
Other projects of interests ("CGCI-HTMCP-DLBCL","TCGA-DLBC","CGCI-BLGSP") worked. Their clinical data was in xml format, so this might have something to do with the difference.
I would appreciate any help.
The text was updated successfully, but these errors were encountered: