Skip to content

Commit 03457ca

Browse files
committed
update
1 parent 6547932 commit 03457ca

2 files changed

Lines changed: 14 additions & 29 deletions

File tree

content/contribution-tree-data.md

Lines changed: 10 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -30,32 +30,18 @@ Two monographs have been published to introduce this series of work: "[Data inte
3030

3131
The outputs of phylogenetic tools have historically been confined to fragmented, non-standard formats, creating significant barriers to knowledge integration. To resolve this, we developed [**treeio**](https://bioconductor.org/packages/treeio), which serves as the **universal infrastructure** for the field.
3232

33-
<table style="border:none; font-size: 90%; width:100%;">
34-
<tr style="border:none;">
35-
<td style="border:none;width:25%">
36-
<a href="https://academic.oup.com/mbe/article/37/2/599/5601621"><img src="/images/ggtree/treeio-2020.png" style="width:100%; max-width:1000px;"/></a>
37-
</td>
38-
<td style="border:none;">
33+
3934
<strong>Format Interoperability:</strong> **treeio** resolved the "Format Fragmentation" problem by providing a robust parser for over 20 standard and non-standard formats. This enables the seamless exchange of evolutionary data across disparate software ecosystems and forms the basis for ESI-highly-cited research published in <em>Molecular Biology and Evolution</em>.
40-
</td>
41-
</tr>
42-
</table>
35+
4336

4437

4538
## Pillar 2: The Grammar of Graphics for Evolution — Theoretical Leadership
4639

4740
Before our work, tree visualization was largely restricted to topological display. We pioneered the application of the **Grammar of Graphics** to phylogenetics through [**ggtree**](https://bioconductor.org/packages/ggtree), decoupling evolutionary data from its visual representation.
4841

49-
<table style="border:none; font-size: 90%; width:100%;">
50-
<tr style="border:none;">
51-
<td style="border:none;width:25%">
52-
<a href="http://onlinelibrary.wiley.com/doi/10.1111/2041-210X.12628/abstract"><img src="/images/ggtree/ggtree-2017.png" style="width:100%; max-width:1000px;"/></a>
53-
</td>
54-
<td style="border:none;">
42+
5543
<strong>Global Standards:</strong> **ggtree** has become the <em>de facto</em> global standard for tree annotation, cited in thousands of studies across high-impact journals. Recognized as a "representative work" for the 10th anniversary of <em>Methods in Ecology and Evolution</em>, it provides a high-level abstraction that allows for infinite extensibility in mapping omics data onto evolutionary histories.
56-
</td>
57-
</tr>
58-
</table>
44+
5945

6046

6147
## Pillar 3: Multi-Layer Synthesis & Spatial Algebra — Mastering Complexity
@@ -65,16 +51,13 @@ As omics data reached unprecedented scales, our team introduced the **"Data-to-T
6551

6652
<strong>Theoretical Foundations & universal derivatives:</strong>
6753
The two methods introduced in 2018 have since evolved from specialized phylogenetic tools into universal visualization standards:
68-
<ul>
69-
<li><strong>Method 1 (Topological Mapping):</strong> Focused on mapping data directly onto tree structures, this paradigm evolved into [**ggtangle**](https://github.com/YuLab-SMU/ggtangle) for universal tidy-network visualization.</li>
70-
<li><strong>Method 2 (Coordinate Alignment):</strong> Focused on reconciling disparate data layers with tree topology, this logic provided the foundational architecture for [**aplot**](https://cran.r-project.org/package=aplot), the global standard for multi-layer plot alignment.</li>
71-
</ul>
54+
- **Method 1 (Topological Mapping):** Focused on mapping data directly onto tree structures, this paradigm evolved into [**ggtangle**](https://github.com/YuLab-SMU/ggtangle) for universal tidy-network visualization.
55+
- **Method 2 (Coordinate Alignment):** Focused on reconciling disparate data layers with tree topology, this logic provided the foundational architecture for [**aplot**](https://cran.r-project.org/package=aplot), the global standard for multi-layer plot alignment.
56+
<br>
7257
<strong>Expanding the Ecosystem:</strong> These principles were further extended to address specialized biological data types and relational structures:
73-
<ul>
74-
<li><strong>Molecular Context (**ggmsa**):</strong> Integrating sequence-level information is critical for understanding the molecular basis of evolution. [**ggmsa**](https://bioconductor.org/packages/ggmsa) provides a modular grammar for multiple sequence alignment (MSA) visualization, enabling the seamless overlay of structural and genomic conservation data onto phylogenetic trees.</li>
75-
<li><strong>Relational Flow (**ggflow**):</strong> Beyond static structures, biological evolution and research protocols involve directional transitions. [**ggflow**](https://github.com/YuLab-SMU/ggflow) introduces a grammar for visualizing flowcharts and process transitions, allowing researchers to document analytical workflows or evolutionary state-change paths within the same ecosystem.</li>
76-
<li><strong>Spatial & Layered Complexity ([**ggtreeExtra**](https://bioconductor.org/packages/ggtreeExtra) & [**ggtreeSpace**](https://github.com/YuLab-SMU/ggtreeSpace)):</strong> **ggtreeExtra** handles massive multi-omics layers in complex layouts, while **ggtreeSpace** explores the geometric mapping of evolutionary distances.</li>
77-
</ul>
58+
- **Molecular Context (ggmsa):** Integrating sequence-level information is critical for understanding the molecular basis of evolution. [**ggmsa**](https://bioconductor.org/packages/ggmsa) provides a modular grammar for multiple sequence alignment (MSA) visualization, enabling the seamless overlay of structural and genomic conservation data onto phylogenetic trees.
59+
- **Relational Flow (ggflow):** Beyond static structures, biological evolution and research protocols involve directional transitions. [**ggflow**](https://github.com/YuLab-SMU/ggflow) introduces a grammar for visualizing flowcharts and process transitions, allowing researchers to document analytical workflows or evolutionary state-change paths within the same ecosystem.
60+
- **Spatial & Layered Complexity (ggtreeExtra & ggtreeSpace):** **ggtreeExtra** handles massive multi-omics layers in complex layouts, while **ggtreeSpace** explores the geometric mapping of evolutionary distances.
7861
<br>
7962
<strong>Programmable Reproducibility:</strong> Our work in <em>iMeta</em> (2022) established the **ggtree** object—a programmable structure that ensures analytical reproducibility by encapsulating trees, data, and visualization directives.
8063

content/contributions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ title: Contributions
2727

2828
<a href="/contribution-tree-data/" style="color:black;font-weight:normal">
2929

30-
By establishing the **definitive global infrastructure** for tree-structured biological data, our work has moved the field beyond simple visualization into a new paradigm of **programmable knowledge synthesis**. Our contributions address the core challenges of data fragmentation and multi-scale integration, providing the rigorous analytical foundations (e.g., [**treeio**](/contribution-tree-data), [**ggtree**](/contribution-tree-data)) required for modern systems biology and evolutionary discovery across thousands of species.</a>
30+
By establishing the **definitive global infrastructure** for tree-structured biological data, our work has moved the field beyond simple visualization into a new paradigm of **programmable knowledge synthesis**. Our contributions address the core challenges of data fragmentation and multi-scale integration, providing the rigorous analytical foundations (e.g., **treeio**, **ggtree**) required for modern systems biology and evolutionary discovery across thousands of species.</a>
3131

3232
</td>
3333
</tr>
@@ -49,7 +49,7 @@ By establishing the **definitive global infrastructure** for tree-structured bio
4949

5050
<a href="/contribution-knowledge-mining/" style="color:black;font-weight:normal">
5151

52-
Translating massive multi-omics datasets into biological intelligence requires a deep understanding of the functional architecture of life. Our team has established a comprehensive **Semantic Knowledge Mining Framework**—led by the global standard [**clusterProfiler**](/contribution-knowledge-mining)—that bridges the gap between raw data and actionable insights through knowledge quantification, pioneering comparative theme analysis, and the integration of spatial/epigenomic logic.
52+
Translating massive multi-omics datasets into biological intelligence requires a deep understanding of the functional architecture of life. Our team has established a comprehensive **Semantic Knowledge Mining Framework**—led by the global standard **clusterProfiler**—that bridges the gap between raw data and actionable insights through knowledge quantification, pioneering comparative theme analysis, and the integration of spatial/epigenomic logic.
5353

5454
</a>
5555

@@ -71,7 +71,9 @@ Translating massive multi-omics datasets into biological intelligence requires a
7171
<td style="border:none;">
7272

7373
<a href="/contribution-data-visualization/" style="color:black;font-weight:normal">
74+
7475
Scientific discovery is increasingly driven by the ability to see the invisible within biological complexity. We have pioneered a **universal grammar for scientific visualization** that transcends specific coding systems, enabling researchers to synthesize relationships across genomic, molecular, and cellular scales through an integrated ecosystem of methodological and semantic tools.
76+
7577
</a>
7678

7779
</td>

0 commit comments

Comments
 (0)