fuzzpro uses PROSITE style patterns to
search protein sequences.
Here is a sample session with fuzzpro:
% fuzzpro
Input sequence: sw:*
Search pattern: [FY]-[LIV]-G-[DE]-E-A-Q-x-[RKQ](2)-G
Number of mismatches [0]:
Output file [5h1d_fugru.fuzzpro]:
Mandatory qualifiers:
- [-sequence] (seqall)
-
Sequence database USA.
- -pattern (string)
-
The standard IUPAC one-letter codes for the amino acids are used. The
letter x is used for a position where any amino
acid is accepted. Ambiguities are indicated by listing the acceptable
amino acids for a given position between square brackets. For
example, [ALT] stands for Ala, Leu, or Thr.
Ambiguities are also indicated by listing the amino acids that are
not accepted at a given position in curly brackets. For example,
{AM} stands for any amino acid except Ala and Met.
Each element in a pattern is separated from its neighbor by a dash.
(Optional in fuzzpro.)
Repetition of an element of the pattern is indicated by following
that element with a numerical value or a numerical range between
parenthesis. For example, x(3) corresponds to
x-x-x, while x(2,4) corresponds
to x-x, x-x-x, or
x-x-x-x. When a pattern is restricted to either
the N- or C-terminal of a sequence, that pattern either starts with a
"<" symbol or ends with a
">" symbol, respectively. A
period ends the pattern. (Optional in fuzzpro.)
For example, [DE](2)HS{P}X(2)PX(2,4)C8.
- -mismatch (integer)
-
Number of mismatches.
- [-outfile] (report)
-
Output report filename.
|