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
These DELs all had a cram cigar with an insertion(eg: CIGAR=1M6I52D). So it looks like the CIGAR having both an INS and DEL may be related to the issue.
Here are a list of similar PASS calls that are missing an SVTYPE and MODEL annotation.
So it looks like there may be one variant called by graphtyper but with a missing SVTYPE and Model annotation. It looks like graphtyper thinks the variant is less than 50 bp since the ref and ALT are printed out. Svimmer has these with an SVLEN >= 50bp. It looks like graphtyper is dropping the first base of the reference relative to the original call from svimmer resulting in a SVLEN <50bp and not printing out the SV models.
@hannespetur
A number of svimmer SVs do not get genotyped. It is primarily an issue with INS and DUP calls but some DEL calls also are skipped.
INSERTIONS
DELETIONS
DUPLICATIONS
In #116, I listed some svimmer examples for deletions.
When I looked at one of them closer, there was a DEL variant that was shifted one BP to the right which did not have any SVTYPE annotation.
These DELs all had a cram cigar with an insertion(eg: CIGAR=1M6I52D). So it looks like the CIGAR having both an INS and DEL may be related to the issue.
Here are a list of similar PASS calls that are missing an SVTYPE and MODEL annotation.
So it looks like there may be one variant called by graphtyper but with a missing SVTYPE and Model annotation. It looks like graphtyper thinks the variant is less than 50 bp since the ref and ALT are printed out. Svimmer has these with an SVLEN >= 50bp. It looks like graphtyper is dropping the first base of the reference relative to the original call from svimmer resulting in a SVLEN <50bp and not printing out the SV models.
chr22 11027396 . AGAA AAAGAAAGAAAGAGAGAGAGAAAGAAAGAAAGAAAGATAGAGAGAGAGAAAG 0 . END=11027399;SVTYPE=INS;SVLEN=51;CIGAR=1M51I3D;NUM_MERGED_SVS=322;STDDEV_POS=65.78,65.78
The text was updated successfully, but these errors were encountered: