anno_vertex {MetaNet} | R Documentation |
Use data.frame to annotate vertexes of metanet
Description
Use data.frame to annotate vertexes of metanet
Usage
anno_vertex(go, anno_tab, verbose = TRUE)
Arguments
go |
metanet object |
anno_tab |
a dataframe using to annotate (with rowname or a "name" column) |
verbose |
logical |
Value
a annotated metanet object
See Also
Other manipulate:
anno_edge()
,
c_net_annotate()
,
c_net_filter()
,
c_net_save()
,
c_net_union()
,
get_e()
,
get_n()
,
get_v()
,
is_metanet()
Examples
data("c_net")
data("otutab", package = "pcutils")
anno_vertex(co_net, taxonomy)
[Package MetaNet version 0.1.2 Index]