Data download via TCGAbiolinks
2
0
Entering edit mode
maedakus ▴ 10
@maedakus-9484
Last seen 7.6 years ago

Hi, All

i am working in pharmaceuticals in japan.

i am so new to Bioconductor, now i am thinking to download data from TCGA database using TCGAbiolinks.

if i tryed to download from TCGA web site, i can download files, however if i tryed to download via TCGAbiolinks,

especially function "TCGAdownload", i failed to download data.

would you mind telling me how to download using TCGAdownload ?

Thanks in advance.

> TCGAdownload(datQuery,type = "rsem.genes.results",samples = "TCGA-A7-A0CH-11A-32R-A089-07")
Error in function (type, msg, asError = TRUE)  :
  Failed to connect to tcga-data.nci.nih.gov port 443: Timed out

 

 

tcgabiolinks • 2.5k views
ADD COMMENT
0
Entering edit mode

Have you thought about using a graphical interface instead?

ADD REPLY
1
Entering edit mode
@tiagochst-7121
Last seen 10 months ago
Miami, US
The message "Failed to connect to tcga-data.nci.nih.gov port 443: Timed out" happens when the open-access http directory is not reachable for some reason (server is down for maintenance). 

The code below is working for me:

datQuery <- TCGAquery(tumor = "BRCA",
                      platform = "IlluminaHiSeq_RNASeqV2",
                      samples =  "TCGA-A7-A0CH-11A-32R-A089-07")
TCGAdownload(datQuery,type = "rsem.genes.results",samples = "TCGA-A7-A0CH-11A-32R-A089-07")
data <- TCGAprepare(datQuery,type = "rsem.genes.results",samples = "TCGA-A7-A0CH-11A-32R-A089-07", dir = ".")

 

 

 

ADD COMMENT
0
Entering edit mode
@ugandharch1-13079
Last seen 6.9 years ago

Hi All, 

i am trying to analyze tcga brca data.

it is raw microarray data

raw intensities

access closed

i am trying to using tcga biolink with commands gdcquery, gdcdownload, gdcprepare.

it looks like gdc prepare not working.

is there any other package to use for further analysis?

platform Affymetrix SNP Array 6.0

would you please help me?

Thank you

ugandhar

ADD COMMENT

Login before adding your answer.

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