enrich_scatter_plot: enrich_bar_plot

Description Usage Arguments Author(s)

View source: R/enrich_result_class.R

Description

Barplot for enrich_result_class

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
enrich_scatter_plot(
  object,
  x_axis = c("mapped_percentage", "mapped_number"),
  y_axis = c("p_value_adjust", "p_value"),
  point_size = c("mapped_percentage", "all_number"),
  x_axis_cutoff = 0,
  y_axis_cutoff = 0.05,
  label = TRUE,
  label_size = 4
)

Arguments

object

enrich_result_class object.

x_axis

"mapped_number or "mapped_percentage"

y_axis

"p_value_adjust or "p_value"

point_size

"all_number" or "mapped_percentage"

x_axis_cutoff

x_axis_cutoff

y_axis_cutoff

y_axis_cutoff

label

label

label_size

label size

Author(s)

Xiaotao Shen shenxt@stanford.edu


jaspershen/metPath documentation built on March 14, 2021, 12:07 a.m.