-
Notifications
You must be signed in to change notification settings - Fork 0
/
display_group.html
150 lines (117 loc) · 2.24 KB
/
display_group.html
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
<HTML>
<HEAD>
<TITLE>
EMBOSS
</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" text="#000000">
<table align=center border=0 cellspacing=0 cellpadding=0>
<tr><td valign=top>
<A HREF="/" ONMOUSEOVER="self.status='Go to the EMBOSS home page';return true"><img border=0 src="emboss_icon.jpg" alt="" width=150 height=48></a>
</td>
<td align=left valign=middle>
<b><font size="+6">
DISPLAY
</font></b>
</td></tr>
</table>
<br>
<p>
<!--END OF HEADER-->
Publication-quality display
<p>
<table border cellpadding=4 bgcolor="#FFFFF0">
<tr><th>Program name</th><th>Description</th></tr>
<tr>
<td><a href="abiview.html">abiview</a></td>
<td>
Reads ABI file and display the trace
</td>
</tr>
<tr>
<td><a href="cirdna.html">cirdna</a></td>
<td>
Draws circular maps of DNA constructs
</td>
</tr>
<tr>
<td><a href="lindna.html">lindna</a></td>
<td>
Draws linear maps of DNA constructs
</td>
</tr>
<tr>
<td><a href="pepnet.html">pepnet</a></td>
<td>
Displays proteins as a helical net
</td>
</tr>
<tr>
<td><a href="pepwheel.html">pepwheel</a></td>
<td>
Shows protein sequences as helices
</td>
</tr>
<tr>
<td><a href="prettyplot.html">prettyplot</a></td>
<td>
Displays aligned sequences, with colouring and boxing
</td>
</tr>
<tr>
<td><a href="prettyseq.html">prettyseq</a></td>
<td>
Output sequence with translated ranges
</td>
</tr>
<tr>
<td><a href="remap.html">remap</a></td>
<td>
Display sequence with restriction sites, translation etc
</td>
</tr>
<tr>
<td><a href="seealso.html">seealso</a></td>
<td>
Finds programs sharing group names
</td>
</tr>
<tr>
<td><a href="showalign.html">showalign</a></td>
<td>
Displays a multiple sequence alignment
</td>
</tr>
<tr>
<td><a href="showdb.html">showdb</a></td>
<td>
Displays information on the currently available databases
</td>
</tr>
<tr>
<td><a href="showfeat.html">showfeat</a></td>
<td>
Show features of a sequence
</td>
</tr>
<tr>
<td><a href="showseq.html">showseq</a></td>
<td>
Display a sequence with features, translation etc
</td>
</tr>
<tr>
<td><a href="sixpack.html">sixpack</a></td>
<td>
Display a DNA sequence with 6-frame translation and ORFs
</td>
</tr>
<tr>
<td><a href="textsearch.html">textsearch</a></td>
<td>
Search sequence documentation. Slow, use SRS and Entrez!
</td>
</tr>
</table>
</BODY>
</HTML>