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

iGenVar - Find SNPs & Indels modeled on GATK #31

Closed
Irallia opened this issue Oct 2, 2020 · 0 comments · Fixed by #242
Closed

iGenVar - Find SNPs & Indels modeled on GATK #31

Irallia opened this issue Oct 2, 2020 · 0 comments · Fixed by #242
Assignees
Labels

Comments

@Irallia
Copy link
Collaborator

Irallia commented Oct 2, 2020

Call SNPs & Indels: Since GATK is currently the best standard, we want to use these methods.
GATK calls SNPs & Indels via Mutect2 and HaplotypeCaller.
They both have in common a local assembly and realignment of active sites.
Mutect2 is a somatic caller and, on the other hand, HaplotypeCaller is a germline caller.
Mutect2 uses the GATK tool FilterMutectCalls after the realingment, to filter somatic variants (opposed to germline variants), sequencing errors, ...
It looks like it is the best way to translate the tool HaplotypeCaller, written in Java, into C ++ for this purpose.

-> generating candidate haplotypes
-> local realignment using the pair HMM Model against the candidate haplotypes -> matrix of likelihoods for each read
-> local assembly: assemble these window aligned reads into an assembly graph of local variation
-> infer variants from assembled haplotypes: "Despite its name, HaplotypeCaller does not actually call haplotypes. Rather, it generates haplotypes as an intermediate step to discover variants at individual loci. Here we describe how the GATK engine determines which alt alleles exist in locally assembled haplotypes." (-> variant qualtiy score model)

Other links:

Issue sketches:

Paper and Articles:

@rrahn rrahn transferred this issue from seqan/product_backlog Oct 9, 2020
@Irallia Irallia added the Epic label Oct 20, 2020
@Irallia Irallia changed the title Find SNPs & Indels modeled on GATK iGenVar - Find SNPs & Indels modeled on GATK Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants