As a new user of TCGAbiolinks, I have troubling running the TCGAdownload().
Errors are as following:
#1
TCGAdownload(query.met, path = "methylation")
-=-=-=-=-=-=-=-=-=
| Downloading:23 folders
| Path:methylation
-=-=-=-=-=-=-=-=-=
|
| | 0%
Downloading:jhu-usc.edu_COAD.HumanMethylation27.Level_3.8.3.0.tar.gz
The data downloaded might be corrupted. We will download it again
The data downloaded might be corrupted. We will download it again
The data downloaded might be corrupted. We will download it again
#2
samples <- c("TCGA-26-1442-01A-01R-1850-01")
> query <- TCGAquery(tumor = "gbm",
+ platform = "IlluminaHiSeq_RNASeqV2",
+ level = "3",
+ samples = samples)
> TCGAdownload(query,path = "RNA",
+ samples = samples,
+ type ="rsem.genes.results")
Warning messages:
1: In fread(paste0(root, url, "/", files[grep("MANIFEST", files)]), :
Unable to find 5 lines with expected number of columns (+ middle)
2: In fread(paste0(root, url, "/", files[grep("MANIFEST", files)]), :
Unable to find 5 lines with expected number of columns (+ last)
3: In fread(paste0(root, url, "/", files[grep("MANIFEST", files)]), :
Stopped reading at empty line 26 but text exists afterwards (discarded): var checkForIe6 = function() {
#3
sessionInfo()
R version 3.3.1 (2016-06-21)
Platform: i386-w64-mingw32/i386 (32-bit)
Running under: Windows 7 (build 7601) Service Pack 1
locale:
[1] LC_COLLATE=Chinese (Simplified)_People's Republic of China.936
[2] LC_CTYPE=Chinese (Simplified)_People's Republic of China.936
[3] LC_MONETARY=Chinese (Simplified)_People's Republic of China.936
[4] LC_NUMERIC=C
[5] LC_TIME=Chinese (Simplified)_People's Republic of China.936
attached base packages:
[1] stats4 parallel tools stats graphics grDevices utils
[8] datasets methods base
other attached packages:
[1] SummarizedExperiment_1.0.2 Biobase_2.30.0
[3] GenomicRanges_1.22.4 GenomeInfoDb_1.6.3
[5] IRanges_2.4.8 S4Vectors_0.8.11
[7] BiocGenerics_0.16.1 TCGAbiolinks_1.0.10
Thanks very much!
Sincerely,
Zin Wong
Sun Yat-Sen University Cancer Center, Guangzhou, China
Thank you very much, Tiago! You have done me a big favor!