Description Usage Arguments Value Examples
View source: R/compare_kinased_graphs.R
This functions takes two given graphs and compares them to see the changes from one to the other
1 2 3 4 5 6 7 | compare_kinased_graphs(
reference,
comparison,
ref_name = "Reference",
comp_name = "Comparison",
render = FALSE
)
|
reference |
The reference network output from assign_kinases() |
comparison |
The comparison network output from assign_kinases() |
ref_name |
Name for the reference network |
comp_name |
Name for the comparison network |
render |
logical. Whether a graph should be rendered or not. |
A graph object
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.