GDC server down???
1
2
Entering edit mode
5.8 years ago

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??

TCGAbiolinks GDC Methylation array • 6.1k views
ADD COMMENT
0
Entering edit mode

Not sure what URL TCGAbiolinks uses but the GDC portal is very much up and available here.

ADD REPLY
0
Entering edit mode

I also have such problem....

ADD REPLY
0
Entering edit mode

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?

ADD REPLY
0
Entering edit mode

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


#Code:
library(TCGAbiolinks)
query <- GDCquery(project = 'TCGA-LAML',
                  data.category = "Transcriptome Profiling",
                  data.type = "Gene Expression Quantification",
                  workflow.type="HTSeq - Counts")

#Error:
Error in value[[3L]](cond) : 
  GDC server down, try to use this package later

ADD REPLY
0
Entering edit mode

I report the same:

Error in value[[3L]](cond) : 
  GDC server down, try to use this package later

I will explore further / contact people who may know better.

ADD REPLY
0
Entering edit mode

thanks a lot! Let's see what is going on!

ADD REPLY
5
Entering edit mode
5.8 years ago
Jade ▴ 50

I solved this problem by using devtools::install_github('BioinformaticsFMRP/TCGAbiolinks') to install this package instead of biocLite("TCGAbiolinks"). You can try this way.

ADD COMMENT
1
Entering edit mode

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:

ADD REPLY
1
Entering edit mode

Thanks!!!!It worked Fine

ADD REPLY
0
Entering edit mode

That worked for me as well. Thanks!

ADD REPLY

Login before adding your answer.

Traffic: 1997 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6