Plot indirect interactions
plot_indirect_interactions(score, var_threshold = "max_delta_stoichio_log", threshold = 1, min_range = NULL, save_dir = NULL, plot_width = 2, plot_height = 2, show_legend = FALSE)
| score | output of the |
|---|---|
| var_threshold | Variable of |
| threshold | maximum difference between observed and predicted stoichiometries (in log10) |
| min_range | Minimum range (in log10 scale) displayed on the y-axis (centered on the mean) |
| save_dir | path to the directory where the plot will be saved |
| plot_width | set plot width |
| plot_height | set plot height |
| show_legend | logical, shows plot legend |