Yes, installing the development version from GitHub also works for me. That's now the second time that a package that interacts with the GDC serves could only function properly after an installation from GitHub. The other was GenomicDataCommons:
GDC server down???
I am trying to use TCGAbiolinks package to analyze illumina methylation array data, but it is saying to me that the server is down, this is happening since last Friday night. Anyone have some information about it??
• 8,172 views
•
link
1 answer
I solved this problem by using devtools::install_github('BioinformaticsFMRP/TCGAbiolinks') to install this package instead of biocLite("TCGAbiolinks"). You can try this way.
• 1 views
•
link
Log in to answer this question.
Not sure what URL TCGAbiolinks uses but the GDC portal is very much up and available here.
I also have such problem....
What exact commands have you both tried? It's possible that the data has just shifted to a new location. The TCGA data is constantly being refined.
Also, which R and package versions?
I'm having the same problem (I was using it last week without any problems) My r-base package version is 3.4.4-1xenial0 and TCGAbiolinks version is 2.9.1
I report the same:
I will explore further / contact people who may know better.
thanks a lot! Let's see what is going on!