Closed mansi-aggarwal-2504 closed 1 year ago
Thanks for your note. The package in question is TCGAbiolinks. I just tried your query without difficulty
> query <- GDCquery(project = "TCGA-SKCM",
data.category = "Transcriptome Profiling",
data.type = "Gene Expression Quantification",
experimental.strategy = "RNA-Seq")
--------------------------------------
o GDCquery: Searching in GDC database
--------------------------------------
Genome of reference: hg38
--------------------------------------------
oo Accessing GDC. This might take a while...
--------------------------------------------
ooo Project: TCGA-SKCM
--------------------
oo Filtering results
--------------------
ooo By experimental.strategy
ooo By data.type
----------------
oo Checking data
----------------
ooo Checking if there are duplicated cases
ooo Checking if there are results for the query
-------------------
o Preparing output
-------------------
It seems you have a problem with network connectivity, or bad luck with server downtime. Could you get the relevant information using curatedTCGAData package? Apropos GDCprepare: Please contact the author of TCGAbiolinks if the documentation does not address your concern.
Hello,
I tried the same query today and was able to run it without errors today. But now, preparing the data is giving me server downtime error:
> rna_data <- GDCprepare(query = query, directory = "GDCdata_RNA")
Warning: URL 'https://api.gdc.cancer.gov/status': Timeout of 60 seconds was reachedError in value[[3L]](cond) :
GDC server down, try to use this package later
Hi Mansi, @mansi-aggarwal-2504 Please direct your questions to the appropriate repository: https://github.com/BioinformaticsFMRP/TCGAbiolinks Best regards, Marcel
Hi,
I have been unable to connect to the GDC server for a few hours now.
My query:
Errors that I have been getting:
or
My session info:
I have tried reloading the package again as suggested here: https://www.biostars.org/p/321591/ and increasing R session timeout as suggested here: https://www.biostars.org/p/9542366/
Also, the data has already been downloaded on my local machine and I want to read it in the desired format using
GDCprepare
. Is there any other way to do that without connecting to API again?Thanks, Mansi