Hello. I am trying to convert a .vcf containing phased data to SHAPEIT .hap/.sample format using bcftools or Plink2. bcftools convert input.vcf --hapsample output.hap OR …
Multi-sample variant calling files made with GATK4 have both genotype, genotype phase and genotype phase block information. ##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype"> ##FORMAT=<ID=PGT,Number=1,Type=String,Description="Physical phasing haplotype information, describing how the …
Hello, I have merged three vcf files and translated the SNP calls using bcftools query and awk $ bcftools query -f '%CHROM\t%POS\t%ID\t%REF\t%ALT[\t%TGT]\n' merge.vcf | awk …
<p>One of our positive controls was not found using</p> <pre><code>samtools mpileup -B ... </code></pre> <p>when looking at this variation using <strong>samtools tview</strong>, I can see …