View source: R/print_interactions.R
print_path_es | R Documentation |
Pretty prints the interactions in a path.
print_path_es(edges, G)
edges |
An igraph edge sequence object. |
G |
igraph object (from ptms or any interaction dataset) |
Returns 'NULL'.
print_path_vs
interactions <- omnipath(resources = "SignaLink3")
OPI_g <- interaction_graph(interactions = interactions)
print_path_es(
suppressWarnings(igraph::shortest_paths(
OPI_g,
from = 'TYRO3',
to = 'STAT3',
output = 'epath'
))$epath[[1]],
OPI_g
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.