network_plot: Create network plot with ggplot2

View source: R/plots.R

network_plotR Documentation

Create network plot with ggplot2

Description

Create network plot with ggplot2

Usage

network_plot(
  df,
  text = NA,
  label1 = TRUE,
  label2 = FALSE,
  title = "",
  xlab = "",
  ylab = ""
)

Arguments

df

Dataframe, Dataframe to create plot with

text

String, Hover info text

label1

Boolean, Should terms be labeled in plot

label2

Boolean, Should genes be labeled in plot

title

String, Title for plot

xlab

String, Label for X axis

ylab

String, Label for Y axis

Value

gg, Plot object (ggplot2)


LUMC/dgeAnalysis documentation built on Aug. 16, 2022, 6:23 a.m.