a b/man/to_module_net.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/6.modules.R
3
\name{to_module_net}
4
\alias{to_module_net}
5
\title{Transformation a network to a module network}
6
\usage{
7
to_module_net(go, edge_type = c("module", "module_from", "module_to")[1])
8
}
9
\arguments{
10
\item{go}{metanet}
11
12
\item{edge_type}{"module", "module_from", "module_to"}
13
}
14
\value{
15
metanet with modules
16
}
17
\description{
18
Transformation a network to a module network
19
}
20
\seealso{
21
Other module: 
22
\code{\link{filter_n_module}()},
23
\code{\link{get_community}()},
24
\code{\link{get_module_eigen}()},
25
\code{\link{get_module}()},
26
\code{\link{module_detect}()},
27
\code{\link{module_eigen}()},
28
\code{\link{module_net}()},
29
\code{\link{summary_module}()},
30
\code{\link{zp_analyse}()}
31
}
32
\concept{module}