plot_heatmap: Plot Heatmap

View source: R/Plotting.R

plot_heatmapR Documentation

Plot Heatmap

Description

Plots heatmap of enriched terms and obtained p-values.

Usage

plot_heatmap(
  reshaped_results,
  p_value_type_colname = "adjustedPValue",
  ontology_element_colname = "genIdInOntology",
  p_value_max_threshold = 0.05
)

Arguments

reshaped_results

data.table in relaxed form.

p_value_type_colname

character

ontology_element_colname

character

p_value_max_threshold

numeric

Value

Return a heatmap.

See Also

reshape_results


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