用R包TCGAbiolinks下载TCGA的miRNA数据报错

执行代码GDCdownload(query = query, method = 'client', directory = DataDirectory),R会先从GDC官网下载gdc-client工具压缩包,接着就报错了:

Error in unzip(basename(bin)) : zip名字参数不对


然后我把method换成api,也报错了:

Error in GDCdownload.aux(server, manifest.aux, name.aux, path) : 

  There was an error in the download process (we might had a connection problem with GDC server).

Please run this function it again.

Try using method = `client` or setting files.per.chunk to a small number.


把files.per.chunk设置成很小,依然这样报错。

请问该怎么解决呢?

请先 登录 后评论

1 个回答

omicsgene - 生物信息
擅长:重测序,遗传进化,转录组,GWAS

看不到你的代码,以及运行过程,不好分析错误原因,

可能是网络原因吧,换个网络或者时间段下载吧

请先 登录 后评论