Getting RNA expression from TCGA only for these patients IDs
1
0
Entering edit mode
4.4 years ago
zizigolu ★ 4.3k

Hi

I have been asked to download RNA expression from TCGA only for some tumour IDs like below

Patient_ids Tumor_type
TCGA-IG-A4QS    Esophagus
TCGA-JY-A6FB    Esophagus
TCGA-JY-A938    Esophagus
TCGA-JY-A939    Esophagus

I then tried this R package that returns error

> query <- GDCquery(project = "TCGA-ESCA",
+                   data.category = "Transcriptome Profiling",
+                   data.type = "Gene Expression Quantification", 
+                   workflow.type = "HTSeq - Counts")
Error in value[[3L]](cond) : 
  GDC server down, try to use this package later

Can somebody please help i getting RNA-seq for these samples from TCGA? Thanks in advance

TCGA r RNA-Seq • 1.1k views
ADD COMMENT
0
Entering edit mode

Have you solved it?Can you give me a hand?wuuwu

ADD REPLY
0
Entering edit mode

What is your question?

ADD REPLY
1
Entering edit mode
4.4 years ago
zizigolu ★ 4.3k
query <- GDCquery(project = "TCGA-ESCA",
data.category = "Transcriptome Profiling",
data.type = "Gene Expression Quantification",
workflow.type = "HTSeq - Counts",barcode = c("SAMPLE IDs"),sample.type = "Primary solid Tumor")
GDCdownload(query)
data <- GDCprepare(query)
ADD COMMENT
1
Entering edit mode

So in summary, you tried again a few hours later and the server was up again, and it now worked.

ADD REPLY
1
Entering edit mode

This isn't an answer. A block of unexplained code doesn't help people in future.

ADD REPLY

Login before adding your answer.

Traffic: 2817 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