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

feat: normalize candidate calls in case of multiple samples in a calling group #99

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

johanneskoester
Copy link
Contributor

Normalize whenever we call more than one sample per group
The reason is that in complex scenarios, we want primitive alleles
in order to be able to correctly identify events.

Example:
The child has
CGAGCGGA -> TGGCTGGA
while both parent have
CGAGCGGA -> TGGCTGGG

The correct genomic interpretation is that the G allele in the end is lost in the child.
But in above MNV representation, it looks like a denovo event overall, while the two SNVs at the beginning are actually inherited.

cc @christopher-schroeder

@johanneskoester johanneskoester changed the title feat: normalize candidate calls in case of multiple samples feat: normalize candidate calls in case of multiple samples in a calling group Nov 30, 2021
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

Successfully merging this pull request may close these issues.

None yet

1 participant