TCGAbiolinks FTP address
1
0
Entering edit mode
maedakus ▴ 10
@maedakus-9484
Last seen 7.6 years ago

Hi, all

i am working in a pharmaceuticals in japan.

and i am very new to Bioconductor, after piling up the career as a biostatistician in tokyo etc....

now i am trying to connet to TCGA open data set and downloading data using TCGA biolinks.

in that case, i need to set the fire wall allow to connect to the TCGA data base FTP address.

i need to specify the address, where TCGAbiolinks connects.

if you know it, would you ming telling me the FTP address for TCGAbiolonks ?

Thanks in advance !

 

 

 

tcgabiolinks • 1.3k views
ADD COMMENT
1
Entering edit mode
Mike Smith ★ 6.5k
@mike-smith
Last seen 3 hours ago
EMBL Heidelberg

A quick look at the source for the function suggests the downloading in TCGAbiolinks is done over HTTPS e.g.

>TCGAdownload
function (data = NULL, path = ".", type = NULL, samples = NULL, 
    force = FALSE) 
{
    dir.create(path, showWarnings = FALSE, recursive = TRUE)
    root <- "https://tcga-data.nci.nih.gov"
    .....
}

The rest of the URL is dependant upon whether you're asking for specific samples or whole datasets, but is defined in the "deployLocation" column in the data argument you pass to TGCGAdownload()

 

ADD COMMENT
0
Entering edit mode

Thank you so much !

ADD REPLY
0
Entering edit mode

Thank you so much !

ADD REPLY

Login before adding your answer.

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