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

( AC / NUM_MERGED_SVS ) < 25 #149

Open
weizhu365 opened this issue Mar 28, 2024 · 1 comment
Open

( AC / NUM_MERGED_SVS ) < 25 #149

weizhu365 opened this issue Mar 28, 2024 · 1 comment

Comments

@weizhu365
Copy link

"( AC / NUM_MERGED_SVS ) < 25" is part of the published paper of GraphTyper2. I cannot figure out what its purpose is. Could you explain it to me?

Thanks,

Wei

Wei Zhu

@hannespetur
Copy link
Member

Hey,

NUM_MERGED_SVS is (roughly) the amount of samples where the SV was discovered in. AC is the number of haplotypes graphtyper calls the SV. So the point of the filter is to removes SV that are discovered in a lot fewer samples than it is called in. Usually when it happens it is because the rare SV breakpoint sequence is very similar to another common variant (i.e. a small indel)

Best,
Hannes

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