print_bma_motif_vs: Prints BMA motifs to the screen from a sequence of nodes

print_bma_motif_vsR Documentation

Description

The motifs can be copy-pasted into a BMA canvas.

Usage

print_bma_motif_vs(node_seq, G)

Arguments

node_seq

An igraph node sequence.

G

An igraph graph object.

Value

Returns 'NULL'.

Examples

interactions <- import_omnipath_interactions(resources = 'ARN')
graph <- interaction_graph(interactions)
print_bma_motif_vs(
    igraph::all_shortest_paths(
        graph,
        from = 'ULK1',
        to = 'ATG13'
    )$res,
    graph
)


saezlab/OmnipathR documentation built on May 3, 2024, 5:32 a.m.