| crosstalk_subgraph | R Documentation | 
compute_crosstalkUseful if the user wants to carry out further analysis or design custom visualizations.
crosstalk_subgraph(crosstalk_df, g, seed_proteins, tg = TRUE)
| crosstalk_df | a dataframe containing the results of  | 
| g | igraph network object. | 
| seed_proteins | user defined seed proteins | 
| tg | bool do we want to tidy the graph for plotting? | 
a tidygraph structure containing information about the crosstalkr subgraph
## Not run: 
ct_df <- compute_crosstalk(c("EGFR", "KRAS"))
g <- prep_biogrid()
crosstalk_subgraph(ct_df, g = g, seed_proteins = c("EGFR", "KRAS"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.