2 # User interface for a signal peptide finder using a genentech-generated HMMER model
3 # This file modified by Evan 9 / 16 / 05
8 our $page = CXGN
::Page
->new("Signal Peptide Finder Input Form", "Evan");
9 $page->header("Signal Peptide Finder",'Signal peptide finder');
13 <p> This method of searching for signal sequences is designed to complement
14 SignalP (currently at <a href="http://www.cbs.dtu.dk/services/SignalP/">version 3.0</a>, against which this method was tested),
15 and in general has approximately the same success rates. The most important reason we wanted an alternative to SignalP
16 is that SignalP has been trained entirely on animal sequences; there are some plant-only protein families that it doesn't
17 perform as well on as SGN (being mainly interested in plant families) would prefer.</p>
18 <p> The sequences are HMMSEARCHed with a static <a href="http://hmmer.janelia.org/">HMMER 2.3.2</a>
19 model created exclusively from tomato, pepper, tobacco and <a href="http://www.arabidopsis.org/"><i>Arabidopsis</i></a>
20 sequences experimentally determined to have very high probability of being secreted.</p>
21 <p><b>Enter a single plaintext sequence or a series of FASTA sequences.</b></p>
22 <!-- <p>Please use the <a href="http://bcf.arl.arizona.edu/resources/docs/iupac.php">IUPAC amino acid alphabet</a>. -->
23 <p>Please use the <a href="http://embnet.ccg.unam.mx/docs/perl-doc/bioperl.html#amino%20acid%20alphabet">IUPAC amino acid alphabet</a>.
24 <!-- <p>Please use the <a href="http://doc.bioperl.org/bioperl-live/Bio/Tools/IUPAC.html">IUPAC amino acid alphabet</a>. -->
25 Exceptions: B, X and Z are not accepted; * (denoting the end of a sequence) is accepted.
27 Sequences are truncated before processing. It isn't likely we actually consider more than the first 50 symbols.
29 The more sequences you submit at once, the nicer the score histogram in the output will look.
31 <form name="sigseq_form" method="post" action="sigpep_find.pl" enctype="multipart/form-data">
32 <table summary="" width="100%" border="0" cellpadding="5">
34 <td width="40%" valign="top" rowspan="4">
35 <textarea name="sequences" rows="8" cols="44"></textarea>
36 <p>And/or select file:</p>
37 <input type="file" name="filename" size="28" />
41 <input type="radio" name="display_opt" value="filter" checked="checked" />filter output
44 only display output with scores better than the cutoff(s) below
49 <br /><input type="radio" name="display_opt" value="color" />show all output, use colors
52 display all output scores, good ones in green, bad in red, according to the cutoff(s) below
57 <input type="checkbox" name="use_eval_cutoff" checked="checked" />use E-value cutoff:
58 <br /> <input type="text" name="eval_cutoff" size="7" maxlength="6" value="2" />
61 set a threshold for displaying/not displaying output or for displaying in red vs. green
66 <input type="checkbox" name="use_bval_cutoff" checked="checked" />use bit-value cutoff:
67 <br /> <input type="text" name="bval_cutoff" size="7" maxlength="6" value="0" />
70 another display threshold (each threshold is a possible restriction on output)
74 <input type="reset" value="Reset" />
75 <input type="submit" value="Submit" />