-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmcxalter.azm
108 lines (79 loc) · 2.33 KB
/
mcxalter.azm
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
\import{mcx.zmm}
\begin{pud::man}{
{name}{mcxalter}
{html_title}{The mcxalter manual}
{author}{Stijn van Dongen}
{section}{1}
{synstyle}{long}
{defstyle}{long}
\man_share
}
\${html}{\"pud::man::maketoc"}
\sec{name}{NAME}
\NAME{mcxalter}{various network transformations}
\sec{synopsis}{SYNOPSIS}
\par{
\mcxalter
\synoptopt{-imx}{<fname>}{specify matrix/graph input}
\synoptopt{-abc}{<fname>}{specify label input}
\synoptopt{-tab}{<fname>}{use tab file}
\synoptopt{-icl}{<fname>}{specify cluster input}
\synoptopt{--block}{use within-cluster edges}
\synoptopt{--blockc}{use between-cluster edges}
\synoptopt{-o}{<fname>}{output}
\shared_synoptopt{-tf}
}
\sec{description}{DESCRIPTION}
\par{
This utility supplies various transformations of networks.
}
\sec{options}{OPTIONS}
\begin{itemize}{\mcx_itemopts}
\item{\defopt{-abc}{<fname>}{label input}}
\car{
The file name for input that is in label format.}
\item{\defopt{-imx}{<fname>}{input matrix}}
\car{
The file name for input that is in mcl native matrix format.}
\item{\defopt{-tab}{<fname>}{use tab file}}
\car{
This option causes the output to be printed with the labels
found in the tab file.
With \genopt{-abc} this option will, additionally, construct
a graph only on the labels found in the tab file.
If this option is used in conjunction with \genopt{-imx} the
tab domain and the matrix domain are required to be identical.
}
\item{\defopt{-icl}{<fname>}{specify cluster input}}
\car{
Read in a cluster file for use with either \genopt{--block} or \genopt{--blockc}.
}
\item{\defopt{--block}{use within-cluster edges}}
\car{
Remove between-cluster edges from the network. This is done first, before
other transformations take effect.
}
\item{\defopt{--blockc}{use between-cluster edges}}
\car{
Remove within-cluster edges from the network. This is done first, before
other transformations take effect.
}
\shared_itemopt{-tf}
\car{\shared_defopt{-tf}}
\item{\defopt{-o}{fname}{output file}}
\car{
Output file.}
\end{itemize}
\sec{author}{AUTHOR}
\par{
Stijn van Dongen.
}
\sec{seealso}{SEE ALSO}
\par{
\mysib{mcxio},
\mysib{mcx},
\mysib{mcxsubs},
and \mysib{mclfamily} for an overview of all the documentation
and the utilities in the mcl family.
}
\end{pud::man}