| anno_edge | R Documentation |
Use dataframe to annotate edges of an igraph
anno_edge(go, anno_tab, verbose = TRUE)
go |
metanet an igraph object |
anno_tab |
a dataframe using to annotate (with rowname or a name column) |
verbose |
logical |
a annotated igraph object
Other manipulate:
anno_vertex(),
c_net_annotate(),
c_net_filter(),
c_net_load(),
c_net_save(),
c_net_union(),
get_e(),
get_n(),
get_v(),
is_metanet()
data("c_net")
anno <- data.frame("from" = "s__Pelomonas_puraquae", "to" = "s__un_g__Rhizobium", new_atr = "new")
anno_edge(co_net, anno) -> anno_net
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.