Hi Guys
I was not clear on the samtools indel calling documentation, and therefore wanted to clarify a few things. I observe the following cases in my samtools-indel calling output.
chr10 215923 * +G/* 943 1614 59 84 +G * 1 83 0 0 0
chr10 278061 * */+G 284 284 60 24 * +G 23 1 0 0 0
chr10 257113 * +GCAAG/+GAC 266 1710 59 88 +GCAAG +GAC 1 1 86 11 26
I am unable to understand the difference between the first and the second case; according to me both show an insertion of one base(G). However what i am not clear about is the difference between :+G/* and */+G.?
Regarding the third case shown above, the question is kind of related to the above question. What does +GCAAG/+GAC mean?. Looking at the no. reads columns it seems,
1 read saw +GCAAG
1 read saw +GAC
but, what is the third allele in this case, as there are 86 reads seeing some third allele.?
I was not clear on the samtools indel calling documentation, and therefore wanted to clarify a few things. I observe the following cases in my samtools-indel calling output.
chr10 215923 * +G/* 943 1614 59 84 +G * 1 83 0 0 0
chr10 278061 * */+G 284 284 60 24 * +G 23 1 0 0 0
chr10 257113 * +GCAAG/+GAC 266 1710 59 88 +GCAAG +GAC 1 1 86 11 26
I am unable to understand the difference between the first and the second case; according to me both show an insertion of one base(G). However what i am not clear about is the difference between :+G/* and */+G.?
Regarding the third case shown above, the question is kind of related to the above question. What does +GCAAG/+GAC mean?. Looking at the no. reads columns it seems,
1 read saw +GCAAG
1 read saw +GAC
but, what is the third allele in this case, as there are 86 reads seeing some third allele.?
Comment