monarch-initiative / genophenocorr

Genotype Phenotype Correlation
https://monarch-initiative.github.io/genophenocorr/stable
MIT License
4 stars 1 forks source link

Mtc #160

Closed pnrobinson closed 1 month ago

pnrobinson commented 1 month ago

This PR implements the heuristic method for choosing which terms not to apply tests to. On an example, it skips over 50 terms for correct reasons and this helps with the MTC burden.

pnrobinson commented 1 month ago

@ielis @lnrekerle see this notebook https://github.com/monarch-initiative/genophenocorr/blob/mtc/notebooks/MAPK8IP3/MAPK8IP3.ipynb for an example of the MTC strategy in action -- there is a table showing that we omit over 100 terms prior to testing.

pnrobinson commented 1 month ago

merging to simplify development in next few days.