Learn R Programming

MetaNet (version 0.2.5)

anno_vertex: 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)

Value

a annotated metanet object

Arguments

go

metanet object

anno_tab

a dataframe using to annotate (with rowname or a "name" column)

verbose

logical

See Also

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()

Examples

Run this code
data("c_net")
data("otutab", package = "pcutils")
anno_vertex(co_net, taxonomy)

Run the code above in your browser using DataLab