5 TCGA数据下载后保存出错

> GDCdownload(query = query,

+             directory = DataDirectory)

Downloading data for project TCGA-STAD

GDCdownload will download 407 files. A total of 105.663384 MB

Downloading as: Sun_Aug__5_19_35_20_2018.tar.gz

Downloading: 110 MB     > 

> # 保存结果,方便后面使用

> data <- GDCprepare(query = query, 

+                        save = TRUE, 

+                        directory =  DataDirectory,

+                        save.filename = FileNameData)

|=================================================================| 100%    1 MB

  |======================================================================| 100%

Starting to add information to samples

 => Add clinical information to samples

Add FFPE information. More information at: 

=> https://cancergenome.nih.gov/cancersselected/biospeccriteria 

=> http://gdac.broadinstitute.org/runs/sampleReports/latest/FPPP_FFPE_Cases.html

 => Adding subtype information to samples

stad subtype information from:doi:10.1038/nature13480

Error: $ operator is invalid for atomic vectors


请先 登录 后评论

最佳答案 2018-09-06 02:00

我就你需要下载的数据,进行了测试,代码运行正常,请确保你的代码跟课程中的代码一致,相关的R包都正常安装了。
attachments-2018-08-pMCVNdlQ5b67eab4422a6.jpg

请先 登录 后评论

其它 0 个回答