Merging InDel with SNP position.

Issue #6 resolved
Job van Riet created an issue

Fix the merging of positions with an InDel in one sample and a SNP in another sample. This position will now be filtered entirely instead of the InDel sample having NA.

Comments (2)

  1. Job van Riet reporter

    Added a filtering step prior to loading in the VCF data, using bcftools which removes InDels at multiallelic sites.

    bcftools view $vcf --exclude-types indels > SNPs_$vcf
    
  2. Log in to comment