print_bma_motif_vs | 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 <- omnipath(resources = "ARN")
graph <- interaction_graph(interactions)
print_bma_motif_vs(
igraph::all_shortest_paths(
graph,
from = 'ULK1',
to = 'ATG13'
)$res,
graph
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.