publish_gostplot2: Plotting enriched results of gprofiler2, this function was...

View source: R/plotting_functions.R

publish_gostplot2R Documentation

Plotting enriched results of gprofiler2, this function was modified from grofiler2's publish_gostplot function

Description

Plotting enriched results of gprofiler2, this function was modified from grofiler2's publish_gostplot function

Usage

publish_gostplot2(
  p,
  highlight_terms = NULL,
  filename = NULL,
  width = NA,
  fontsize = 14,
  height = NA,
  show_columns = c("source", "term_name", "term_size"),
  show_link = TRUE
)

Arguments

p

ggplot object from gostplot

highlight_terms

terms to highlight

filename

filename to save

width

plot width in inches

fontsize

fontsize

height

plot height in inches

show_columns

additional coumns to show

show_link

show the link of gProfiler websit in the bottom


goushixue/QRseq documentation built on July 9, 2023, 9:28 a.m.