createKEGGdb
createKEGGdb copied to clipboard
Error in content[, 1] : 下标出界
作者您好
我从http://rest.kegg.jp/list/organism
获取了所有所有物种名称后,使用createKEGGdb包进行全体物种的KEGG数据库构建
create_kegg_db(keggOrganism)
结果在下载到第475个物种时,发生错误如下:
Reading KEGG annotation online: "https://rest.kegg.jp/list/pathway/vps"...
Reading KEGG annotation online: "https://rest.kegg.jp/list/pathway/vcrb"...
Reading KEGG annotation online: "https://rest.kegg.jp/list/pathway/vve"...
Error in content[, 1] : 下标出界
请问如何处理呢?