-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hi,
I have the following call (checked with 1.0.0 & 1.5.1):
chr9 69037261 . TAAAAAATACAAAAAAAAAAAAAAAAGAAGAAGAAGAAGAAGAA TAAAAAATACAAAAAAAAAAAAAAAAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAA,TAAAAAATACAAAAAAAAAAAAAAAAAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAA 0 . TRID=FXN;END=69037304;MOTIFS=A,GAA;STRUC=(A)n(GAA)n GT:AL:ALLR:SD:MC:MS:AP:AM 1/2:83,84:78-85,79-87:17,16:26_19,27_19:0(0-26)_1(26-83),0(0-27)_1(27-84):0.975904,0.97619:.,.
The corresponding repeat is
chr9 69037261 69037304 ID=FXN;MOTIFS=A,GAA;STRUC=(A)n(GAA)n
Here is the data in a more readable way:
GT :AL :ALLR :SD :MC :MS :AP :AM
1/2:83,84:78-85,79-87:17,16:26_19,27_19:0(0-26)_1(26-83),0(0-27)_1(27-84):0.975904,0.97619:.,.
ref TAAAAAATACAAAAAAAAAAAAAAAAGAAGAAGAAGAAGAAGAA
al1 TAAAAAATACAAAAAAAAAAAAAAAAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAA
al2 TAAAAAATACAAAAAAAAAAAAAAAAAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAA
ref TAAAAAATACAAAAAAAAAAAAAAAA GAAGAAGAAGAAGAAGAA
al1 TAAAAAATACAAAAAAAAAAAAAAAAA GAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAA
al2 TAAAAAATACAAAAAAAAAAAAAAAAAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAAGAA
Counting the occurences of GAA
, I find indeed 19 in both alternative alleles (and they are 100% pure).
However, I don't understand the mentioned number of 26 (alt1) or 27 (alt2) occurrences of A
.
There are 17 (alt1) or 18 (alt2) occurrences of A
between TAC
and the first occurrences of GAA
; then there are 6+1 additional A
s at the beginning of the sequence.
Taking into all those A
s for alt1, the calculation is 6+1+17=24
. This is somewhat near 26 * 0.975904 = 25.373504
, but seems still wrong. Is my understanding correct here? What explains the numbers 26
and 27
?
This issue might be related.
Metadata
Metadata
Assignees
Labels
No labels