| print_bma_motif_vs {OmnipathR} | R Documentation |
The motifs can be copy-pasted into a BMA canvas.
print_bma_motif_vs(node_seq, G)
node_seq |
An igraph node sequence. |
G |
An igraph graph object. |
Returns 'NULL'.
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
)