bma_motif_es | R Documentation |
These motifs can be added to a BMA canvas.
bma_motif_es(edge_seq, G, granularity = 2)
edge_seq |
An igraph edge sequence. |
G |
An igraph graph object. |
granularity |
Numeric: granularity value. |
Character: BMA motifs as a single string.
interactions <- omnipath(resources = "ARN")
graph <- interaction_graph(interactions)
motifs <- bma_motif_es(igraph::E(graph)[1], graph)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.