View source: R/fct_11_enrichment.R
network_data | R Documentation |
Create VisNetwork data that can be inputted in the vis_network_plot function to create an interactive network of enriched pathways.
network_data(
network,
up_down_reg_deg,
wrap_text_network_deg,
layout_vis_deg,
edge_cutoff_deg
)
network |
GO table from the pathway analysis |
up_down_reg_deg |
Plot just up/down or both |
wrap_text_network_deg |
Wrap the text from the pathway description |
layout_vis_deg |
Button to reset the layout of the network |
edge_cutoff_deg |
P-value to cutoff enriched pathways |
Data that can be inputted in the vis_network_plot function to create an interactive network.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.