Search Database for Sequence Pattern
This program allows you to search protein databases for occurrences of any sequence string, such as YEEI or PXXP. The output consists of a list of protein IDs matching that string, including the number of occurrences within each protein (in case there are multiple YEEI matches, for example). Leaving a position blank means no restriction exists; placing an X there requires some amino acid to be in that position.
Wildcards:
$ Aliphatic residues (GAVILM)
! Polar uncharged residues (STNQ)
# Positive residues (HKR)
& Negative residues (DE)
@ Aromatic residues (FYW)
X Any residue
Scansite Home Page