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

输出文件

GO圈图以圆环为基础,外圈一侧为显著富集的GO条目(如BP、CC、MF等),另一侧为输入的基因。
每一条弦线连接一个GO条目和一个基因,表示该基因被注释/富集在该GO条目下。通过这些连线,可以直观地看到哪些基因参与了哪些功能过程,以及不同GO条目之间是否有共享基因。
2. GO聚类圈图(Cluster Diagram)
聚类圈图将GO条目按照功能或基因重叠关系进行聚类,展示GO条目之间的相似性和关联性。
便于发现功能上高度相关或有大量基因重叠的GO条目,帮助理解生物学过程的整体结构。
A GO circle plot is a type of visualization chart used to display the results of Gene Ontology (GO) 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 value", and they are separated by a tab character (\t).

Output

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