comparison preprocess_datasets/TwoColors.Rmd @ 27:b5eac045873c draft

Uploaded
author proteomisc
date Mon, 04 Dec 2023 12:41:06 +0000
parents ebf6607b4e6a
children
comparison
equal deleted inserted replaced
26:a085ddc4cb46 27:b5eac045873c
1 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr"><head>
2 <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
3 <title>Preprocessing Plots Before and After</title>
4 <style>
5 /* css racine */
6
7 body {
8 /* font-family: Comic Sans MS;*/
9 }
10
11 div.research {
12 background-color: #33ffff; /*#208090 */ /*#228491*/;
13 color: #0000ff; /* ffffff */
14 }
15
16 div.ensg {
17 background-color: #bbee00;
18 color: #0000ff;
19 }
20
21 div.research span.invisible {
22 visibility:hidden;
23 }
24
25 kbd {
26 color: #000000;
27 }
28
29 pre {
30 color: #000000;
31 }
32
33 A:link {
34 color: #0000ee; /*#ffffff;*/
35 }
36
37 A:active {
38 color: #ff0000; /* #ffffff */
39 }
40
41 A:hover {
42 /* font-size: 2em; */
43 text-decoration: none;
44 color: #0000ee; /* ffffff */
45 background-color: #FFFF33;
46 }
47
48 h3 {
49 color: #FF0000;
50 }
51
52 h4 {
53 color: #FF0000;
54 }
55
56 div.correction {
57 color: #008800;
58 /* color: #000000; */
59 }
60
61 div.detail {
62 font-size: 70%;
63 }
64
65 div.section {
66 text-align: center;
67 font-size: 140%;
68 color: #FF0000;
69 }
70
71 div.subsection {
72 text-align: left;
73 font-size: 120%;
74 color: #bb0000;
75 background-color: #FFFF33;
76 }
77
78 div.titreDuModule {
79 text-align: center;
80 font-size: 200%;
81 color: #FF0099;
82 }
83
84 div.formation {
85 text-align: center;
86 font-size: 120%;
87 color: #FF0099;
88 }
89
90 div.ensg.titreDuModule {
91 text-align: center;
92 font-size: 200%;
93 color: #FF0099;
94 }
95
96 div.ensg.formation {
97 text-align: center;
98 font-size: 120%;
99 color: #FF0099;
100 }
101
102 span.indice {
103 font-size: 70%;
104 }
105
106 span.question {
107 color: #bb0000;
108 }
109
110 span.tresImportant {
111 color: #bb0000;
112 font-size: 200%
113 }
114
115 span.assezImportant {
116 color: #bb0000;
117 font-size: 150%
118 }
119
120 span.important {
121 color: #bb0000;
122 }
123
124 span.crucial {
125 color: #bb0000;
126 }
127
128 span.crucial:hover {
129 font-size: 400%;
130 }
131
132 acronym {
133 text-decoration: none;
134 }
135
136 div.theoreme:before {
137 content: "Théorème : ";
138 }
139
140 div.theoreme:after {
141 content: "emèroéhT";
142 }
143
144 div.theoreme ul li:before {
145 content: "1 alinéa ";
146 }
147
148 div.theoreme li:after {
149 content: " ce qui termine l'alinéa";
150 }
151
152 div.tpID {
153 background-color: #33ffff;
154 color: #0000ff;
155 }
156
157 div.tpR {
158 font-family: serif;
159 color: #000000;
160 background-color: #fff;
161 }
162
163 div.tpR span.detail {
164 font-size: 75%;
165 }
166
167 div.tpR div.correction:before {
168 content: "Idée de la correction : ";
169 }
170
171 div.tpR div.correction {
172 background-color: #00ffff;
173 border: solid #009999;
174 padding: 0.5em;
175 margin-left: 2em;
176 border-width: 1px;
177 }
178
179 div.tpR div.exercices:before {
180 content: "Exercices : ";
181 }
182 div.tpR div.exercices {
183 background-color: #00ee00;
184 border: solid #00cc00;
185 padding: 0.5em;
186 margin-left: 2em;
187 border-width: 1px;
188 }
189
190 div.tpR div.solution:before {
191 content: "Solution : ";
192 }
193 div.tpR div.solution {
194 background-color: #ff00ff;
195 border: solid #990099;
196 padding: 0.5em;
197 margin-left: 2em;
198 border-width: 1px;
199 }
200
201 div.tpR div.exercice:before {
202 content: "Exercice : ";
203 }
204 div.tpR div.exercice {
205 background-color: #00ee00;
206 border: solid #00cc00;
207 padding: 0.5em;
208 margin-left: 2em;
209 border-width: 1px;
210 }
211
212 div.tpR div.questions:before {
213 content: "Questions : ";
214 }
215 div.tpR div.questions {
216 background-color: #ff99ff;
217 border: solid #ff99ff;
218 padding: 0.5em;
219 margin-left: 2em;
220 border-width: 1px;
221 }
222
223 div.tpR span.index {
224 /* background-color: #ffff33;*/
225 }
226
227 div.tpR h1 {
228 font-family: sans-serif;
229 color: #000;
230 border-style: solid;
231 background-color: #ddf;
232 border-color: #88f;
233 border-width: 1px;
234 padding-left: 0.5em;
235 }
236
237 div.tpR h2 {
238 font-family: sans-serif;
239 color: #000;
240 border-style: solid;
241 border-color: #8f8;
242 background-color: #dfd;
243 border-width: 1px;
244 padding-left: 0.5em;
245 }
246
247 div.tpR h3 {
248 font-family: sans-serif;
249 color: #000;
250 border-style: solid;
251 background-color: #fdd;
252 border-color: #f88;
253 border-width: 1px;
254 padding-left: 0.5em;
255 }
256
257 div.tpR a:link {
258 color: #00f
259 }
260
261 div.tpR a:visited {
262 color: #f0f
263 }
264
265 div.tpR p {
266 margin-left: 1em;
267 }
268
269 div.tpR pre {
270 background-color: #eee;
271 border: solid #ccc;
272 padding: 0.5em;
273 margin-left: 2em;
274 border-width: 1px;
275 }
276
277 .redify pre {
278 color: #ff0000;
279 }
280
281 div.tpR hr {
282 border-style: solid;
283 border-color: #02c;
284 background-color: #ddf;
285 border-color: #88f;
286 border-width: 1px;
287 padding-top: 1px;
288 padding-bottom: 1px;
289 }
290
291 div.pp {
292 color: #FF0000;
293 }
294
295 div.infobulle{
296 position: absolute;
297 visibility : hidden;
298 border: 1px solid Black;
299 padding: 10px;
300 font-family: Verdana, Arial;
301 font-size: 13px;
302 background-color: #ffffff;
303 -moz-border-radius: 20px; /* pour avoir des coins arrondis */
304 }
305
306 /* http://www.w3schools.com/CSS/css_display_visibility.asp */
307 span.commentPub{
308 background-color: #77ff33;
309 }
310
311 span.moreCommentOnPub{
312 /* position: absolute;*/
313 /* visibility : hidden;*/
314 /* border: 1px solid Black;
315 padding: 10px;
316 font-family: Verdana, Arial;
317 font-size: 13px;*/
318 background-color: #77ff33;
319 -moz-border-radius: 3em 1em /* 20px; pour avoir des coins arrondis */
320 border-radius: 3em 1em; /* 20px; pour avoir des coins arrondis */
321 }
322 </style>
323 </head>
324 <body>
325 <div class="tpR">
326 <h1>Preprocessing</h1>
327 <p>
328 Preprocessing of an `r datasetsource` DataSet, issued from
329 `r technology`
330 technology.
331 </p>
332 <h2>Used methods for each step</h2>
333
334 <h3>Background correction methods</h3>
335 <pre>method : `r listArguments[["methodBC"]]`</pre>
336 <h3>Normalization methods</h3>
337 <pre>methodNWA : `r listArguments[["methodNWA"]]`</pre>
338 <pre>methodNBA : `r listArguments[["methodNBA"]]`</pre>
339 <h2>Boxplots</h2>
340 <h3>Before BG</h3>
341 <p>
342 <br>
343 <img src="boxplot_before_BG.png" width="100%" height="auto">
344 <br>
345 </p>
346 <h3>After BG, NWA and NBA</h3>
347 <p>
348 <br>
349 <img src="boxplot_after_BG.png" width="100%" height="auto">
350 <br>
351 </p>
352 <p>
353 <br>
354 <img src="boxplot_after_NWA.png" width="100%" height="auto">
355 <br>
356 </p>
357 <p>
358 <br>
359 <img src="boxplot_after_NBA.png" width="100%" height="auto">
360 <br>
361 </p>
362 <h2>MA plots</h2>
363 <p>
364 <br>
365 <img src="MA_plot.png" width="100%" height="auto">
366 <br>
367 </p>
368 <h2>Densities plot</h2>
369 <h3>Before BG</h3>
370 <p>
371 <br>
372 <img src="densities_plot_before_BG.png" width="100%" height="auto">
373 <br>
374 </p>
375 <h3>After BG and NWA</h3>
376 <p>
377 <br>
378 <img src="densities_plot_after_BG.png" width="100%" height="auto">
379 <br>
380 </p>
381 <p>
382 <br>
383 <img src="densities_plot_after_NWA.png" width="100%" height="auto">
384 <br>
385 </p>
386 </body>
387 </html>