plot_barplot: Plot Barplot

View source: R/Plotting.R

plot_barplotR Documentation

Plot Barplot

Description

Plots barplot of p-values.

Usage

plot_barplot(
  reshaped_results,
  selected_rows_to_plot = NULL,
  ontology_id_colname = "ontologyId",
  p_value_type_colname = "adjustedPValue",
  p_value_max_threshold = 0.05
)

Arguments

reshaped_results

data.table in relaxed form.

selected_rows_to_plot

numeric; which rows of the reshaped results data frame should be included in the plot?

ontology_id_colname

character

p_value_type_colname

character

p_caue_max_threshold

numeric

Value

Return a barplot.

See Also

reshape_results


koralgooll/MulEA documentation built on Nov. 23, 2023, 3:27 p.m.