Part II: Meta-Networks
Internet – Roads (Rome) – Metabolome – Airplanes
Preferential‑attachment models tend to have “Power‑law tail” distribution.
Susceptible to attack
(1 % of the nodes disconnect the network)
Fragility is not bad
(“vaccination” of the hub protects the network)
In biological networks: can we mutate this gene (node)?
Idea of vertex importance (also called centrality)?
Average distance between a node and all the others.
\[ c_i = \frac{1}{n-1}\sum_{j\neq i} d_{ij} \]
where \(d_{ij}\) is the shortest‑path distance in the graph.
Captures how often a node lies on the optimal route between any pair of nodes.
\[ B_k = \sum_{i,j} \frac{g_{ij|k}}{g_{ij}} \]
A vertex’s importance depends on the importance of its neighbours.
\[ x_v = \frac{1}{\lambda}\sum_{t\in N(v)} x_t \qquad x_v = \frac{1}{\lambda}\sum_{t\in G} A_{vt},x_t \qquad A,x = \lambda,x \]
The eigenvector associated with the largest eigenvalue (\(\lambda\)) yields the centrality scores.
Z-score of each measure (closeness, betweenness, evcent) \[Z_i = \frac{x_i - \mu}{\sigma}\]
If one of them >=2, prefer another target
Upstream or downstream?
Induced subgraph from a pre‑specified set of vertices – all edges among that set.
Experiments for 76 TFs in D. melanogaster (full genome)
| cond. | tf | chrom. | peakStart | peakEnd | intensity |
|---|---|---|---|---|---|
| t1 | CG1674 | chr2L | 1 | 5954 | 0.9 |
| … | … | … | … | … | … |
but lots of non‑functional binding
threshold on intensity: 0.5
threshold on location: within ± 500 bp of txStart.
Gene annotation file from flybase.org:
| name | chrom | txStart | txEnd | cdsStart | cdsEnd |
|---|---|---|---|---|---|
| CG1678 | chr4 | 251355 | 266500 | 252579 | 266389 |
| … | … | … | … | … | … |
For all TF → TG pairs, an edge weight is defined as
| tf | tg | w |
|---|---|---|
| X₁ | X₂ | 0.1 |
| Xᵢ | Xₖ | 0 |
| … | … | … |
| X#tf | X#tg | 1 |
txStart.Branch Length Score (BLS) (Kheradpour et al., 2007):
| tf | tg | w |
|---|---|---|
| X₁ | X₂ | 0.1 |
| Xᵢ | Xₖ | 0 |
| … | … | … |
| X#tf | X#tg | 0.83 |
A binding motif conserved through evolution is more likely to be functional.
similarity between profiles (correlations)
| gene | M | A | R | K | 1 | M | A | R | K | 2 | … |
|---|---|---|---|---|---|---|---|---|---|---|---|
| tf | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | … |
| tg | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | … |
\[G_{1}\;\begin{array}{c}\swarrow\\\searrow\end{array}\; \begin{array}{c}G_{2}\\\uparrow\!\downarrow\\G_{3}\end{array}\]
motif
| tf | tg | \(w_{ij}\) |
|---|---|---|
| \(X_{1}\) | \(X_{2}\) | 0.1 |
| \(X_{1}\) | \(X_{3}\) | 0.3 |
| … | … | … |
| \(X_{\#tf}\) | \(X_{\#tg}\) | 0.83 |
correlation
| tf | tg | \(w_{ij}\) |
|---|---|---|
| \(X_{1}\) | \(X_{2}\) | 0.3 |
| \(X_{1}\) | \(X_{3}\) | 0.1 |
| … | … | … |
| \(X_{\#tf}\) | \(X_{\#tg}\) | 0.95 |
weight-average
| tf | tg | \(w_{ij}\) |
|---|---|---|
| \(X_{1}\) | \(X_{2}\) | 0.2 |
| \(X_{1}\) | \(X_{3}\) | 0.2 |
| … | … | … |
| \(X_{\#tf}\) | \(X_{\#tg}\) | 0.89 |
motif-ranked
| tf | tg | \(w_{ij}\) |
|---|---|---|
| \(X_{1}\) | \(X_{2}\) | 92 |
| \(X_{1}\) | \(X_{3}\) | 51 |
| … | … | … |
| \(X_{\#tf}\) | \(X_{\#tg}\) | 1 |
cor-ranked
| tf | tg | \(w_{ij}\) |
|---|---|---|
| \(X_{1}\) | \(X_{2}\) | 47 |
| \(X_{1}\) | \(X_{3}\) | 360 |
| … | … | … |
| \(X_{\#tf}\) | \(X_{\#tg}\) | 20 |
rank-sum
| tf | tg | \(w_{ij}\) |
|---|---|---|
| \(X_{1}\) | \(X_{2}\) | 139 |
| \(X_{1}\) | \(X_{3}\) | 411 |
| … | … | … |
| \(X_{\#tf}\) | \(X_{\#tg}\) | 21 |
Similar to E.coli and S.cerevisae
Similar to E.coli and S.cerevisae
List of GO functional terms for each gene
Similarity between lists: Jaccard index
\[JI=\frac{L_{1}\bigcap L_{2}}{L_{1}\bigcup L_{2}}\]
→ Link if two proteins bind
Fold-enrichment in coexpression, GO-terms and PPI in co-regulated genes of our networks vs in a randomized version of them.
| network | PPI | GO | RNAseq |
|---|---|---|---|
| motif | 1.39 | 1.06 | 1.08 |
| ChIP | 1.24 | 1.23 | 1.46 |
| unsupervised | 1.53 | 1.44 | 3.07 |
| supervised | 1.58 | 1.55 | 3.62 |
[modENCODE consortium, Science 2010]
Systems Biology – Part II – Prof. Patrick E. Meyer