vcf2maf allele frequency not converting
1
0
Entering edit mode
20 months ago
hamrejr • 0

Hello,

I have seen this question asked in the past but none of the answers solved my problem. Essentially, I have vcf's, generated by FreeBayes and mutect2, that have the AF in a column with other parameters/ vcf generated by mutect2 without tumor id . All I want to do is generate the AF values in one column on the maf.out. Can anyone tell me the commands to do this? I have tried --retain-info, --retain-fmt, and --retain-ann with AF and tAF after each option but nothing has worked. Thanks.

tAF AF vcf2maf • 745 views
ADD COMMENT
0
Entering edit mode
20 months ago

not tested but that could be:

paste <(bcftools view in.vcf | grep -v "^#") <(bcftools query -f '%INFO/AF\n' in.vcf)
ADD COMMENT
0
Entering edit mode

Thanks. I am trying to get this on the maf from the vcf. So the command I am using is:

vcf2maf.pl --input-vcf .vcf --output-maf .vcf.maf --vep-path $VEP_HOME --tumor-id .vcf --vep-data $VEPCACHEDIR --ref-fasta Homo_sapiens_assembly38.fasta --vep-forks 2  --species human --retain-info AB,ABP,AC,tAF --inhibit-vep

However, the columns for AB,ABP,AC,tAF are blank. I am really trying to work with a maf as I have so many samples and need to match columns with merged mafs, as well as get rid of AF's that are above and below a certain threshold for the entire lot.

ADD REPLY

Login before adding your answer.

Traffic: 3001 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6