Prints a BMA motif to the screen from a sequence of nodes, which can be copy/pasted into the BMA canvas
Source:R/bma.R
bma_motif_vs.Rd
Intended to parallel print_path_vs
Examples
interactions <- omnipath(resources = "ARN")
graph <- interaction_graph(interactions)
bma_string <- bma_motif_vs(
igraph::all_shortest_paths(
graph,
from = 'ULK1',
to = 'ATG13'
)$res,
graph
)