Open ycl6 opened 6 years ago
Hi @ycl6 Nice coding, thank you for using our tool. Anyway it seems that you were asking for clinical data and radiation information for LAML (Acute Myeloid Leukemia), according to my knowledge there is no radiation therapy for this liquid tumor, as instead you found for the other 32 solid tumors.
@tiagochst when you have time can you consider this exception? thanks.
@torongs82
The code that I used was taken from the vignettes :)
I investigated a little, it seems most of the auxiliary information would not return anything, i.e. is.null(aux) == TRUE
, but for TCGA-LAML, it actually returns something, making aux
an empty data.frame.
So I changed
if(is.null(aux)) next
To
if(is.null(aux) | (is.data.frame(aux) && nrow(aux)==0)) next
This solved the loop problem.
Hi
I am using the below code to retrieve Clinical information with TCGAbiolinks. However, the process goes into an endless loop with project TCGA-LAML when there is no information to be found.
Output message: