Entering edit mode
6.4 years ago
user31888
▴
150
I am trying to follow the example here to get file names and associated barcodes using TCGAbiolinks
.
> library(TCGAbiolinks)
> query <- GDCquery(project = c("TCGA-BRCA"),
data.category = "Raw Sequencing Data",
sample.type = "Primary solid Tumor")
Error in value[[3L]](cond) :
GDC server down, try to use this package later
I checked the status of the server but apparently it is ok:
> library(GenomicDataCommons)
> status()
$commit
[1] "e9e20d6f97f2bf6dd3b3261e36ead57c56a4c7cc"
$data_release
[1] "Data Release 12.0 - June 13, 2018"
$status
[1] "OK"
$tag
[1] "1.14.1"
$version
[1] 1
Is it possible to similarly get the file names and corresponding barcodes using GenomicDataCommons
, which seems to work better?
Sir, I have downloaded the gitub version of TCGAbiolinks package, but the problem is still not solved.
Hello, what is the error message? Which lines of code are you running?
Dear Mr. Kevin Blighe, I am currently using the package TCGabiolinks to download colorectal cancer data. I have reinstalled the GitHub version of the package according to what you mentioned before, but I still haven't solved the problem. Is there any other method?thank you!!
code: query <- GDCquery(project = "TCGA-READ", + experimental.strategy = "RNA-Seq", + data.category = "Transcriptome Profiling", + data.type = "Gene Expression Quantification", + workflow.type = "HTSeq - FPKM")
error: Error in value[3L] : GDC server down, try to use this package later
Looks like either GDC server is down or you are not able to reach it from your local computer (you will have to check on local firewall restrictions).