Closed danangcrysnanto closed 6 years ago
Hi,
xAtlas itself performs only single-sample variant calling. For creating multi-sample VCFs and pVCFs, our group has been using a version of GLNexus for the gVCF merging steps. GLNexus is more on the heavy side compared to bcftools and gvcftools, but we have found it a very useful tool for our analyses. We haven't attempted to merge xAtlas VCFs or gVCFs with either bcftools or gvcftools.
Hi Appreciate for your feedback. I will try the GLnexus.
Hi
Thanks for the great tools. Is there any recommendation (or capability in xatlas) to merge single sample vcf produced by xatlas to the multi sample vcf. I have tried several possibility:
vcf mode
and then combined using a simplebcftools merge
. But there is a no way to differentiate between no call./.
to the homozygous reference0/0
and i found thatbcftools
infers all non-variants site to be missinggvcf mode
and then combined usinggvcftools merge_variants
. However, thegvcftools
does not recommended to do this I am usually doimputation
after variant calling. Thus the differentiation between non-ref and missing is important.Thanks in advance for the help.