|
a |
|
b/man/zp_analyse.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/6.modules.R |
|
|
3 |
\name{zp_analyse} |
|
|
4 |
\alias{zp_analyse} |
|
|
5 |
\alias{zp_plot} |
|
|
6 |
\title{Zi-Pi calculate} |
|
|
7 |
\usage{ |
|
|
8 |
zp_analyse(go_m, mode = 2, use_origin = TRUE) |
|
|
9 |
|
|
|
10 |
zp_plot(go, label = TRUE, mode = 1) |
|
|
11 |
} |
|
|
12 |
\arguments{ |
|
|
13 |
\item{go_m}{igraph object after \code{module_detect()}} |
|
|
14 |
|
|
|
15 |
\item{mode}{plot style, 1~3} |
|
|
16 |
|
|
|
17 |
\item{use_origin}{use original_module, default:TRUE, if FALSE, use module} |
|
|
18 |
|
|
|
19 |
\item{go}{igraph object after zp_analyse()} |
|
|
20 |
|
|
|
21 |
\item{label}{show label or not} |
|
|
22 |
} |
|
|
23 |
\value{ |
|
|
24 |
igraph |
|
|
25 |
|
|
|
26 |
a ggplot object |
|
|
27 |
} |
|
|
28 |
\description{ |
|
|
29 |
Zi-Pi calculate |
|
|
30 |
|
|
|
31 |
Zi-Pi plot of vertexes |
|
|
32 |
} |
|
|
33 |
\examples{ |
|
|
34 |
data("c_net") |
|
|
35 |
module_detect(co_net) -> co_net_modu |
|
|
36 |
zp_analyse(co_net_modu) -> co_net_modu |
|
|
37 |
zp_plot(co_net_modu) |
|
|
38 |
zp_plot(co_net_modu, mode = 3) |
|
|
39 |
|
|
|
40 |
} |
|
|
41 |
\references{ |
|
|
42 |
\enumerate{ |
|
|
43 |
\item GuimerĂ , R. & Amaral, L. Functional cartography of complex metabolic networks. (2005) doi:10.1038/nature03288. |
|
|
44 |
} |
|
|
45 |
} |
|
|
46 |
\seealso{ |
|
|
47 |
Other module: |
|
|
48 |
\code{\link{filter_n_module}()}, |
|
|
49 |
\code{\link{get_community}()}, |
|
|
50 |
\code{\link{get_module_eigen}()}, |
|
|
51 |
\code{\link{get_module}()}, |
|
|
52 |
\code{\link{module_detect}()}, |
|
|
53 |
\code{\link{module_eigen}()}, |
|
|
54 |
\code{\link{module_net}()}, |
|
|
55 |
\code{\link{summary_module}()}, |
|
|
56 |
\code{\link{to_module_net}()} |
|
|
57 |
} |
|
|
58 |
\concept{module} |