zp_analyse | R Documentation |
Zi-Pi calculate
Zi-Pi plot of vertexes
zp_analyse(go_m, mode = 2, use_origin = TRUE)
zp_plot(go, label = TRUE, mode = 1)
go_m |
igraph object after |
mode |
plot style, 1~3 |
use_origin |
use original_module, default:TRUE, if FALSE, use module |
go |
igraph object after zp_analyse() |
label |
show label or not |
igraph
a ggplot object
GuimerĂ , R. & Amaral, L. Functional cartography of complex metabolic networks. (2005) doi:10.1038/nature03288.
Other module:
filter_n_module()
,
get_community()
,
get_module_eigen()
,
get_module()
,
module_detect()
,
module_eigen()
,
module_net()
,
summary_module()
,
to_module_net()
data("c_net")
module_detect(co_net) -> co_net_modu
zp_analyse(co_net_modu) -> co_net_modu
if (requireNamespace("ggrepel")) {
zp_plot(co_net_modu)
zp_plot(co_net_modu, mode = 3)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.