跟老师的直播课上的做柱状图的视频中,转化完矩阵后,运行barplot时, 出现报错,不知道怎么解决。
> barplot(t,col=mycol[1:nrow(t)],ylab="Relative abundance ")
Error in plot.new() : figure margins too large
perl script/mRNAid_to_geneid.pl Arabidopsis_thaliana.TAIR10.41.gff3 mRNA2geneID.txt
在执行这个指令时,出现:Can't open perl script "script/mRNAid_to_geneid.pl": No such file or directory 错误,是perl脚本没有封装在容器中吗?