-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some issue about nan #4
Comments
You have too few vcf sites and too many miss genotypes. |
老师您好,我也出现了相同的问题。产生的.mat文件中有许多的nan,导致现在无法建树。这是我的代码: 查找所有的 GVCF 文件#gvcf_files=$(find $gvcfgz_dir -type f -name "*.gvcf.gz") 构建输入文件列表并执行 Sentieon 命令#$SENTIEON_INSTALL_DIR/bin/sentieon driver -t $nt -r $reference 2.对合并的vcf文件SelectVariants-提取 SNPs#gatk --java-options "-Xmx50g" SelectVariants -R $reference -select-type-to-include SNP -V 3.VariantFiltration SNP 硬过滤,并去除低质量的 SNP(也就是有SNP_Filter标记的行)#gatk --java-options "-Xmx50g" VariantFiltration -V #less 4.vcftools再过滤vcftools --vcf 请问是我的vcftools过滤条件的问题吗? |
这种情况 是你的数据问题 |
Hello, I am trying to construct a tree using the VCF file obtained from merging with GATK and bcftools. After using the VCF2Dis command to generate a .mat file, but there are many '-nan' in the result. Can you give me some suggestions?
The text was updated successfully, but these errors were encountered: