Added greedyMix support for VCF (closes #17)

This commit is contained in:
Waldir Leoncio 2021-09-03 11:10:06 +02:00
parent f44a71d97b
commit 3fd15086af
3 changed files with 18 additions and 3 deletions

8
inst/ext/vcf_example.vcf Normal file
View file

@ -0,0 +1,8 @@
##fileformat=VCFv4.2
##FORMAT=<ID=GT,Number=1,Type=Integer,Description="Genotype">
##FORMAT=<ID=GP,Number=G,Type=Float,Description="Genotype Probabilities">
##FORMAT=<ID=PL,Number=G,Type=Float,Description="Phred-scaled Genotype Likelihoods">
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT SAMP001 SAMP002
20 1291018 rs11449 G A . PASS . GT 0/0 0/1
20 2300608 rs84825 C T . PASS . GT:GP 0/1:. 0/1:0.03,0.97,0
20 2301308 rs84823 T G . PASS . GT:PL ./.:. 1/1:10,5,0