plot_graph: Plot Graph (Network)

View source: R/Plotting.R

plot_graphR Documentation

Plot Graph (Network)

Description

Plots graph representation of enrichment results.

Usage

plot_graph(
  reshaped_results,
  shared_elements_min_threshold = 0,
  p_value_type_colname = "adjustedPValue",
  ontology_id_colname = "ontologyId",
  ontology_element_colname = "genIdInOntology",
  p_value_max_threshold = 0.05
)

Arguments

reshaped_results

data.table in relaxed form.

shared_elements_min_threshold

numeric

p_value_type_colname

character

ontology_id_colname

character

ontology_element_colname

numeric

p_value_max_threshold

numeric

Value

Return a graph.

See Also

reshape_results


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