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
|
<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">
NUCLEIC GENE FINDING
</font></b>
</td></tr>
</table>
<br>
<p>
<!--END OF HEADER-->
Predictions of genes and other genomic features
<p>
<table border cellpadding=4 bgcolor="#FFFFF0">
<tr><th>Program name</th><th>Description</th></tr>
<tr>
<td><a href="checktrans.html">checktrans</a></td>
<td>
Report STOP codons and ORF statistics of a protein
</td>
</tr>
<tr>
<td><a href="getorf.html">getorf</a></td>
<td>
Find and extract open reading frames (ORFs)
</td>
</tr>
<tr>
<td><a href="marscan.html">marscan</a></td>
<td>
Find matrix/scaffold recognition (MRS) signatures in DNA sequences
</td>
</tr>
<tr>
<td><a href="plotorf.html">plotorf</a></td>
<td>
Plot potential open reading frames in a nucleotide sequence
</td>
</tr>
<tr>
<td><a href="showorf.html">showorf</a></td>
<td>
Display a nucleotide sequence and translation in pretty format
</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="syco.html">syco</a></td>
<td>
Draw synonymous codon usage statistic plot for a nucleotide sequence
</td>
</tr>
<tr>
<td><a href="tcode.html">tcode</a></td>
<td>
Identify protein-coding regions using Fickett TESTCODE statistic
</td>
</tr>
<tr>
<td><a href="wobble.html">wobble</a></td>
<td>
Plot third base position variability in a nucleotide sequence
</td>
</tr>
</table>
</BODY>
</HTML>
|