[7a0be0]: / man / anno_vertex.Rd

Download this file

42 lines (39 with data), 921 Bytes

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