Back to "Biological Language Modeling Seminar Topics"
Back to "Protein sequence analysis"
FASTA
Pearson and Lipman, 1988
pairwise alignment
sequence A - - W I V - -
sequence B - - W I V - -
Fasta looks for a matching region (n=3), then extends the alignment left and right
Step 1. Simple indexing
Step 2. identify match
Step 3. start alignment
faster than dynamic programming, but less sensitive