View source: R/2-2.manipulate.R
| anno_vertex | R Documentation |
Use data.frame to annotate vertexes of metanet
anno_vertex(go, anno_tab, verbose = TRUE)
go |
metanet object |
anno_tab |
a dataframe using to annotate (with rowname or a "name" column) |
verbose |
logical |
a annotated metanet object
Other manipulate:
anno_edge(),
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")
data("otutab", package = "pcutils")
anno_vertex(co_net, taxonomy)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.