I have a list of SNPs (around 10000) for which I know my sample is heterozygous at those loci. I have .bam that contains ChipSeq experiment for this sample. I want to find the reads those map to regions around the SNPs with allele specificity. For example lets say I have rs1234 I want how many read maps to major allele of the SNP and how many of reads maps to its minor allele. How can I do this?