ggnetwork_plot: Generate network plot

Description Usage Arguments Value

View source: R/ggnetwork_plot.R

Description

This creates a network plot which is compatible with plotly to make interactive plots. It makes it possible to hover box that includes your results related to each phenotype and/or a description of the phenotypes.

Usage

1
2
3
4
5
ggnetwork_plot(
  phenoNet,
  colour_column = "fold_change",
  colour_label = "Fold change"
)

Arguments

phenoNet

The network object created using create_network_object

colour_column

column name of the variable to be mapped to colour <string>

colour_label

A label for the colour figure legend <string>

Value

A network plot (compatible with interactive plotly rendering).


ovrhuman/HPOExplorer documentation built on Dec. 22, 2021, 5:21 a.m.