bma_motif_vs {OmnipathR} | R Documentation |
Intended to parallel print_path_vs
bma_motif_vs(node_seq, G)
node_seq |
An igraph node sequence. |
G |
An igraph graph object. |
Character: BMA motifs as a single string.
interactions <- import_omnipath_interactions(resources = 'ARN') graph <- interaction_graph(interactions) bma_string <- bma_motif_vs( igraph::all_shortest_paths( graph, from = 'ULK1', to = 'ATG13' )$res, graph )