plotGOgraph: plotGOgraph

Description Usage Arguments Value Author(s)

View source: R/plotGOgraph.R

Description

plot GO graph

Usage

1
2
3
4
5
6
7
8
plotGOgraph(
  x,
  firstSigNodes = 10,
  useInfo = "all",
  sigForAll = TRUE,
  useFullNames = TRUE,
  ...
)

Arguments

x

output of enrichGO or gseGO

firstSigNodes

number of significant nodes (retangle nodes in the graph)

useInfo

additional info

sigForAll

if TRUE the score/p-value of all nodes in the DAG is shown, otherwise only score will be shown

useFullNames

logical

...

additional parameter of showSigOfNodes, please refer to topGO

Value

GO DAG graph

Author(s)

Guangchuang Yu


clusterProfiler documentation built on Feb. 11, 2021, 2:02 a.m.