Skip to content

Commit

Permalink
Merge pull request #178 from monarch-initiative/more_mtc_heuristic
Browse files Browse the repository at this point in the history
More mtc heuristic
  • Loading branch information
pnrobinson authored Jul 3, 2024
2 parents f3d02c1 + 567abab commit 5542961
Show file tree
Hide file tree
Showing 10 changed files with 305 additions and 257 deletions.
3 changes: 1 addition & 2 deletions notebooks/MAPK8IP3/MAPK8IP3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,7 @@
"analysis_config = CohortAnalysisConfiguration()\n",
"analysis_config.missing_implies_excluded = True\n",
"analysis_config.pval_correction = 'fdr_bh'\n",
"analysis_config.min_perc_patients_w_hpo = 0.1\n",
"analysis_config.heuristic_strategy()\n",
"analysis_config.heuristic_strategy(threshold_HPO_observed_frequency=0.25)\n",
"analysis = configure_cohort_analysis(cohort, hpo, config=analysis_config)"
]
},
Expand Down
5 changes: 2 additions & 3 deletions notebooks/PPP2R1A/PPP2R1A.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
"\n",
"txc_service = VVTranscriptCoordinateService(genome_build=GRCh38)\n",
"tx_coordinates = txc_service.fetch(PPP2R1A_transcript_id)\n",
"protein_id = 'NP_037407.4' \n",
"protein_id = 'NP_037407.4'\n",
"\n",
"pms = UniprotProteinMetadataService()\n",
"protein_meta = pms.annotate(PPP2R1A_protein_id)"
Expand Down Expand Up @@ -420,8 +420,7 @@
"analysis_config = CohortAnalysisConfiguration()\n",
"analysis_config.missing_implies_excluded = True\n",
"analysis_config.pval_correction = 'fdr_bh'\n",
"analysis_config.min_perc_patients_w_hpo = 0.1\n",
"analysis_config.heuristic_strategy()\n",
"analysis_config.heuristic_strategy(threshold_HPO_observed_frequency=0.25)\n",
"analysis = configure_cohort_analysis(cohort, hpo, config=analysis_config)"
]
},
Expand Down
Loading

0 comments on commit 5542961

Please sign in to comment.