This function merges multiple gene-pathway related dataframes, processes them for graph creation, and visualizes the relationships in a dendrogram layout using the provided node and edge gathering functions from the 'ggraph' package.
new_ggraph(
BP_dataframe,
BP_ids,
KEGG_dataframe,
KEGG_ids,
MF_dataframe,
MF_ids,
REACTOME_dataframe,
REACTOME_ids,
CC_dataframe,
CC_ids,
DO_dataframe,
DO_ids
)
A 'ggraph' object representing the pathway gene map visualization.
Dataframe for Biological Process.
IDs for Biological Process.
Dataframe for KEGG pathways.
IDs for KEGG pathways.
Dataframe for Molecular Function.
IDs for Molecular Function.
Dataframe for REACTOME pathways.
IDs for REACTOME pathways.
Dataframe for Cellular Component.
IDs for Cellular Component.
Dataframe for Disease Ontology.
IDs for Disease Ontology.