Skip to content

🕸️ Graph Representation

Neha Arora edited this page Dec 30, 2025 · 1 revision

Graph Definition

A biological graph is defined as:

Nodes (V) → Proteins / Genes / Molecules

Edges (E) → Physical or functional interactions

G = (V, E, W) Where:

W represents optional edge weights (confidence, correlation, scores)

Supported Graph Types

Undirected graphs (PPIs)

Weighted graphs

Subgraphs and induced subgraphs

Communities / modules

Clone this wiki locally