33
|
1 <!DOCTYPE html>
|
|
2 <html lang="en">
|
32
|
3 <head>
|
33
|
4 <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
|
|
5 <title>Preprocessing Plots Before and After</title>
|
0
|
6 </head>
|
|
7 <body>
|
|
8 <div class="tpR">
|
33
|
9 <h1>Preprocessing</h1>
|
|
10 <p>
|
|
11 Preprocessing of an `r datasetsource` DataSet, issued from
|
|
12 `r technology`
|
|
13 technology.
|
|
14 </p>
|
|
15 <h2>Used methods for each step</h2>
|
0
|
16
|
33
|
17 <h3>Background correction methods</h3>
|
|
18 <pre>method : `r listArguments[["backgroundcorrection_method"]]`</pre>
|
|
19 <h3>Normalization methods</h3>
|
|
20 <pre>method : `r listArguments[["normalization_method"]]`</pre>
|
|
21 <h3>Summarization methods</h3>
|
|
22 <pre>method : `r listArguments[["summary_method"]]`</pre>
|
|
23 <h2>Boxplots</h2>
|
|
24 <h3>Before NM</h3>
|
|
25 <p>
|
|
26 <br>
|
|
27 <img src="boxplot_before_NM.png" width="100%" height="auto" alt="">
|
|
28 <br>
|
|
29 </p>
|
|
30 <h3>After NM</h3>
|
|
31 <p>
|
|
32 <br>
|
|
33 <img src="boxplot_after_NM.png" width="100%" height="auto" alt="">
|
|
34 <br>
|
|
35 </p>
|
|
36 <h2>MA plots</h2>
|
|
37 <p>
|
|
38 <br>
|
|
39 <img src="MA_plot.png" width="100%" height="auto" alt="">
|
|
40 <br>
|
|
41 </p>
|
|
42 <h2>Densities plot</h2>
|
|
43 <h3>Before NM</h3>
|
|
44 <p>
|
|
45 <br>
|
|
46 <img src="densities_plot_before_NM.png" width="100%" height="auto" alt="">
|
|
47 <br>
|
|
48 </p>
|
|
49 <h3>After NM</h3>
|
|
50 <p>
|
|
51 <br>
|
|
52 <img src="densities_plot_after_NM.png" width="100%" height="auto" alt="">
|
|
53 <br>
|
|
54 </p>
|
|
55 </div>
|
0
|
56 </body>
|
33
|
57 </html> |