-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
The documentation should have a complete example or a link to this page: https://monarch-initiative.github.io/gpsea/stable/user-guide/analyses/phenotype-scores.html
from gpsea.analysis.pscore import DeVriesPhenotypeScorer
from gpsea.analysis.pscore.stats import MannWhitneyStatistic
from gpsea.analysis.pscore import PhenotypeScoreAnalysis
score_statistic = MannWhitneyStatistic()
score_analysis = PhenotypeScoreAnalysis(
score_statistic=score_statistic,
)
pheno_scorer = DeVriesPhenotypeScorer(hpo)
result = score_analysis.compare_genotype_vs_phenotype_score(
cohort=cohort,
gt_clf=missense_clf,
pheno_scorer=pheno_scorer,
)
result.pvalReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels