You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To become as good as SVim, we need to detect (Tandem) duplications. We have to extract them from the insertions by looking at their sequences.
Part: A characteristic of tandem duplications is the number of copies. We want to store this in the new variable int16_t tandem_dup_count. It is 0 if there is no duplication (e.g. insertion (novel element), deletion, inversion ...).
Part: The VCF file includes some ALT lines, which are still missing.
Part: Call tandem duplications via CIGAR string
Part: Call tandem duplications via SA tag
The text was updated successfully, but these errors were encountered:
To become as good as SVim, we need to detect (Tandem) duplications. We have to extract them from the insertions by looking at their sequences.
The text was updated successfully, but these errors were encountered: