You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vcfanno
Hi,
Is there any way to use vcfanno to modify the 'FORMAT' fields? I have some exome VCFs which colleagues would like to filter/annotate in another software package. This package can't bring in ExAC frequencies, so I've used vcfanno to bring these in to the VCF. This was pretty straightforward, but the software can only detect the allele frequency if it's encoded as part of the 'FORMAT' string, so e.g:
GT:GQ:GQX:DP:DPF:AD:VF 0/1:48:14:11:2:9,2:0.2553
where VF is the calculated allele frequency in ExAC. Currently, after using vcfanno, this appears as VF=0.2553 in the INFO column, but I need it to also appear in the FORMAT column.
Thanks you :)
Brent Pedersen
unread,
Aug 11, 2017, 8:58:07 AM8/11/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Sirisha, vcfanno
Hi, vcfanno will only annotate the INFO, not the FORMAT. You can
filter based on the INFO with bcftools.
-Brent