I am using SAMtools pileup to make indel and snp calls. In the read bases column (9th), there is a "*". Similar question can be found here
Here are some columns I picked from one position:
CHR POSITION Ref Base Genotype Reads Number
chr10 23172627 g S 31
Read Bases
c$t$c$a$c$c$.a,c,,**,,$,$,,$,,.,,,,,,,,,
My question is
I counted the allele frequency for each base and I found A has 2 reads, C has 5 reads, G has 21 reads, and T has 1 read. But the total number of reads here are 31. Since the two "*" represents two deletions, I should count "*" as which base?
Thanks
Here are some columns I picked from one position:
CHR POSITION Ref Base Genotype Reads Number
chr10 23172627 g S 31
Read Bases
c$t$c$a$c$c$.a,c,,**,,$,$,,$,,.,,,,,,,,,
My question is
I counted the allele frequency for each base and I found A has 2 reads, C has 5 reads, G has 21 reads, and T has 1 read. But the total number of reads here are 31. Since the two "*" represents two deletions, I should count "*" as which base?
Thanks
Comment