plot_feature_network: Visualise the feature network of a model

View source: R/plotting.R

plot_feature_networkR Documentation

Visualise the feature network of a model

Description

Visualise the feature network of a model

Usage

plot_feature_network(
  model,
  show_tfs = TRUE,
  show_targets = TRUE,
  show_hks = FALSE
)

Arguments

model

A dyngen intermediary model for which the feature network has been generated with generate_feature_network().

show_tfs

Whether or not to show the transcription factors.

show_targets

Whether or not to show the targets.

show_hks

Whether or not to show the housekeeping genes.

Value

A ggplot2 object.

Examples


data("example_model")
plot_feature_network(example_model)


dyngen documentation built on Oct. 12, 2022, 5:06 p.m.