Open lindakjcao opened 2 years ago
Hi Linda, that's currently not allowed. The compound-hets tool assumes a trio (or duo with flag) with unaffected parents. For your case, is the father affected? Or how do you explain that candidate? I'd certainly like to support use-cases (but always have to consider the complexity of the implementation and the complexity of the user-interface).
Hi Brent, I work with Linda, and there are several scenarios where we are interested in determining compound heterozygous state even if a parent is homozygous. One concern are variants that are known to be hypomorphs, in that they do not cause serious disease in the homozygous state, but can cause disease when in trans with a pathogenic variant. Another example is that the variants are known to increase risk for disease in the hom state, and are quite common in the general population, so it would not be unusual for an unaffected parent to also be homozygous. We would also be concerned for the scenario of an affected parent being homozygous, while their affect child is compound heterozygous - this is especially in the case of genes with high frequency founder variants and/or consanguineous populations. Here are some clinically important variants that fit each of these scenarios:
I can come up with many other variants, but these were the ones that we see all the time. Please let me know if additional examples would be helpful!
Thank you for the thorough explanation. This helps me to prioritize work. Let me have a look at how to implement this in the next few weeks. It will require substantial changes, so no promises, but you've certainly convinced me of the utility.
Thanks so much Brent! This is definitely an option that would be helpful for us to use in these contexts! I would assume that others who are working with rare, highly penetrant disorders (with unaffected parents) would be just fine without this cmp het option, and it's these specific scenarios (which depend on your particular family structure and severity/prevalence of the phenotype of interest) where it would be very welcomed!
Hi Brentp,
I have another question regarding the CompHet tagging. Basically, what you have done in the script has no problem. But in our lab (we are clinical diagnostic lab), we have a bit more relaxed definition of CompHet that even the variant in one parent is Homo change, we would still count the two het variants in the same gene in the kid as CompHet, especially when the gene is in ACMG secondary finding list. Here is one example, the gene HSPG2 is involved in the phenotypes of developmental delayed. And we found:
Using Slivar, the variants in proband were not be tagged as CompHet, but in our case, we consider the variants CompHet because of the gene.
Is there any way we can still utilize your CompHet function to flag the untypical CompHet variants like this? Thank you.
Linda