Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ALT coordinate #685

Open
uretaj opened this issue Nov 19, 2024 · 1 comment
Open

ALT coordinate #685

uretaj opened this issue Nov 19, 2024 · 1 comment

Comments

@uretaj
Copy link
Member

uretaj commented Nov 19, 2024

Hi,

How is the coordinate in the ALT field calculated? I noticed that for some SVs it's the start position of the partner + 1 while for others it's just the start position. Does the calculation change based on whether there's uncertainty around the breakend location or not?

@d-cameron
Copy link
Member

GRIDSS uses VCF breakpoint notation (See section 5.4 of https://samtools.github.io/hts-specs/VCFv4.5.pdf).

If you have an example where you think GRIDSS deviates from the VCF specs, please post it here so I can see if it's just VCF being hard to interpret, or an actual issue with GRIDSS output.

Does the calculation change based on whether there's uncertainty around the breakend location or not?

No, but GRIDSS does use centre-alignment as the nominal calling position for both imprecise variants and variants with breakpoint microhomology. It's possible that there's an off-by-one bug where the left and right breakends are reporting different nominal centre-aligned position when the homolgy length is even.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants