ExposoGraph.reference_data¶
Curated gene panels and activity scores from the CarcinoGenomic Platform.
Gene Panel Data¶
- ExposoGraph.reference_data.TIER1_GENES¶
List of 13 Tier 1 core carcinogen-metabolizing enzyme dictionaries.
- ExposoGraph.reference_data.TIER2_GENES¶
List of 23 Tier 2 extended gene panel dictionaries.
- ExposoGraph.reference_data.CURATION_SOURCE_MANIFEST¶
Structured curation-source manifest describing the manuscript-aligned primary sources and the implementation-level supporting sources used by ExposoGraph.
- ExposoGraph.reference_data.REFERENCE_KEGG_PATHWAYS¶
Curated KEGG pathway catalog used to track the reference pathway context for carcinogen metabolism and DNA-damage interpretation.
- ExposoGraph.reference_data.ACTIVITY_SCORES¶
Dictionary mapping gene IDs to lists of per-allele activity score entries. Each entry has
allele,value,phenotype, andconfidencekeys.
- ExposoGraph.reference_data.ACTIVITY_SCORE_METADATA¶
Dictionary mapping gene IDs to evidence metadata for each activity score table, including
evidence_basis,note, and supportingreferences.
Panel Builders¶
- ExposoGraph.reference_data.build_tier1_panel()[source]¶
Return a KnowledgeGraph containing all 13 Tier 1 genes as Enzyme nodes.
- Return type:
- ExposoGraph.reference_data.build_tier2_panel()[source]¶
Return a KnowledgeGraph containing all Tier 2 genes as Enzyme nodes.
- Return type:
Lookups¶
- ExposoGraph.reference_data.get_activity_scores(gene)[source]¶
Look up activity score entries for a gene. Returns None if not found.