Even a multiallelic variant only has a single MAF: it's the allele frequency of the second most common allele. But the fill-tags plugin computes the MAF as if I had given this variant in biallelic form, with each ALT allele given separately. Is this expected behavior? Is there a way to...
计算每个样本每个位点的VAF,并转成tsv格式 bcftools +fill-tags All.raw.QCflt.vcf — -t FORMAT/VAF |bcftools query -H -f ‘%CHROM\t%POS\t%REF\t%ALT[\t%VAF]\n’|less -S (bcftools +fill-tags /bi/8.xuxiong/EQA2022/20221019/All.sp.nonHomo.flt.vcf.gz — -t FORMAT/VAF |bcftools ...
Extend generalized functions so thatFORMATtags can be filled as well, for example: bcftools +fill-tags in.bcf -o out.bcf -- -t 'FORMAT/DP:1=int(smpl_sum(FORMAT/AD))' Allow multiple custom functions in a single run. Previously the program would silently go with the last one, assigning...
fill-AN-AC.so /usr/lib/arm-linux-gnueabihf/bcftools/fill-from-fasta.so /usr/lib/arm-linux-gnueabihf/bcftools/fill-tags.so /usr/lib/arm-linux-gnueabihf/bcftools/fixploidy.so /usr/lib/arm-linux-gnueabihf/bcftools/fixref.so /usr/lib/arm-linux-gnueabihf/bcftools/frameshifts.so /usr/lib/arm...
...$ bcftools view -i 'GT="alt" & FORMAT/AD[:1]/FORMAT/DP>0.2' -H one_sample.vcf.gz | wc -l 61825 $ bcftools...在计算方面,bcftools通过plugin对此提供了支持,fill-tags for DP[3]。...' # bcftools=1.15测试 $ bcftools query -f '[%CHROM\_%POS\_%REF\_%ALT %SAMPLE %GT %DP...
Extend generalized functions in fill-tags more Jun 16, 2021 gvcf.c Check return status of all *write() and *close() calls Jul 20, 2018 gvcf.h Bringing "call --gvcf" from experimental to main repo. Sep 30, 2015 hclust.c Use #include <assert.h> in source files that use assert() ...
1 #havetags span, 2 #addtags span { 3 display: inline-block; 4 padding:
test fill-tags: added prefix test case 6 years ago .gitattributes Travis builds clone corresponding htslib branch 7 years ago .gitignore add test/test-regidx to .gitignore [minor] 6 years ago .travis.yml test plugins via travis too 6 years ago AUTHORS Added missing contributors 7 ...
fill-from-fasta.c fill-from-fasta.mk fill-tags.c fixploidy.c fixploidy.mk fixref.c frameshifts.c guess-ploidy.c gvcfz.c impute-info.c indel-stats.c isecGT.c isecGT.mk mendelian2.c missing2ref.c parental-origin.c prune.c remove-overlaps.c scatter.c setGT.c smpl-stats.c spl...
By looking at all files, there are instances of not checking the return of hts_readlist() in bin.c, filter.c, mpileup.c, vcfconvert.c (4 instances), vcffilter.c, vcfquery.c, plugins/color-chrs.c (2 instances), plugins/contrast.c, plugins/fill-tags.c, plugins/GTsubset.c, plugins...