-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #244 from monarch-initiative/remove-obsoleted-anal…
…ysis-code Remove obsolete analysis code
- Loading branch information
Showing
15 changed files
with
8 additions
and
1,784 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +0,0 @@ | ||
from ._api import CohortAnalysis, GenotypePhenotypeAnalysisResult, HpoMtcReport | ||
# TODO This should go away | ||
from ._config import CohortAnalysisConfiguration, configure_cohort_analysis, configure_default_protein_metadata_service, MtcStrategy | ||
from ._gp_analysis import apply_predicates_on_patients | ||
from ._util import prepare_hpo_terms_of_interest | ||
|
||
__all__ = [ | ||
'configure_cohort_analysis', | ||
'CohortAnalysis', 'GenotypePhenotypeAnalysisResult', | ||
'CohortAnalysisConfiguration', 'MtcStrategy', | ||
'HpoMtcReport', | ||
'apply_predicates_on_patients', | ||
'configure_default_protein_metadata_service', | ||
'prepare_hpo_terms_of_interest', | ||
] | ||
Oops, something went wrong.