Find sequence patterns and motifs in protein sequences using regular expressions. Search for conserved domains and functional sites.
RGD (exact match), C.{2,4}C (Cys separated by 2-4 aa), [ST]P (Ser or Thr before Pro) Protein Pattern Search finds specific amino acid patterns and motifs in protein sequences using regular expressions. Search for functional sites, conserved domains, binding motifs, and post-translational modification sites.
Find protein patterns in 3 steps:
This tool is useful when you need to:
Sample protein sequence:
Sequence: MASRGDKCELSPQRGDCKTSG
Pattern: RGD Try the Example button for a demo.
Pattern matches found:
Found 2 matches for pattern "RGD":
Match 1 at position 4-6: RGD
Match 2 at position 15-17: RGD Shows position and matched sequence.
Q: What pattern syntax is supported?
A: Standard regex: . (any), [] (set), {n,m} (repeat), [^] (not), + (one or more).
Q: Can I search multiple sequences?
A: Yes, paste multiple FASTA sequences and all will be searched.