G2P

In progress

G2P

Scope

This project tracks how Gene2Phenotype (G2P) disease rows map onto dismech's disease-centric knowledge model, with the goal of turning comparison output into curation triage rather than a one-off research exercise.

Canonical Locations

Code Organization

Comparison code now lives under src/dismech/compare/ instead of the package top level:

This keeps the G2P work aligned with the earlier D2P comparison architecture instead of adding another top-level framework.

Practical Commands

just g2p-compare PTEN
just g2p-compare-all PTEN FLNB PIK3CA FGFR2
just g2p-compare-release
just g2p-compare-release-triage
uv run python -m dismech.compare.g2p compare PTEN --format json

Current Focus