BLAST : Basic local alignment search tool

78
BLAST: Basic local alignment search tool Courtesy of Jonathan Pevsner Johns Hopkins U. B L A S T !

description

BLAST : Basic local alignment search tool. T. B. S. !. L. A. Courtesy of Jonathan Pevsner Johns Hopkins U. Outline of today’s lecture. Summary of key points about pairwise alignment Introduction to BLAST: practical guide to database searching The BLAST algorithm - PowerPoint PPT Presentation

Transcript of BLAST : Basic local alignment search tool

Page 1: BLAST : Basic local alignment  search tool

BLAST:Basic local alignment

search tool

Courtesy of Jonathan Pevsner Johns Hopkins U.

B L A S T !

Page 2: BLAST : Basic local alignment  search tool

Outline of today’s lecture

• Summary of key points about pairwise alignment

• Introduction to BLAST: practical guide to database searching

• The BLAST algorithm

• BLAST search strategies

Page 3: BLAST : Basic local alignment  search tool

Pairwise alignment: key points

• Pairwise alignments allow us to describe the percent identity two sequences share, as well as the percent similarity

• The score of a pairwise alignment includes positive values for exact matches, and other scores for mismatches and gaps

• PAM and BLOSUM matrices provide a set of rules for assigning scores. PAM10 and BLOSUM80 are examples of matrices appropriate for the comparison of closely related sequences. PAM250 and BLOSUM30 are examples of matrices used to score distantly related proteins.

• Global and local alignments can be made.

Page 4: BLAST : Basic local alignment  search tool

BLAST

BLAST (Basic Local Alignment Search Tool)allows rapid sequence comparison of a querysequence against a database.

The BLAST algorithm is fast, accurate, and web-accessible.

page 87

Page 5: BLAST : Basic local alignment  search tool

Why use BLAST?

BLAST searching is FUNDAMENTAL to understandingthe relatedness of any favorite query sequenceto other known proteins or DNA sequences.

Applications include• identifying orthologs and paralogs• discovering new genes or proteins• discovering variants of genes or proteins• investigating expressed sequence tags (ESTs)• exploring protein structure and function

page 88

Page 6: BLAST : Basic local alignment  search tool

Four components to a BLAST search

(1) Choose the sequence (query)

(2) Select the BLAST program

(3) Choose the database to search

(4) Choose optional parameters

Then click “BLAST”

page 88

Page 7: BLAST : Basic local alignment  search tool

Fig. 4.1page 89

Page 8: BLAST : Basic local alignment  search tool

Fig. 4.2page 90

Page 9: BLAST : Basic local alignment  search tool

Step 1: Choose your sequence

Sequence can be input in FASTA format or as accession number

page 89

Page 10: BLAST : Basic local alignment  search tool

Example of the FASTA format for a BLAST query

Fig. 2.10page 32

Page 11: BLAST : Basic local alignment  search tool

Step 2: Choose the BLAST program

Page 12: BLAST : Basic local alignment  search tool

Step 2: Choose the BLAST program

blastn (nucleotide BLAST)

blastp (protein BLAST)

tblastn (translated BLAST)

blastx (translated BLAST)

tblastx (translated BLAST)

page 90

Page 13: BLAST : Basic local alignment  search tool

Choose the BLAST program

Program Input Database 1

blastn DNA DNA 1

blastp protein protein 6

blastx DNA protein 6

tblastn protein DNA 36

tblastx DNA DNAFig. 4.3page 91

Page 14: BLAST : Basic local alignment  search tool

DNA potentially encodes six proteins

page 92

5’ CAT CAA 5’ ATC AAC 5’ TCA ACT

5’ GTG GGT 5’ TGG GTA 5’ GGG TAG

5’ CATCAACTACAACTCCAAAGACACCCTTACACATCAACAAACCTACCCAC 3’3’ GTAGTTGATGTTGAGGTTTCTGTGGGAATGTGTAGTTGTTTGGATGGGTG 5’

Page 15: BLAST : Basic local alignment  search tool

Step 3: choose the database

nr = non-redundant (most general database)

dbest = database of expressed sequence tags

dbsts = database of sequence tag sites

gss = genomic survey sequences

htgs = high throughput genomic sequence

page 92-93

Page 16: BLAST : Basic local alignment  search tool

Step 4a: Select optional search parameters

CD search

page 93

Page 17: BLAST : Basic local alignment  search tool

Step 4a: Select optional search parameters

Entrez!

Filter

Scoring matrix

Word sizeExpect

organism

Fig. 4.5page 94

Page 18: BLAST : Basic local alignment  search tool

BLAST: optional parameters

You can... • choose the organism to search• turn filtering on/off• change the substitution matrix• change the expect (e) value• change the word size • change the output format

page 93

Page 19: BLAST : Basic local alignment  search tool

filtering Fig. 4.6page 95

Page 20: BLAST : Basic local alignment  search tool

Fig. 4.7page 95

Page 21: BLAST : Basic local alignment  search tool

Fig. 4.8page 96

Page 22: BLAST : Basic local alignment  search tool

Step 4b: optional formatting parameters

Alignment view

Descriptions

Alignments

page 97

Page 23: BLAST : Basic local alignment  search tool

(page 90)

Page 24: BLAST : Basic local alignment  search tool

taxonomy

database

query

program

Fig. 4.9page 98

Page 25: BLAST : Basic local alignment  search tool

taxonomy

page 97

Page 26: BLAST : Basic local alignment  search tool

page 99

Page 27: BLAST : Basic local alignment  search tool

High scores

low e values

Cut-off:.05?10-10?

page 99

Page 28: BLAST : Basic local alignment  search tool
Page 29: BLAST : Basic local alignment  search tool

BLAST format options

page 99

Page 30: BLAST : Basic local alignment  search tool

BLAST format options: multiple sequence alignment

Fig. 4.12page 100

Page 31: BLAST : Basic local alignment  search tool
Page 32: BLAST : Basic local alignment  search tool

Fig. 4.16page 108

We will get to thebottom of a BLASTsearch in a fewminutes…

Page 33: BLAST : Basic local alignment  search tool

BLAST: background on sequence alignment

There are two main approaches to sequencealignment:

[1] Global alignment (Needleman & Wunsch 1970)using dynamic programming to find optimalalignments between two sequences. (Although the alignments are optimal, the search is not exhaustive.) Gaps are permittedin the alignments, and the total lengths of bothsequences are aligned (hence “global”).

page 100

Page 34: BLAST : Basic local alignment  search tool

BLAST: background on sequence alignment

[2] The second approach is local sequence alignment (Smith & Waterman, 1980). The alignment may contain just a portion of either sequence, and is appropriate for finding matcheddomains between sequences. S-W is guaranteedto find optimal alignments, but it is computationally expensive (requires (O)n2 time).

BLAST and FASTA are heuristic approximations tolocal alignment. Each requires only (O)n2/k time;they examine only part of the search space.

page 100; 71

Page 35: BLAST : Basic local alignment  search tool

How a BLAST search works

“The central idea of the BLASTalgorithm is to confine attentionto segment pairs that contain aword pair of length w with a scoreof at least T.”

Altschul et al. (1990)

(page 101, 102)

Page 36: BLAST : Basic local alignment  search tool

How the original BLAST algorithm works: three phases

Phase 1: compile a list of word pairs (w=3)above threshold T

Example: for a human RBP query…FSGTWYA… (query word is in yellow)

A list of words (w=3) is:FSG SGT GTW TWY WYAYSG TGT ATW SWY WFAFTG SVT GSW TWF WYS

Fig. 4.13page 101

Page 37: BLAST : Basic local alignment  search tool

Phase 1: compile a list of words (w=3)

GTW 6,5,11 22neighborhood ASW 6,1,11 18word hits ATW 0,5,11 16> threshold NTW 0,5,11 16

GTY 6,5,2 13 GNW 10

neighborhood GAW 9word hits< below threshold

(T=11)

Fig. 4.13page 101

Page 38: BLAST : Basic local alignment  search tool

Pairwise alignment scoresare determined using a scoring matrix such asBlosum62

Page 61

A 4 R -1 5 N -2 0 6 D -2 -2 1 6 C 0 -3 -3 -3 9 Q -1 1 0 0 -3 5 E -1 0 0 2 -4 2 5 G 0 -2 0 -1 -3 -2 -2 6 H -2 0 1 -1 -3 0 0 -2 8 I -1 -3 -3 -3 -1 -3 -3 -4 -3 4 L -1 -2 -3 -4 -1 -2 -3 -4 -3 2 4 K -1 2 0 -1 -1 1 1 -2 -1 -3 -2 5 M -1 -2 -2 -3 -1 0 -2 -3 -2 1 2 -1 5 F -2 -3 -3 -3 -2 -3 -3 -3 -1 0 0 -3 0 6 P -1 -2 -2 -1 -3 -1 -1 -2 -2 -3 -3 -1 -2 -4 7 S 1 -1 1 0 -1 0 0 0 -1 -2 -2 0 -1 -2 -1 4 T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -1 -1 -1 -2 -1 1 5 W -3 -3 -4 -4 -2 -2 -3 -2 -2 -3 -2 -3 -1 1 -4 -3 -2 11 Y -2 -2 -2 -3 -2 -1 -2 -3 2 -1 -1 -2 -1 3 -3 -2 -2 2 7 V 0 -3 -3 -3 -1 -2 -2 -3 -3 3 1 -2 1 -1 -2 -2 0 -3 -1 4 A R N D C Q E G H I L K M F P S T W Y V

Page 39: BLAST : Basic local alignment  search tool

How a BLAST search works: 3 phases

Phase 2:

Scan the database for entries that match the compiled list.

This is fast and relatively easy.

Fig. 4.13page 101

Page 40: BLAST : Basic local alignment  search tool

How a BLAST search works: 3 phases

Phase 3: when you manage to find a hit(i.e. a match between a “word” and a databaseentry), extend the hit in either direction.

Keep track of the score (use a scoring matrix)

Stop when the score drops below some cutoff.

KENFDKARFSGTWYAMAKKDPEG 50 RBP (query)

MKGLDIQKVAGTWYSLAMAASD. 44 lactoglobulin (hit)

Hit!extendextend

page 101

Page 41: BLAST : Basic local alignment  search tool

How a BLAST search works: 3 phases

Phase 3:

In the original (1990) implementation of BLAST,hits were extended in either direction.

In a 1997 refinement of BLAST, two independenthits are required. The hits must occur in closeproximity to each other. With this modification,only one seventh as many extensions occur,greatly speeding the time required for a search.

page 102

Page 42: BLAST : Basic local alignment  search tool

How a BLAST search works: threshold

You can modify the threshold parameter.

The default value for blastp is 11.

To change it, enter “-f 16” or “-f 5” in the advanced options.

page 102

Page 43: BLAST : Basic local alignment  search tool

Changing threshold for blastp nr RBP

Expect 10

(T=11)

1

(T=11)

10,000

(T=11)

10

(T=5)

10

(T=11)

10

(T=16)

10

(BL45)

10

(PAM70)

#hits to db 129m 129m 129m 112m 112m 112m 386m 129m

#sequences 1,043,455 1.0m 1.0m 907,000 907,000 907,000 1.0m 1.0m

#extensions 5.2m 5.2m 5.2m 508m 4.5m 73,788 30.2m 19.5m

#successful

extensions

8,367 8,367 8,367 11,484 7,288 1,147 9,088 13,873

#sequences

better than E

142 86 6,439 125 124 88 110 82

#HSPs>E

(no gapping)

53 46 6,099 48 48 48 60 66

#HSPs gapped

145 88 6,609 127 126 90 113 99

X1, X2, X3 16 (7.4 bits)

38 (14.6 bits)

64 (24.7 bits)

16

38

64

16

38

64

22

51

85

15

35

59

page 102

Page 44: BLAST : Basic local alignment  search tool

Changing threshold for blastp nr RBP

Expect 10

(T=11)

1

(T=11)

10,000

(T=11)

10

(T=5)

10

(T=11)

10

(T=16)

10

(BL45)

10

(PAM70)

#hits to db 129m 129m 129m 112m 112m 112m 386m 129m

#sequences 1,043,455 1.0m 1.0m 907,000 907,000 907,000 1.0m 1.0m

#extensions 5.2m 5.2m 5.2m 508m 4.5m 73,788 30.2m 19.5m

#successful

extensions

8,367 8,367 8,367 11,484 7,288 1,147 9,088 13,873

#sequences

better than E

142 86 6,439 125 124 88 110 82

#HSPs>E

(no gapping)

53 46 6,099 48 48 48 60 66

#HSPs gapped

145 88 6,609 127 126 90 113 99

X1, X2, X3 16 (7.4 bits)

38 (14.6 bits)

64 (24.7 bits)

16

38

64

16

38

64

22

51

85

15

35

59

page 102

Page 45: BLAST : Basic local alignment  search tool

Changing threshold for blastp nr RBP

Expect 10

(T=11)

1

(T=11)

10,000

(T=11)

10

(T=5)

10

(T=11)

10

(T=16)

10

(BL45)

10

(PAM70)

#hits to db 129m 129m 129m 112m 112m 112m 386m 129m

#sequences 1,043,455 1.0m 1.0m 907,000 907,000 907,000 1.0m 1.0m

#extensions 5.2m 5.2m 5.2m 508m 4.5m 73,788 30.2m 19.5m

#successful

extensions

8,367 8,367 8,367 11,484 7,288 1,147 9,088 13,873

#sequences

better than E

142 86 6,439 125 124 88 110 82

#HSPs>E

(no gapping)

53 46 6,099 48 48 48 60 66

#HSPs gapped

145 88 6,609 127 126 90 113 99

X1, X2, X3 16 (7.4 bits)

38 (14.6 bits)

64 (24.7 bits)

16

38

64

16

38

64

22

51

85

15

35

59

page 102

Page 46: BLAST : Basic local alignment  search tool

slower

faster

Se

arc

h s

pe

ed

lower T

higher T

page 102

Page 47: BLAST : Basic local alignment  search tool

better

worse

slower

faster

Se

ns

itiv

ity

Se

arc

h s

pe

ed

lower T

higher T

page 102

Page 48: BLAST : Basic local alignment  search tool

better

worse

slower

faster

Se

ns

itiv

ity

Se

arc

h s

pe

ed

small w

large w lower T

higher T

page 102

Page 49: BLAST : Basic local alignment  search tool

better

worse

slower

faster

Se

ns

itiv

ity

Se

arc

h s

pe

ed

small w

large w lower T

higher T

page 102, 97

For proteins, default word size is 3. (This yields a more accurate result than 2.)

Page 50: BLAST : Basic local alignment  search tool

How to interpret a BLAST search: expect value

It is important to assess the statistical significanceof search results.

For global alignments, the statistics are poorly understood.

For local alignments (including BLAST search results),the statistics are well understood. The scores follow an extreme value distribution (EVD) rather than a normal distribution.

page 103

Page 51: BLAST : Basic local alignment  search tool

x

pro

bab

ilit

y

normal distribution

0 1 2 3 4 5-1-2-3-4-5

0.05

0.10

0.15

0.20

0.25

0.30

0.35

0.40

0

Fig. 4.14page 103

Page 52: BLAST : Basic local alignment  search tool

x

pro

bab

ilit

y

extreme value distribution

normal distribution

The probability density function of the extreme value distribution (characteristic value u=0 and

decay constant =1)

0 1 2 3 4 5-1-2-3-4-5

0.05

0.10

0.15

0.20

0.25

0.30

0.35

0.40

0

Fig. 4.14page 103

Page 53: BLAST : Basic local alignment  search tool

Fig. 4.15page 104

Page 54: BLAST : Basic local alignment  search tool

The expect value E is the number of alignmentswith scores greater than or equal to score Sthat are expected to occur by chance in a database search.

An E value is related to a probability value p.

The key equation describing an E value is:

E = Kmn e-S

page 105

How to interpret a BLAST search: expect value

Page 55: BLAST : Basic local alignment  search tool

This equation is derived from a descriptionof the extreme value distribution

S = the score

E = the expect value = the number of high-scoring segment pairs (HSPs) expected to occur with a score of at least S

m, n = the length of two sequences

, K = Karlin Altschul statistics

E = Kmn e-S

page 105

Page 56: BLAST : Basic local alignment  search tool

Some properties of the equation E = Kmn e-S

• The value of E decreases exponentially with increasing S (higher S values correspond to better alignments). Very high scores correspond to very low E values.

•The E value for aligning a pair of random sequences must be negative! Otherwise, long random alignments would acquire great scores

• Parameter K describes the search space (database).

• For E=1, one match with a similar score is expected to occur by chance. For a very much larger or smaller database, you would expect E to vary accordingly

page 105-106

Page 57: BLAST : Basic local alignment  search tool

From raw scores to bit scores

• There are two kinds of scores: raw scores (calculated from a substitution matrix) and bit scores (normalized scores)

• Bit scores are comparable between different searches because they are normalized to account for the use of different scoring matrices and different database sizes

S’ = bit score = (S - lnK) / ln2

The E value corresponding to a given bit score is:E = mn 2 -S’

Bit scores allow you to compare results between differentdatabase searches, even using different scoring matrices.

page 106

Page 58: BLAST : Basic local alignment  search tool

The expect value E is the number of alignmentswith scores greater than or equal to score Sthat are expected to occur by chance in a database search. A p value is a different way ofrepresenting the significance of an alignment.

p = 1 - e-

page 106

How to interpret BLAST: E values and p values

Page 59: BLAST : Basic local alignment  search tool

Very small E values are very similar to p values. E values of about 1 to 10 are far easier to interpretthan corresponding p values.

E p10 0.999954605 0.993262052 0.864664721 0.632120560.1 0.09516258 (about 0.1)0.05 0.04877058 (about 0.05)0.001 0.00099950 (about 0.001)0.0001 0.0001000 Table 4.4

page 107

How to interpret BLAST: E values and p values

Page 60: BLAST : Basic local alignment  search tool

How to interpret BLAST: getting to the bottom

page 107

Page 61: BLAST : Basic local alignment  search tool

threshold score = 11

EVD parameters

BLOSUM matrix

Effective search space= mn= length of query x db length

10.0 is the E value

gap penalties

cut-off parameters Fig. 4.16page 108

Page 62: BLAST : Basic local alignment  search tool

Changing E, T & matrix for blastp nr RBP

Expect 10

(T=11)

1

(T=11)

10,000

(T=11)

10

(T=5)

10

(T=11)

10

(T=16)

10

(BL45)

10

(PAM70)

#hits to db 129m 129m 129m 112m 112m 112m 386m 129m

#sequences 1,043,455 1.0m 1.0m 907,000 907,000 907,000 1.0m 1.0m

#extensions 5.2m 5.2m 5.2m 508m 4.5m 73,788 30.2m 19.5m

#successful

extensions

8,367 8,367 8,367 11,484 7,288 1,147 9,088 13,873

#sequences

better than E

142 86 6,439 125 124 88 110 82

#HSPs>E

(no gapping)

53 46 6,099 48 48 48 60 66

#HSPs gapped

145 88 6,609 127 126 90 113 99

X1, X2, X3 16 (7.4 bits)

38 (14.6 bits)

64 (24.7 bits)

16

38

64

16

38

64

22

51

85

15

35

59

Page 63: BLAST : Basic local alignment  search tool

Changing E, T & matrix for blastp nr RBP

Expect 10

(T=11)

1

(T=11)

10,000

(T=11)

10

(T=5)

10

(T=11)

10

(T=16)

10

(BL45)

10

(PAM70)

#hits to db 129m 129m 129m 112m 112m 112m 386m 129m

#sequences 1,043,455 1.0m 1.0m 907,000 907,000 907,000 1.0m 1.0m

#extensions 5.2m 5.2m 5.2m 508m 4.5m 73,788 30.2m 19.5m

#successful

extensions

8,367 8,367 8,367 11,484 7,288 1,147 9,088 13,873

#sequences

better than E

142 86 6,439 125 124 88 110 82

#HSPs>E

(no gapping)

53 46 6,099 48 48 48 60 66

#HSPs gapped

145 88 6,609 127 126 90 113 99

X1, X2, X3 16 (7.4 bits)

38 (14.6 bits)

64 (24.7 bits)

16

38

64

16

38

64

22

51

85

15

35

59

Page 64: BLAST : Basic local alignment  search tool

Changing E, T & matrix for blastp nr RBP

Expect 10

(T=11)

1

(T=11)

10,000

(T=11)

10

(T=5)

10

(T=11)

10

(T=16)

10

(BL45)

10

(PAM70)

#hits to db 129m 129m 129m 112m 112m 112m 386m 129m

#sequences 1,043,455 1.0m 1.0m 907,000 907,000 907,000 1.0m 1.0m

#extensions 5.2m 5.2m 5.2m 508m 4.5m 73,788 30.2m 19.5m

#successful

extensions

8,367 8,367 8,367 11,484 7,288 1,147 9,088 13,873

#sequences

better than E

142 86 6,439 125 124 88 110 82

#HSPs>E

(no gapping)

53 46 6,099 48 48 48 60 66

#HSPs gapped

145 88 6,609 127 126 90 113 99

X1, X2, X3 16 (7.4 bits)

38 (14.6 bits)

64 (24.7 bits)

16

38

64

16

38

64

22

51

85

15

35

59

Page 65: BLAST : Basic local alignment  search tool

Changing E, T & matrix for blastp nr RBP

Expect 10

(T=11)

1

(T=11)

10,000

(T=11)

10

(T=5)

10

(T=11)

10

(T=16)

10

(BL45)

10

(PAM70)

#hits to db 129m 129m 129m 112m 112m 112m 386m 129m

#sequences 1,043,455 1.0m 1.0m 907,000 907,000 907,000 1.0m 1.0m

#extensions 5.2m 5.2m 5.2m 508m 4.5m 73,788 30.2m 19.5m

#successful

extensions

8,367 8,367 8,367 11,484 7,288 1,147 9,088 13,873

#sequences

better than E

142 86 6,439 125 124 88 110 82

#HSPs>E

(no gapping)

53 46 6,099 48 48 48 60 66

#HSPs gapped

145 88 6,609 127 126 90 113 99

X1, X2, X3 16 (7.4 bits)

38 (14.6 bits)

64 (24.7 bits)

16

38

64

16

38

64

22

51

85

15

35

59

Page 66: BLAST : Basic local alignment  search tool

Changing E, T & matrix for blastp nr RBP

Expect 10

(T=11)

1

(T=11)

10,000

(T=11)

10

(T=5)

10

(T=11)

10

(T=16)

10

(BL45)

10

(PAM70)

#hits to db 129m 129m 129m 112m 112m 112m 386m 129m

#sequences 1,043,455 1.0m 1.0m 907,000 907,000 907,000 1.0m 1.0m

#extensions 5.2m 5.2m 5.2m 508m 4.5m 73,788 30.2m 19.5m

#successful

extensions

8,367 8,367 8,367 11,484 7,288 1,147 9,088 13,873

#sequences

better than E

142 86 6,439 125 124 88 110 82

#HSPs>E

(no gapping)

53 46 6,099 48 48 48 60 66

#HSPs gapped

145 88 6,609 127 126 90 113 99

X1, X2, X3 16 (7.4 bits)

38 (14.6 bits)

64 (24.7 bits)

16

38

64

16

38

64

22

51

85

15

35

59

Page 67: BLAST : Basic local alignment  search tool

General concepts

How to evaluate the significance of your results

How to handle too many results

How to handle too few results

BLAST searching with HIV-1 pol, a multidomain protein

BLAST searching with lipocalins using different matrices

page 108-122

BLAST search strategies

Page 68: BLAST : Basic local alignment  search tool

Sometimes a real match has an E value > 1

Fig. 4.18page 110

…try a reciprocal BLAST to confirm

Page 69: BLAST : Basic local alignment  search tool

Sometimes a similar E value occurs for a short exact match and long less exact match

Fig. 4.19page 111

Page 70: BLAST : Basic local alignment  search tool

Assessing whether proteins are homologous

RBP4 and PAEP:Low bit score, E value 0.49, 24% identity (“twilight zone”).But they are indeed homologous. Try a BLAST search with PAEP as a query, and find many other lipocalins.

Fig. 4.20page 111

Page 71: BLAST : Basic local alignment  search tool

The universe of lipocalins (each dot is a protein)

retinol-binding protein

odorant-binding protein

apolipoprotein D

Fig. 5.13Page 143

Page 72: BLAST : Basic local alignment  search tool

Fig. 4.21page 112

BLAST search with PAEP as a query finds many other lipocalins

Page 73: BLAST : Basic local alignment  search tool

Fig. 4.23page 114

Searching with a multidomain protein, pol

Page 74: BLAST : Basic local alignment  search tool

Fig. 4.25page 116

Page 75: BLAST : Basic local alignment  search tool

Searching bacterial sequences with pol

Fig. 4.26page 117

Page 76: BLAST : Basic local alignment  search tool

BLAST program selection guide

Page 77: BLAST : Basic local alignment  search tool
Page 78: BLAST : Basic local alignment  search tool

E w matrix

10

1000

10

20000

11

7

3

2 PAM30

BLOSUM62