【发布时间】:2021-06-29 16:39:36
【问题描述】:
我正在尝试从公共参考面板中估算基因型数据,但我的文件未能通过 Sanger Imputation 服务器上的文件完整性检查,并出现以下错误:
failed sanity check :
of Non-ACGTN alternate allele at 1:4635556 .. REF_SEQ:'(null)' vs VCF:'-'
我已尝试使用以下命令在 plink 中修复此问题 ./plink --bfile chr1 --recode vcf --out chr1_vcf --missing-genotype -
但随后它给出了样本 ID 中存在的错误下划线。
--recode vcf to chr1_vcf.vcf ... 完成。
但我仍然在新的编码文件中看到“_”。
我将不胜感激任何帮助、建议和 cmets。
谢谢 杰斯迪普
【问题讨论】:
标签: imputation genetics