Mercurial > repos > sblanck > smagexp
comparison AffyQCnormalization_tpl.html @ 0:1024245abc70 draft
planemo upload for repository https://github.com/sblanck/smagexp/tree/master/smagexp_tools commit 5974f806f344dbcc384b931492d7f023bfbbe03b
author | sblanck |
---|---|
date | Thu, 22 Feb 2018 08:38:22 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1024245abc70 |
---|---|
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <meta http-equiv="Content-type" content="text/html; charset=utf-8"> | |
5 <meta name="viewport" content="width=device-width,initial-scale=1"> | |
6 <title>Quality Control</title> | |
7 | |
8 </head> | |
9 | |
10 <body> | |
11 | |
12 <h2>Raw data</h2> | |
13 <table><tr><td> | |
14 <img src='###IMAGES###' width="800"><br/> | |
15 </td></tr></table> | |
16 | |
17 <table><tr><td> | |
18 <img src='###BOXPLOT###' width="800"><br/> | |
19 </td></tr></table> | |
20 | |
21 <table><tr><td> | |
22 <img src='###PLOTMA###' width="800"><br/> | |
23 </td></tr></table> | |
24 | |
25 | |
26 | |
27 <h2>Normalized data</h2> | |
28 <table><tr><td> | |
29 <img src='###BOXPLOTNORM###' width="800"><br/> | |
30 </td></tr></table> | |
31 | |
32 <table><tr><td> | |
33 <img src='###PLOTMANORM###' width="800"><br/> | |
34 </td></tr></table> | |
35 | |
36 </body> | |
37 </html> |