powered by
Visualise the feature network of a model
plot_feature_network( model, show_tfs = TRUE, show_targets = TRUE, show_hks = FALSE )
A ggplot2 object.
A dyngen intermediary model for which the feature network has been generated with generate_feature_network().
generate_feature_network()
Whether or not to show the transcription factors.
Whether or not to show the targets.
Whether or not to show the housekeeping genes.
# \donttest{ data("example_model") plot_feature_network(example_model) # }
Run the code above in your browser using DataLab