Entering edit mode
Hi,
I know cghub is down and TCGAbiolinks get changed a lot. It says in the manual it is working with 450k data, but it is not.
query.GBM<- GDCquery(project = "TCGA-GBM", data.category = "DNA methylation", platform = "Illumina Human Methylation 450", legacy = TRUE) str(query.GBM$results) ## download data GDCdownload(query.GBM, directory = "GBM_meth") GDCdownload will download: 3.300125655 GB compressed in a tar.gz file Downloading as: Tue_Sep_20_16_31_55_2016.tar.gz Error in file(con, "rb") : cannot open the connection In addition: Warning message: In file(con, "rb") : cannot open file 'Tue_Sep_20_16_31_55_2016.tar.gz': No such file or directory
The file is missing somehow?
Thanks!
Ming
thanks, I am using `client` instead
if I want to put two projects together, is it possible?
and prepare the data together as well?
Thanks.
No, but you can cbind them.
Ok, we added an option to download by chunks.
query.GBM<- GDCquery(project = "TCGA-GBM",
If it crashes if you re-execute, it will download what is missing.
The GDCprepare is not working as well.
I checked biomart is up.
Is it still failing?
This might be related to this: TCGAbiolinks GDCprepare fails to connect to Biomart web server