File: test.html

package info (click to toggle)
python-weblogo 3.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,700 kB
  • sloc: xml: 14,455; python: 10,384; sh: 140; makefile: 58
file content (598 lines) | stat: -rw-r--r-- 14,494 bytes parent folder | download | duplicates (2)
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="stylesheet" type="text/css" href="logo.css" >

<title>WebLogo 3 - Tests </title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<meta name="author" content="Gavin E. Crooks" >
<meta name="ID" content="$ID:" >

<style type="text/css">
td {
    border-left : white solid 4pt
}
.error { 
    color: #900;
    border-left: red solid +4pt;
}

.err_msg { 
    color: #900;
}

</style>
</head>

<body style="align:center">


<table width="80%" border = '0' cellspacing='0' cellpadding='1' align="center">
<tr><td >
<h1> WebLogo 3: Tests</h1>

</td><td align = "right"> 
    &middot; 
  <a href="./">about</a>&nbsp;&middot;
  <a href="create.cgi">create</a>&nbsp;&middot; 
  <a href="examples.html">examples</a>&nbsp;&middot; 
  <a href="manual.html">manual</a>&nbsp;&middot; 
<br>
&nbsp;
</td></tr>

<tr><td colspan='2'>

Various tests of the WebLogo webapp. <br >

<hr >

<dl>
<dt>Relative Entropy Test</dt>
<dd>
The entropy should be 2 bits, 1 bit, 0 bits
(The small sample correction should be turned off.) 
<br >
<form method="post" action="create.cgi">
<input type="submit" name="cmd_edit" value="Edit" >
<input type="submit" name="cmd_create" value="Create" >
<input type="hidden" name="show_yaxis" value="true" >
<input type="hidden" name="show_xaxis" value="true" >
<input type="hidden" name="show_fineprint" value="true" >
<input type="hidden" name="show_errorbars" value="true" >
<input type="hidden" name="download" value="true" >
<input type="hidden" name="composition" value="comp_none" >

<input type="hidden" name="sequences" value=
">
GTTGTTGTTGTT
>
GTCGTCGTCGTC
>
GGGGGGGGGGGG
>
GGAGGAGGAGGA
" >
</form>
</dd>


<dt>Title And Labels Test</dt>
<dd>
Replace and display x-label, y-label and title. 
<form method="post" action="create.cgi">
<input type="submit" name="cmd_edit" value="Edit" >
<input type="submit" name="cmd_create" value="Create" >
<input type="hidden" name="show_yaxis" value="true" >
<input type="hidden" name="show_xaxis" value="true" >
<input type="hidden" name="show_fineprint" value="true" >
<input type="hidden" name="show_errorbars" value="true" >
<input type="hidden" name="download" value="true" >

<input type="hidden" name="yaxis_label" value="The Y-axis" > 
<input type="hidden" name="xaxis_label" value="The X-axis" > 
<input type="hidden" name="logo_title" value="This is the TITLE" > 
<input type="hidden" name="sequences" value=
">
AAAGTGAAAGTGAAAGTGAAAGTG
>
AAAGCGAAAGCGAAAGCGAAAGCG
>
TGCCCTTGCCCTTGCCCTTGCCCT
>
TGCCTTTGCCTTTGCCTTTGCCTT
" >
</form>

Same, but do not show axes
<form method="post" action="create.cgi">
<input type="submit" name="cmd_edit" value="Edit" >
<input type="submit" name="cmd_create" value="Create" >
<input type="hidden" name="show_fineprint" value="true" >
<input type="hidden" name="show_errorbars" value="true" >
<input type="hidden" name="download" value="true" >

<input type="hidden" name="yaxis_label" value="This is the Y-axis" > 
<input type="hidden" name="xaxis_label" value="This is the X-axis" > 
<input type="hidden" name="logo_title" value="This is the TITLE" > 
<input type="hidden" name="sequences" value=
">
AAAGTGAAAGTGAAAGTGAAAGTG
>
AAAGCGAAAGCGAAAGCGAAAGCG
>
TGCCCTTGCCCTTGCCCTTGCCCT
>
TGCCTTTGCCTTTGCCTTTGCCTT
" >
</form>
</dd>



<dt>Format Test</dt>
<dd>
Ensure that this logo can be created in each of the available formats
<form method="post" action="create.cgi">
<input type="submit" name="cmd_edit" value="Edit" >
<input type="submit" name="cmd_create" value="Create" >
<input type="hidden" name="show_yaxis" value="true" >
<input type="hidden" name="show_xaxis" value="true" >
<input type="hidden" name="show_fineprint" value="true" >
<input type="hidden" name="show_errorbars" value="true" >
<input type="hidden" name="download" value="true" >

Format: <select name="format">
<option value="png_print">PNG</option>
<option value="png">PNG (low res.)</option>
<option value="jpeg">JPEG (low res.)</option>
<option value="eps">EPS (vector)</option>
<option value="pdf">PDF (vector)</option>
<option value="logodata">data</option>
</select> 

<input type="hidden" name="sequences" value=
">
AAAGTGAAAGTGAAAGTGAAAGTG
>
AAAGCGAAAGCGAAAGCGAAAGCG
>
TGCCCTTGCCCTTGCCCTTGCCCT
>
TGCCTTTGCCTTTGCCTTTGCCTT
" >
</form>
</dd>




<dt>Test Alphabetic Order</dt>
<dd>
Each character in each stack has the same entropy. The letters
should be alphabetized, top down.
<form method="post" action="create.cgi">
<input type="submit" name="cmd_edit" value="Edit" >
<input type="submit" name="cmd_create" value="Create" >
<input type="hidden" name="show_yaxis" value="true" >
<input type="hidden" name="show_xaxis" value="true" >
<input type="hidden" name="show_fineprint" value="true" >
<input type="hidden" name="show_errorbars" value="true" >
<input type="hidden" name="download" value="true" >
<input type="hidden" name="composition" value="comp_none" >
(NA)
<input type="hidden" name="sequences" value=
">
AAAGTG
>
AAAGCG
>
TGCCCT
>
TGCCTT
" >
</form>

<form method="post" action="create.cgi">
<input type="submit" name="cmd_edit" value="Edit" >
<input type="submit" name="cmd_create" value="Create" >
<input type="hidden" name="show_yaxis" value="true" >
<input type="hidden" name="show_xaxis" value="true" >
<input type="hidden" name="composition" value = "comp_none" >
<input type="hidden" name="show_fineprint" value="true" >
<input type="hidden" name="show_errorbars" value="true" > (AA)
<input type="hidden" name="download" value="true" >
<input type="hidden" name="sequences" value=
">
PK
>
PK
>
VH
>
VH
>
KG
>
KG
" >
</form>
</dd>



<dt>One Single Column</dt>
<dd>
Should not die just because there is only 1 stack.
<form method="post" action="create.cgi">
<input type="submit" name="cmd_edit" value="Edit" >
<input type="submit" name="cmd_create" value="Create" >
<input type="hidden" name="download" value="true" >
<input type="hidden" name="sequences" value=
">
A
>
A
>
G
>
G
>
G
>
G
" >
</form>
</dd>


<dt> Small Sample Correction Test</dt>
<dd>
The samples per column decrease from 32 (left) to 1 (right).
Before the small sample correction the relative entropy of each stack
is 2 bits. 
<form method="post" action="create.cgi">
<input type="submit" name="cmd_edit" value="Edit" >
<input type="submit" name="cmd_create" value="Create" >
<input type="hidden" name="show_yaxis" value="true" >
<input type="hidden" name="show_xaxis" value="true" >
<input type="hidden" name="download" value="true" >
<input type="hidden" name="show_fineprint" value="true" >
<select name="composition" >
<option value = "comp_none" >No adjustment for composition</option>
<option value = "comp_auto" >auto</option>
</select>

<input type="hidden" name="sequences" value=
">
GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
>
GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG-
>
GGGGGGGGGGGGGGGGGGGGGGGGGGGGGG--
>
GGGGGGGGGGGGGGGGGGGGGGGGGGGGG---
>
GGGGGGGGGGGGGGGGGGGGGGGGGGGG----
>
GGGGGGGGGGGGGGGGGGGGGGGGGGG-----
>
GGGGGGGGGGGGGGGGGGGGGGGGGG------
>
GGGGGGGGGGGGGGGGGGGGGGGGG-------
>
GGGGGGGGGGGGGGGGGGGGGGGG--------
>
GGGGGGGGGGGGGGGGGGGGGGG---------
>
GGGGGGGGGGGGGGGGGGGGGG----------
>
GGGGGGGGGGGGGGGGGGGGG-----------
>
GGGGGGGGGGGGGGGGGGGG------------
>
GGGGGGGGGGGGGGGGGGG-------------
>
GGGGGGGGGGGGGGGGGG--------------
>
GGGGGGGGGGGGGGGG----------------
>
GGGGGGGGGGGGGGG-----------------
>
GGGGGGGGGGGGGG------------------
>
GGGGGGGGGGGGG-------------------
>
GGGGGGGGGGGG--------------------
>
GGGGGGGGGGG---------------------
>
GGGGGGGGGG----------------------
>
GGGGGGGGG-----------------------
>
GGGGGGGG------------------------
>
GGGGGGG-------------------------
>
GGGGGG--------------------------
>
GGGGG---------------------------
>
GGGG----------------------------
>
GGG-----------------------------
>
GG------------------------------
>
G-------------------------------
" >
</form>
</dd>



<dt> Test Graceful Failure</dt>
<dd>
Each of these tests should result in a polite and informative error message.
<form method="post" action="create.cgi">
<input type="submit" name="cmd_create" value="Fail: No sequence data" >
<input type="hidden" name="show_yaxis" value="true" >
<input type="hidden" name="show_xaxis" value="true" >
<input type="hidden" name="show_fineprint" value="true" >
<input type="hidden" name="download" value="true" >
<input type="hidden" name="show_errorbars" checked="checked" >
<input type="hidden" name="sequences" value="" >
</form>

<form method="post" action="create.cgi">
<input type="submit" name="cmd_create" value="Fail: Malformed sequences" >
<input type="hidden" name="show_yaxis" value="true" >
<input type="hidden" name="download" value="true" >
<input type="hidden" name="show_xaxis" value="true" >
<input type="hidden" name="show_fineprint" value="true" >
<input type="hidden" name="show_errorbars" checked="checked" >
<input type="hidden" name="sequences" value="
asdajksgh
>
GGGGGGGGGGGGGG------------------
>
GGGGGGGGGGGGG-------------------
>
" >
</form>

<form method="post" action="create.cgi">
<input type="submit" name="cmd_create" value="Fail: Unknown format" >
<input type="hidden" name="format" value="NO_SUCH_FORMAT" >
<input type="hidden" name="show_yaxis" value="true" >
<input type="hidden" name="show_xaxis" value="true" >
<input type="hidden" name="show_fineprint" value="true" >
<input type="hidden" name="show_errorbars" checked="checked" >
<input type="hidden" name="download" value="true" >
<input type="hidden" name="sequences" value=">
GGGGGGGGGGGGGG------------------
>
GGGGGGGGGGGGG-------------------
>
" >
</form>

<form method="post" action="create.cgi">
<input type="submit" name="cmd_create" value="Fail: Malformed data" >
<input type="hidden" name="show_yaxis" value="true" >
<input type="hidden" name="show_xaxis" value="true" >
<input type="hidden" name="download" value="true" >
<input type="hidden" name="show_fineprint" value="true" >
<input type="hidden" name="show_errorbars" checked="checked" >
<input type="hidden" name="sequences" value=">
GGGGGGGGGGGGGG------------------
>
GGGGGGGGGGGGG------------------
>
" >
</form>


</dd>



<dt> Logo Sizes</dt>
<dd>
Same sequences, three different sizes.
<form method="post" action="create.cgi">
<input type="submit" name="cmd_edit" value="Edit" >
<input type="hidden" name="download" value="true" >
<input type="submit" name="cmd_create" value="Create" >
<input type="hidden" name="show_yaxis" value="true" >
<input type="hidden" name="show_xaxis" value="true" >
<input type="hidden" name="show_fineprint" value="true" >
Size: 
<select name="stack_width" >
<option  selected="selected" >small</option>
<option >medium</option>
<option  >large</option>
</select> 


<input type="hidden" name="sequences" value=
">aldB -18->4
attcgtgatagctgtcgtaaag
>ansB 103->125
ttttgttacctgcctctaactt
>araB1 109->131
aagtgtgacgccgtgcaaataa
>araB2 147->169 
tgccgtgattatagacactttt
>cdd 1 107->129
atttgcgatgcgtcgcgcattt
>cdd 2 57->79
taatgagattcagatcacatat
>crp 1 115->137
taatgtgacgtcctttgcatac
>crp 2
gaaggcgacctgggtcatgctg
>cya 151->173 
aggtgttaaattgatcacgttt
>cytR 1 125->147
cgatgcgaggcggatcgaaaaa
>cytR 2 106->128
aaattcaatattcatcacactt
>dadAX 1 95->117
agatgtgagccagctcaccata
>dadAX 2 32->54
agatgtgattagattattattc
>deoP2 1 75->97
aattgtgatgtgtatcgaagtg
>deoP2 2 128->150 
ttatttgaaccagatcgcatta
>fur 136->158
aaatgtaagctgtgccacgttt
>gal 56->78
aagtgtgacatggaataaatta
>glpACB (glpTQ) 1 54->76  
ttgtttgatttcgcgcatattc
>glpACB (glpTQ) 2 94->116
aaacgtgatttcatgcgtcatt
>glpACB (glpTQ) 144->166 
atgtgtgcggcaattcacattt
>glpD (glpE) 95->117 
taatgttatacatatcactcta
>glpFK 1 120->142
ttttatgacgaggcacacacat
>glpFK 2 95->117
aagttcgatatttctcgttttt
>gut (srlA) 72->94
ttttgcgatcaaaataacactt
>ilvB 87->109
aaacgtgatcaacccctcaatt
>lac 1 (lacZ) 88->110
taatgtgagttagctcactcat
>lac 2 (lacZ) 16->38 
aattgtgagcggataacaattt
>malEpKp1 110->132
ttgtgtgatctctgttacagaa
>malEpKp2 139->161
TAAtgtggagatgcgcacaTAA
>malEpKp3 173->195
TTTtgcaagcaacatcacgAAA
>malEpKp4 205->227
GACctcggtttagttcacaGAA
>malT 121->143
aattgtgacacagtgcaaattc
>melR 52->74
aaccgtgctcccactcgcagtc
>mtl 302->324
TCTTGTGATTCAGATCACAAAG
>nag 156->178
ttttgtgagttttgtcaccaaa
>nupG2 97->119
aaatgttatccacatcacaatt
>nupG1 47->69
ttatttgccacaggtaacaaaa
>ompA 166->188
atgcctgacggagttcacactt
>ompR 161->183
taacgtgatcatatcaacagaa
>ptsH A 316->338
Ttttgtggcctgcttcaaactt
>ptsH B 188->210
ttttatgatttggttcaattct
>rhaS (rhaB) 161->183 
aattgtgaacatcatcacgttc
>rot 1 (ppiA) 182->204 
ttttgtgatctgtttaaatgtt
>rot 2 (ppiA) 129->151
agaggtgattttgatcacggaa
>tdcA 60->82
atttgtgagtggtcgcacatat
>tnaL 73->95
gattgtgattcgattcacattt
>tsx 2 146->168
gtgtgtaaacgtgaacgcaatc
>tsx 1 107->129
aactgtgaaacgaaacatattt
>uxuAB 165->187
TCTTGTGATGTGGTTAACCAAT
" >
</form>
</dd>




</dl>



<dl>
<dt>Transfac test</dt>
<dd>
<br >
<form method="post" action="create.cgi">
<input type="submit" name="cmd_edit" value="Edit" >
<input type="submit" name="cmd_create" value="Create" >
<input type="hidden" name="show_yaxis" value="true" >
<input type="hidden" name="show_xaxis" value="true" >
<input type="hidden" name="show_fineprint" value="true" >
<input type="hidden" name="show_errorbars" value="true" >
<input type="hidden" name="download" value="true" >

<input type="hidden" name="sequences" value=
"AC   M00001
XX
ID   V$MYOD_01
XX
DT   19.10.1992 (created); ewi.
DT   22.10.1997 (updated); dbo.
CO   Copyright (C), Biobase GmbH.
XX
NA   MyoD
XX
DE   myoblast determination gene product
XX
BF   T00526 MyoD; Species: mouse, Mus musculus.
XX
PO      A      C      G      T
01      1      2      2      0      S
02      2      1      2      0      R
03      3      0      1      1      A
04      0      5      0      0      C
05      5      0      0      0      A
06      0      0      4      1      G
07      0      1      4      0      G
08      0      0      0      5      T
09      0      0      5      0      G
10      0      1      2      2      K
11      0      2      0      3      Y
12      1      0      3      1      G
XX
BA   5 functional elements in 3 genes
XX
CC   no comment
XX
//   
" >
</form>
</dd>



</td></tr>




</table>

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-5951066-1");
pageTracker._trackPageview();
</script>
</body></html>