Hi everyone,
I would like to compute BAF profiles for samples whose exome has been sequenced. I thus have the BAM files, and VCF files containing the SNPs, which were called with a GATK-based pipeline.
At first I thought about using the VCF files, and considering that each position which is not present in the VCF has a BAF of 0, and for each position present in the VCF, the BAF was computed as follows:
BAF = coverage Alt / (coverage Alt + coverage Ref)
where coverage Alt is the coverage of the alternate allele(s), and coverage Ref is the coverage of the reference allele(s)
Of course, by doing so, the BAF has a value of zero at most positions.
I was wondering if this method was correct, and if they were other ways to do it.
Thanks
I am trying to perform a similar task. I was just wondering if you got two traces approximately symmetrical around 0.5 in your BAF plot. I am roughly getting a single trace for each chromosome (or segment), and have a bit of difficulty interpreting.