You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`-a/--active_genes_files`: list of files of active genes. gene ids are Enseble id, separated by new line.
83
+
`-a/--active_genes_files`: Comma delimited list of absolute paths to files, each containing a list of active genes, separated by a new line char (\n). e.g. /path/to/active_genes_files_1,/path/to/active_genes_files_2.
84
+
85
+
`-n/--network_file`: A path to network file (sif format). e.g., /path/to/network_file.sif.
79
86
80
-
`-n/--network_file`: path to network file (sif format).
87
+
`-s/--slices_file`: A path to slices file (i.e. the output of "slicer" script). e.g., /path/to/slices_file.txt,
81
88
82
-
`-s/--slices_file`: path to slices file (i.e. the output of "slicer" script).
89
+
90
+
## Advanced usage
91
+
92
+
`-c/--use_cache`: Use auto-generated cache network files (*.pkl) from previous executions with the same network. NOTE: (1) THIS IS NOT THE SLICES FILE! (2) If the content of the file has changed, you should set this option to "false"
93
+
94
+
`-p/--parallelization`: The number of threads allocated to the run (usually single thread is enough)
95
+
96
+
`-v/--visualization`: Indicates whether a visualization of the modules ought to be generated
97
+
98
+
`-sth/--slices_threshold`: The threshold for considering a slice as relevant
99
+
100
+
`-mth/--module_threshold`: The threshold for considering a putative module as final module.
83
101
84
102
85
103
## Main output files
86
104
87
105
`output_folder/active_gene_file_name/modules.out`: list of final modules
88
106
`output_folder/active_gene_file_name/module_i.html`: visualization of the i'th module
89
107
90
-
## Advanced usage
91
-
92
-
`-sth/--slices_threshold`: threshold for considering a slice as relevant
93
108
94
-
`-mth/--module_threshold`: threshold for considering a putative module as final module.
0 commit comments