PlotNetwork: Plot a network from an igraph representation

Description Usage Arguments

Description

Return a ggplot2 object representing a network of sets. This is meant to be a sensible default for plotting GO networks, it will not cover all cases. We recommend learning to use ggraph or another igraph plotting functionality.

Usage

1
2
PlotNetwork(g, algorithm = "kk", arrow = grid::arrow(length =
  grid::unit(0.1, "inches")))

Arguments

g

An igraph object, generally computed by


dgrtwo/GSEAMA documentation built on May 15, 2019, 7:22 a.m.