Diff of /man/anno_vertex.Rd [000000] .. [13df9a]

Switch to unified view

a b/man/anno_vertex.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/2-2.manipulate.R
3
\name{anno_vertex}
4
\alias{anno_vertex}
5
\alias{anno_node}
6
\title{Use data.frame to annotate vertexes of metanet}
7
\usage{
8
anno_vertex(go, anno_tab, verbose = TRUE)
9
}
10
\arguments{
11
\item{go}{metanet object}
12
13
\item{anno_tab}{a dataframe using to annotate (with rowname or a "name" column)}
14
15
\item{verbose}{logical}
16
}
17
\value{
18
a annotated metanet object
19
}
20
\description{
21
Use data.frame to annotate vertexes of metanet
22
}
23
\examples{
24
data("c_net")
25
data("otutab", package = "pcutils")
26
anno_vertex(co_net, taxonomy)
27
}
28
\seealso{
29
Other manipulate: 
30
\code{\link{anno_edge}()},
31
\code{\link{c_net_annotate}()},
32
\code{\link{c_net_filter}()},
33
\code{\link{c_net_load}()},
34
\code{\link{c_net_save}()},
35
\code{\link{c_net_union}()},
36
\code{\link{get_e}()},
37
\code{\link{get_n}()},
38
\code{\link{get_v}()},
39
\code{\link{is_metanet}()}
40
}
41
\concept{manipulate}