plink:Error: Line X of .ped file has fewer tokens than expected.


运行命令plink --file test1 --het --out test_het出现的报错:”Error: Line 135 of .ped file has fewer tokens than expected.”

出现这种报错有两种原因:

1、map文件的SNP数量与ped的数量对应不上;

2、缺失值少了一个0,如下图所示:

plink:Error: Line X of .ped file has fewer tokens than expected.

这种情况解决办法就是把另外一个0补充上,变成00:

plink:Error: Line X of .ped file has fewer tokens than expected.

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/280905.html

(0)
上一篇 2022年8月16日
下一篇 2022年8月16日

相关推荐

发表回复

登录后才能评论