Dear all, Do you know of any tool that provides allelic frequency information within a haplotype?
> Input: Bam files
> Output: allele1 - pos A/T AF=0.5, pos A/C AF=0.3, pos C/G AF=0.98
allele2 - pos A/C AF=0.3, pos..........
I tried Shorah tool, but if I load bam file into that program, I receive information: No reads detected in these region. But there are reads.
Thank you
I may have also misinterpreted the question if you are asking for the frequency of variants across multiple BAMs, then it is just conventional AF (allele frequency, e.g. amongst the population) instead of VAF ("variant allele fraction")
Thank you, but I am looking for solution to get haplotypes with alellic frequency. Find all snps (mulitalelic) with them frequency (VAF) on one read. Similar to assembly but with these information on output. For this VAF I am using combination of samtools mpileup and Varscan. Best