-
Notifications
You must be signed in to change notification settings - Fork 0
/
conf.txt
64 lines (52 loc) · 1.82 KB
/
conf.txt
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
[SETTINGS]
#General options
#set the folder name contains study files
study_dir = demo_user/studies/
plots = YES
#Annotation - Define Classes
controls = 0
cases = 1
#only for Multivariate Analysis
cases2 = 2
#GISU Options
RUN_GISU = NO
#if YES load data from web, if NO load local data from folder data/
gene_data_online = YES
#mean, min, max
# If NO, load platforms
updated_genes = YES
transformation_method = mean
#Platform name for file. For multiple study files insert a list of platforms separated by comma (,) one per study
platform = GPL201,GPL4191,GPL6947,GPL570,GPL6244,GPL570,GPL6244,GPL571,GPL6244,GPL17077,GPL339,GPL96,GPL571
gene_history_file = data/Gene_History_Reference/gene_history.txt
homo_sapiens_file = data/Homo_Sapiens_reference/homo_sapiens_gene.txt
platforms_folder = data/Platforms/
#Meta - Analysis Options
#Run a meta-analysis giving only Effect Sizes and Standard Errors (YES or NO)
run_simple_meta_analysis = NO
bootstrap = NO
num_of_reps = 200
#Level of Significance of Mulitple Comparisons
significance_level = 0.01
#one_step , step_down, step_up, all
multiple_comparisons = all
#Multivariate Analysis Options
multivariate = NO
#bonferroni, sidak, holm, holland, hochberg, simes, none
venn_correction = bonferroni
#Choices = global1_RE, global1_stoufer, global1_stoufer_weighted , global1_p_fisher, global1_p_edg1 global1_p_edg2, global2
venn_choice = global1_stoufer_weighted
alpha = 0.05
# Multiple_tests choices = one_step , step_down, step_up, none
multiple_tests = one_step
#Enrichment Analysis Options
enrichment_analysis = NO
organism = hsapiens
threshold = 0.05
#Default 'fdr'. Other options are 'bonferroni' and 'g_SCS'
threshold_method = fdr
#Bayesian Meta-analysis
bayesian_meta_analysis = NO
#parameters for bayesian_meta_analysis
a = 0
b = 2