Hi,
My code:
library(TCGAbiolinks)
query_rna_LUSC.hg38 <- GDCquery(project = "TCGA-LUSC", data.category = "Transcriptome Profiling",
data.type = "Gene Expression Quantification",
workflow.type = "HTSeq - Counts")
GDCdownload(query_rna_LUSC.hg38, method = "client")
LUSC_rna_data <- GDCprepare(query_rna_LUSC.hg38)
LUSC_rna_data <- GDCprepare(query_rna_LUSC.hg38)
|================================================================================| 100% 1 MB | 10%
|================================================================================| 100% 1 MB | 52%
|===================================================================================================| 100%
Starting to add information to samples
=> Add clinical information to samples
=> Adding subtype information to samples
Subtype information from:doi:10.1038/nature11404
Space required after the Public Identifier
SystemLiteral " or ' expected
SYSTEM or PUBLIC, the URI is missing
Error in gene.location$ensembl_gene_id :
$ operator is invalid for atomic vectors
> sessionInfo()
R version 3.3.1 (2016-06-21)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.11.5 (El Capitan)
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] parallel stats4 stats graphics grDevices utils datasets methods base
other attached packages:
[1] SummarizedExperiment_1.4.0 Biobase_2.34.0 GenomicRanges_1.26.1
[4] GenomeInfoDb_1.10.1 IRanges_2.8.1 S4Vectors_0.12.1
[7] BiocGenerics_0.20.0 TCGAbiolinks_2.2.8
loaded via a namespace (and not attached):
[1] circlize_0.3.9 fastmatch_1.0-4 aroma.light_3.4.0
[4] plyr_1.8.4 igraph_1.0.1 ConsensusClusterPlus_1.38.0
[7] lazyeval_0.2.0 splines_3.3.1 BiocParallel_1.8.0
[10] pathview_1.14.0 ggplot2_2.2.1 digest_0.6.10
[13] foreach_1.4.3 BiocInstaller_1.24.0 GOSemSim_2.0.0
[16] GO.db_3.4.0 gdata_2.17.0 magrittr_1.5
[19] cluster_2.0.5 doParallel_1.0.10 limma_3.30.0
[22] ComplexHeatmap_1.13.1 Biostrings_2.42.1 readr_1.0.0
[25] annotate_1.52.0 matrixStats_0.51.0 R.utils_2.4.0
[28] colorspace_1.2-7 rvest_0.3.2 ggrepel_0.6.5
[31] dplyr_0.5.0 RCurl_1.95-4.8 jsonlite_1.1
[34] hexbin_1.27.1 graph_1.52.0 genefilter_1.56.0
[37] supraHex_1.12.0 survival_2.39-5 iterators_1.0.8
[40] ape_3.5 survminer_0.2.2 gtable_0.2.0
[43] zlibbioc_1.20.0 XVector_0.14.0 GetoptLong_0.1.5
[46] kernlab_0.9-25 Rgraphviz_2.18.0 shape_1.4.2
[49] prabclus_2.2-6 DEoptimR_1.0-6 scales_0.4.1
[52] DOSE_3.0.4 DESeq_1.26.0 mvtnorm_1.0-5
[55] DBI_0.5-1 edgeR_3.16.0 ggthemes_3.2.0
[58] Rcpp_0.12.8 xtable_1.8-2 matlab_1.0.2
[61] mclust_5.2 preprocessCore_1.36.0 httr_1.2.1
[64] fgsea_1.0.0 gplots_3.0.1 RColorBrewer_1.1-2
[67] fpc_2.1-10 modeltools_0.2-21 XML_3.98-1.5
[70] R.methodsS3_1.7.1 flexmix_2.3-13 nnet_7.3-12
[73] locfit_1.5-9.1 reshape2_1.4.2 AnnotationDbi_1.36.0
[76] munsell_0.4.3 tools_3.3.1 downloader_0.4
[79] RSQLite_1.0.0 stringr_1.1.0 knitr_1.14
[82] robustbase_0.92-6 caTools_1.17.1 KEGGREST_1.14.0
[85] dendextend_1.3.0 EDASeq_2.8.0 nlme_3.1-128
[88] c3net_1.1.1 whisker_0.3-2 R.oo_1.20.0
[91] KEGGgraph_1.32.0 DO.db_2.9 xml2_1.0.0
[94] biomaRt_2.30.0 curl_2.1 png_0.1-7
[97] affyio_1.44.0 minet_3.32.0 tibble_1.2
[100] geneplotter_1.52.0 stringi_1.1.2 GenomicFeatures_1.26.0
[103] lattice_0.20-34 trimcluster_0.1-2 Matrix_1.2-7.1
[106] GlobalOptions_0.0.10 data.table_1.10.0 bitops_1.0-6
[109] parmigene_1.0.2 dnet_1.0.9 rtracklayer_1.34.1
[112] qvalue_2.6.0 R6_2.2.0 latticeExtra_0.6-28
[115] affy_1.52.0 hwriter_1.3.2 ShortRead_1.32.0
[118] KernSmooth_2.23-15 gridExtra_2.2.1 codetools_0.2-15
[121] MASS_7.3-45 gtools_3.5.0 assertthat_0.1
[124] rjson_0.2.15 GenomicAlignments_1.10.0 Rsamtools_1.26.1
[127] diptest_0.75-7 clusterProfiler_3.2.4 grid_3.3.1
[130] tidyr_0.6.0 class_7.3-14

We use biomaRt to download the last version of the genome.
I have the same error using the following code:
Just met the same error when using GDCprepare, which was working well two weeks ago.....