new_ggraph | R Documentation |
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
)
BP_dataframe |
Dataframe for Biological Process. |
BP_ids |
IDs for Biological Process. |
KEGG_dataframe |
Dataframe for KEGG pathways. |
KEGG_ids |
IDs for KEGG pathways. |
MF_dataframe |
Dataframe for Molecular Function. |
MF_ids |
IDs for Molecular Function. |
REACTOME_dataframe |
Dataframe for REACTOME pathways. |
REACTOME_ids |
IDs for REACTOME pathways. |
CC_dataframe |
Dataframe for Cellular Component. |
CC_ids |
IDs for Cellular Component. |
DO_dataframe |
Dataframe for Disease Ontology. |
DO_ids |
IDs for Disease Ontology. |
A 'ggraph' object representing the pathway gene map visualization.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.