Open julesjacobsen opened 7 years ago
I think @visze has to look at this
bumping milestone...
Year I am aware of that. This will need a complete refactoring of the actual ineritance-mode checker. Right now I have no time for this. But maybe in the future
@visze If you realistically have no time for this, then somebody else should work on this. There was also another issue with the recessive inheritance checker that we had been discussing. Perhaps Jules and I could take a look at this part of the code and try to find a solution? I think we need to make sure the analysis is correct.
I have really realistically no time for that right now!
Which is the other Issue? I am only aware of #291
Consider the following:
This should be flagged as the
A
allele being autosomal dominant. Instead the compatibility list is empty.Similarly for AR:
I think much of this comes from the assumption in testing that there are no multiple alleles at a given position and also in the Genotype class that there can only be alleles with values -1, 0 or 1. This is not always the case in a multi-sample VCF.
See the InheritanceModeAnalyserTest in Exomiser- there are two tests there marked with
@Ignore
which fail due to this.