File tree Expand file tree Collapse file tree 4 files changed +17
-8
lines changed Expand file tree Collapse file tree 4 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 10
10
- MultiTrackPlot
11
11
- MultiDataTrackPlot
12
12
- HierarchicalMultiTrackPlot
13
- - StratifiedBoxPlot
14
13
- GenomeScatterPlot
15
14
- GenomeTrackPlot
16
15
- GenomeMultiTrackPlot
17
16
- GenomeStackedBarPlot
18
- - StratifiedScatterPlot
17
+ - StratifiedBoxPlot
18
+ - DoubleStratifiedBoxPlot
19
19
- StratifiedSinaPlot
20
+ - DoubleStratifiedSinaPlot
21
+ - StratifiedScatterPlot
22
+ - DoubleStratifiedScatterPlot
20
23
- StratifiedKaplanMeierPlot
21
24
- CountBarPlot
22
25
- mixin
Original file line number Diff line number Diff line change @@ -135,13 +135,15 @@ let uuid = 0;
135
135
* @extends mixin
136
136
*
137
137
* @example
138
- * < StratifiedBoxPlot
138
+ * < DoubleStratifiedBoxPlot
139
139
* data= " boxplot_data"
140
140
* variable= " COSMIC 1"
141
141
* s= " stratification_data"
142
+ * x= " smoking_binary"
143
+ * s2= " stratification_data"
144
+ * x2= " sex"
142
145
* y= " exposure"
143
146
* o= " sample_id"
144
- * x= " smoking_binary"
145
147
* : pWidth= " 500"
146
148
* : pHeight= " 300"
147
149
* : pMarginTop= " 10"
Original file line number Diff line number Diff line change @@ -92,13 +92,15 @@ let uuid = 0;
92
92
* @extends mixin
93
93
*
94
94
* @example
95
- * < StratifiedScatterPlot
95
+ * < DoubleStratifiedScatterPlot
96
96
* data= " exposures_data"
97
97
* variable= " COSMIC 1"
98
98
* s= " clinical_data"
99
+ * x= " age"
100
+ * s2= " clinical_data"
101
+ * x2= " sex"
99
102
* y= " cosmic_1_exposure"
100
103
* o= " sample_id"
101
- * x= " age"
102
104
* : pWidth= " 500"
103
105
* : pHeight= " 300"
104
106
* : pMarginTop= " 10"
Original file line number Diff line number Diff line change @@ -147,13 +147,15 @@ let uuid = 0;
147
147
* @extends mixin
148
148
*
149
149
* @example
150
- * < StratifiedSinaPlot
150
+ * < DoubleStratifiedSinaPlot
151
151
* data= " boxplot_data"
152
152
* variable= " COSMIC 1"
153
153
* s= " stratification_data"
154
+ * x= " smoking_binary"
155
+ * s2= " stratification_data"
156
+ * x2= " sex"
154
157
* y= " exposure"
155
158
* o= " sample_id"
156
- * x= " smoking_binary"
157
159
* : pWidth= " 500"
158
160
* : pHeight= " 300"
159
161
* : pMarginTop= " 10"
You can’t perform that action at this time.
0 commit comments