print_bma_motif_es | R Documentation |
The motifs can be copy-pasted into a BMA canvas.
print_bma_motif_es(edge_seq, G, granularity = 2)
edge_seq |
An igraph edge sequence. |
G |
An igraph graph object. |
granularity |
Numeric: granularity value. |
Returns 'NULL'.
interactions <- omnipath(resources = "ARN")
graph <- interaction_graph(interactions)
print_bma_motif_es(igraph::E(graph)[1], graph)
# {"Model": {
# "Name": "Omnipath motif",
# "Variables":[{
# "Name":"ULK1",
# "Id":1,
# "RangeFrom":0,
# "RangeTo":2,
# "Formula":""
# },
# {
# "Name":"ATG13",
# ...
# }],
# ... (truncated)
# }}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.