Error in findPerl(verbose = verbose) : perl executable not found. Use perl= argument to specify the correct path.

 

1、R中gdata包读取execl数据报错

 

 

2、解决方法

安装perl:

下载地址:https://strawberryperl.com/

 

 

3、重新读取, 指定perl的路径

all.counts <- read.xls('GSE61533_HTSEQ_count_results.xls', sheet=1, header=TRUE, 
                       row.names=1, perl = "D:/programs/perl/perl/bin/perl.exe")

 

 

没有问题。 

 

posted @ 2022-05-04 22:43  小鲨鱼2018  阅读(520)  评论(0编辑  收藏  举报