forked from sysbio-curie/BIODICA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config
27 lines (27 loc) · 909 Bytes
/
config
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
DefaultWorkFolder = work
GeneSetFolder = knowledge\genesets
HTMLSourceFolder = bin\HTML
GenePropertiesFile = knowledge\geneproperties\genes.txt
MetaGeneFolder = knowledge\metagenes
NetworkUndirectedFile = knowledge\networks\undirected\hprd9_pc_clicks.xgmml
NetworkDirectedFile = knowledge\networks\directed\signor.xgmml
ComputeRobustStatistics = false
MinNumberOfDistinctValuesInNumericals = 10
MinNumberOfSamplesInCategory = 3
MaxNumberOfCategories = 10
AssociationAnalysisInThreshold = 1.0
MinimalTolerableStability = 0.6
ICAImplementation = python
MATLABICAFolder = bin\fastica++
MATLABFolder =
UseDocker = false
MATLABICAApproach = symm
MATLABICAMeasure = pow3
MATLABICAMaxNumIterations = 200
MATLABNumberOfICARuns = 100
PythonICAFolder = bin\python_sica
PythonTypeOfVisualization = umap
PythonICAApproach = fastica_par
PythonICAMeasure = cube
PythonICAMaxNumIterations = 200
PythonNumberOfICARuns = 100