最近kegg运行会遇到报错现象,首先来看下报错的界面内容:Reading KEGG annotation online:fail to download KEGG data...Error in download.KEGG.Path(species) : 'species' should be one of organisms listed in 'http://www.genome.jp/kegg/catalog/org_list.html'...此外: Warning...
解决步骤:1、设置RStudio文本显示的默认编码:RStudio菜单栏的Tools -> Global Options2、选择General -> Default Text Encoding,点击Change:3、在弹出的编码中,选择UTF-8编码。4、点击OK,然后再点击OK,保存设置。5、最后,在打开文件的时候,选择File -> Reopen with encoding菜单,选择我们使用UTF-8编码打...