-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathanalyze-config1.json
151 lines (151 loc) · 3.89 KB
/
analyze-config1.json
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"bm2FileName" : "/analysis/myfile.bm2",
"jsonExportFileName" : "/analysis/myfile.json",
"overwrite" : true,
"expressionDataConfigs" : [ {
"inputFileName" : "/analysis/data/",
"hasHeaders" : false,
"logTransformation" : "BASE2",
"platform" : "GPL1355"
}
],
"preFilterConfigs" : [ {
"@type" : "anova",
"pValueCutoff" : 0.05,
"useMultipleTestingCorrection" : false,
"filterOutControlGenes" : true,
"useFoldChange" : true,
"foldChange" : 2.0,
"foldChangeLotel" : 1.5,
"pValueLotel" : 0.05,
"lotelTest" : 2,
"numberOfThreads" : 4
}, {
"@type" : "williams",
"pValueCutoff" : 0.05,
"useMultipleTestingCorrection" : false,
"filterOutControlGenes" : true,
"useFoldChange" : true,
"numberOfPermutations": 50,
"foldChange" : 2.0,
"foldChangeLotel" : 1.5,
"pValueLotel" : 0.05,
"lotelTest" : 2,
"numberOfThreads" : 4
} ],
"bmdsConfigs" : [ {
"modelConfigs" : [ {
"@type" : "hill"
}, {
"@type" : "power"
}, {
"@type" : "poly",
"degree" : 1
}, {
"@type" : "poly",
"degree" : 2
}, {
"@type" : "exp",
"expModel" : 3
}],
"bmdsBestModelSelection" : {
"bestPolyTest" : 1,
"pValueCutoff" : 0.05,
"flagHillWithKParameter" : true,
"kParameterValue" : 1,
"bestModelSelectionWithFlaggedHill" : 1,
"modifyFlaggedHillWithFractionMinBMD" : 0.05
},
"bmdsInputConfig" : {
"maxIterations" : 250,
"confidenceLevel" : 0.95,
"constantVariance" : true,
"restrictPower" : true,
"bmrFactor" : 1.349
},
"inputCategory" : "williams",
"numberOfThreads" : 100
}, {
"modelConfigs" : [ {
"@type" : "hill"
}, {
"@type" : "power"
}, {
"@type" : "poly",
"degree" : 1
}, {
"@type" : "poly",
"degree" : 2
}, {
"@type" : "poly",
"degree" : 3
}, {
"@type" : "exp",
"expModel" : 2
}, {
"@type" : "exp",
"expModel" : 3
}, {
"@type" : "exp",
"expModel" : 4
}, {
"@type" : "exp",
"expModel" : 5
} ],
"bmdsBestModelSelection" : {
"bestPolyTest" : 1,
"pValueCutoff" : 0.05,
"flagHillWithKParameter" : true,
"kParameterValue" : 1,
"bestModelSelectionWithFlaggedHill" : 1,
"modifyFlaggedHillWithFractionMinBMD" : 0.05
},
"bmdsInputConfig" : {
"maxIterations" : 250,
"confidenceLevel" : 0.95,
"constantVariance" : true,
"restrictPower" : true,
"bmrFactor" : 1.349
},
"inputCategory" : "anova",
"numberOfThreads" : 100
} ],
"categoryAnalysisConfigs" : [ {
"@type" : "go",
"removePromiscuousProbes" : true,
"removeBMDGreaterHighDose" : true,
"bmdPValueCutoff" : 0.1,
"bmdBMDLRatioMin" : null,
"bmduBMDRatioMin" : null,
"bmduBMDLRatioMin" : 20.0,
"nFoldBelowLowestDose" : 10.0,
"identifyConflictingProbeSets" : null,
"correlationCutoffForConflictingProbeSets" : null,
"goCategory" : "universal"
}, {
"@type" : "pathway",
"removePromiscuousProbes" : true,
"removeBMDGreaterHighDose" : true,
"bmdPValueCutoff" : 0.1,
"bmdBMDLRatioMin" : null,
"bmduBMDRatioMin" : null,
"bmduBMDLRatioMin" : 20.0,
"nFoldBelowLowestDose" : 10.0,
"identifyConflictingProbeSets" : null,
"correlationCutoffForConflictingProbeSets" : null,
"signalingPathway" : "REACTOME"
}, {
"@type" : "defined",
"removePromiscuousProbes" : true,
"removeBMDGreaterHighDose" : true,
"bmdPValueCutoff" : 0.1,
"bmdBMDLRatioMin" : null,
"bmduBMDRatioMin" : null,
"bmduBMDLRatioMin" : 20.0,
"nFoldBelowLowestDose" : 10.0,
"identifyConflictingProbeSets" : null,
"correlationCutoffForConflictingProbeSets" : null,
"probeFilePath" : "/analysis/defined/probes.txt",
"categoryFilePath" : "/analysis/defined/categories.txt"
}]
}