ExposoGraph.example_graphs¶
Curated showcase builders and manuscript-aligned architecture summaries.
Data Structures¶
- class ExposoGraph.example_graphs.ArchitectureInventoryGroup(name: 'str', members: 'tuple[str, ...]', count: 'int')[source]¶
- class ExposoGraph.example_graphs.ArchitectureSummary(node_count: 'int', edge_count: 'int', node_type_count: 'int', edge_type_count: 'int', node_type_counts: 'dict[str, int]', edge_type_counts: 'dict[str, int]', carcinogens: 'tuple[str, ...]', enzymes: 'tuple[str, ...]', metabolites: 'tuple[str, ...]', dna_adducts: 'tuple[str, ...]', pathway_labels: 'tuple[str, ...]', carcinogen_classes: 'tuple[ArchitectureInventoryGroup, ...]', enzyme_categories: 'tuple[ArchitectureInventoryGroup, ...]')[source]¶
- Parameters:
node_count (int)
edge_count (int)
node_type_count (int)
edge_type_count (int)
carcinogen_classes (tuple[ArchitectureInventoryGroup, ...])
enzyme_categories (tuple[ArchitectureInventoryGroup, ...])
Showcase Builders¶
- ExposoGraph.example_graphs.build_androgen_module_graph()[source]¶
Return an optional androgen-metabolism module with receptor and variant context.
- Return type:
- ExposoGraph.example_graphs.build_androgen_module_engine(*, mode=GraphMode.EXPLORATORY)[source]¶
Load
build_androgen_module_graph()into aGraphEngine.- Parameters:
- Return type:
- ExposoGraph.example_graphs.build_full_legends_graph(*, include_androgen_module=False)[source]¶
Return a curated showcase graph aligned with the manuscript architecture.
- Parameters:
include_androgen_module (bool)
- Return type:
- ExposoGraph.example_graphs.build_full_legends_engine(*, mode=GraphMode.EXPLORATORY, include_androgen_module=False)[source]¶
Load
build_full_legends_graph()into aGraphEngine.- Parameters:
- Return type:
- ExposoGraph.example_graphs.build_full_legends_architecture_summary(*, include_androgen_module=False)[source]¶
Return a typed architecture summary derived from the seeded showcase graph.
- Parameters:
include_androgen_module (bool)
- Return type: