Skip to contents

Creates a network plot showing relationships between GO terms

Usage

plotGONetwork(go_result, n_terms = 20, title = NULL)

Arguments

go_result

A data.frame from clusterProfiler enrichGO result

n_terms

Number of top terms to include (default: 20)

title

Plot title

Value

ggplot2 object (requires enrichplot package)