Skip to content

Motif count number in MC tag not obvious from the alt sequence #63

@rollf

Description

@rollf

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 As at the beginning of the sequence.

Taking into all those As 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions