Skip to contents

Pretty prints the interactions in a path.

Usage

print_path_es(edgeSeq, G)

Arguments

edgeSeq

edge sequence

G

igraph object (from ptms or any interaction dataset)

Value

Returns `NULL`.

See also

Examples

interactions <- import_omnipath_interactions(resources = c('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
)
#> Empty path
#> NULL