KEGG 圈图是用于展示 KEGG 富集分析结果的可视化工具。它通常由多个同心圆环(track)组成,每个圆环代表不同的信息。
输入文件
第一列是“gene”,第二列是“logFC”,它们之间用制表符(\t)分隔。

输出文件

KEGG圈图以圆环为基础,外圈一侧为显著富集的KEGG通路(Term),另一侧为输入的基因。
每一条弦线连接一个KEGG通路和一个基因,表示该基因被注释/富集在该通路下。通过这些连线,可以直观地看到哪些基因参与了哪些通路,以及不同通路之间是否有共享基因。
2. KEGG聚类圈图(Cluster Diagram)
聚类圈图将KEGG通路按照功能或基因重叠关系进行聚类,展示通路之间的相似性和关联性。
便于发现功能上高度相关或有大量基因重叠的通路,帮助理解生物学过程的整体结构。
A KEGG circle plot is a visualization tool used to display the results of KEGG enrichment analysis. It typically consists of multiple concentric circles (tracks), with each circle layer representing different information.
Input
The first column is "gene", the second column is "logFC", and they are separated by a tab character (\t).

Output

Chart Description
1. KEGG Chord Diagram
Structure:
-
The KEGG chord diagram is based on a circular layout.
-
One side of the outer ring represents significantly enriched KEGG pathways (Terms), while the opposite side displays the input genes.
Connections (Chords):
-
Each chord connects a KEGG pathway to a gene, indicating that the gene is annotated/enriched in that pathway.
-
These connections visually reveal which genes participate in which pathways and whether different pathways share common genes.
Colors & Labels:
2. KEGG Cluster Diagram
Structure:
Purpose: