powered by
compute_crosstalk
Useful if the user wants to carry out further analysis or design custom visualizations.
crosstalk_subgraph(crosstalk_df, g, seed_proteins, tg = TRUE)
a tidygraph structure containing information about the crosstalkr subgraph
a dataframe containing the results of compute_crosstalk
igraph network object.
user defined seed proteins
bool do we want to tidy the graph for plotting?
if (FALSE) { ct_df <- compute_crosstalk(c("EGFR", "KRAS")) g <- prep_biogrid() crosstalk_subgraph(ct_df, g = g, seed_proteins = c("EGFR", "KRAS")) }
Run the code above in your browser using DataLab