NCBI C++ ToolKit
sm_blosum80.c
Go to the documentation of this file.

Go to the SVN repository for this file.

1 /* $Id: sm_blosum80.c 30268 2006-09-25 19:30:59Z madden $
2 * ===========================================================================
3 *
4 * PUBLIC DOMAIN NOTICE
5 * National Center for Biotechnology Information
6 *
7 * This software/database is a "United States Government Work" under the
8 * terms of the United States Copyright Act. It was written as part of
9 * the author's official duties as a United States Government employee and
10 * thus cannot be copyrighted. This software/database is freely available
11 * to the public for use. The National Library of Medicine and the U.S.
12 * Government have not placed any restriction on its use or reproduction.
13 *
14 * Although all reasonable efforts have been taken to ensure the accuracy
15 * and reliability of the software and data, the NLM and the U.S.
16 * Government do not and cannot warrant the performance or results that
17 * may be obtained by using this software or data. The NLM and the U.S.
18 * Government disclaim all warranties, express or implied, including
19 * warranties of performance, merchantability or fitness for any particular
20 * purpose.
21 *
22 * Please cite the author in any work or product based on this material.
23 *
24 * ===========================================================================
25 *
26 * Author: Aaron Ucko, Mike Gertz
27 *
28 * File Description:
29 * Protein alignment score matrices; shared between the two toolkits.
30 *
31 * ===========================================================================
32 */
33 
35 
36 /** Entries for the BLOSUM80 matrix at a scale of ln(2)/2.0. */
37 
38 static const TNCBIScore s_Blosum80PSM[25 * 25] = {
39  /* A, R, N, D, C, Q, E, G, H, I, L, K, M,
40  F, P, S, T, W, Y, V, B, J, Z, X, * */
41  /*A*/ 5, -2, -2, -2, -1, -1, -1, 0, -2, -2, -2, -1, -1,
42  -3, -1, 1, 0, -3, -2, 0, -2, -2, -1, -1, -6,
43  /*R*/ -2, 6, -1, -2, -4, 1, -1, -3, 0, -3, -3, 2, -2,
44  -4, -2, -1, -1, -4, -3, -3, -1, -3, 0, -1, -6,
45  /*N*/ -2, -1, 6, 1, -3, 0, -1, -1, 0, -4, -4, 0, -3,
46  -4, -3, 0, 0, -4, -3, -4, 5, -4, 0, -1, -6,
47  /*D*/ -2, -2, 1, 6, -4, -1, 1, -2, -2, -4, -5, -1, -4,
48  -4, -2, -1, -1, -6, -4, -4, 5, -5, 1, -1, -6,
49  /*C*/ -1, -4, -3, -4, 9, -4, -5, -4, -4, -2, -2, -4, -2,
50  -3, -4, -2, -1, -3, -3, -1, -4, -2, -4, -1, -6,
51  /*Q*/ -1, 1, 0, -1, -4, 6, 2, -2, 1, -3, -3, 1, 0,
52  -4, -2, 0, -1, -3, -2, -3, 0, -3, 4, -1, -6,
53  /*E*/ -1, -1, -1, 1, -5, 2, 6, -3, 0, -4, -4, 1, -2,
54  -4, -2, 0, -1, -4, -3, -3, 1, -4, 5, -1, -6,
55  /*G*/ 0, -3, -1, -2, -4, -2, -3, 6, -3, -5, -4, -2, -4,
56  -4, -3, -1, -2, -4, -4, -4, -1, -5, -3, -1, -6,
57  /*H*/ -2, 0, 0, -2, -4, 1, 0, -3, 8, -4, -3, -1, -2,
58  -2, -3, -1, -2, -3, 2, -4, -1, -4, 0, -1, -6,
59  /*I*/ -2, -3, -4, -4, -2, -3, -4, -5, -4, 5, 1, -3, 1,
60  -1, -4, -3, -1, -3, -2, 3, -4, 3, -4, -1, -6,
61  /*L*/ -2, -3, -4, -5, -2, -3, -4, -4, -3, 1, 4, -3, 2,
62  0, -3, -3, -2, -2, -2, 1, -4, 3, -3, -1, -6,
63  /*K*/ -1, 2, 0, -1, -4, 1, 1, -2, -1, -3, -3, 5, -2,
64  -4, -1, -1, -1, -4, -3, -3, -1, -3, 1, -1, -6,
65  /*M*/ -1, -2, -3, -4, -2, 0, -2, -4, -2, 1, 2, -2, 6,
66  0, -3, -2, -1, -2, -2, 1, -3, 2, -1, -1, -6,
67  /*F*/ -3, -4, -4, -4, -3, -4, -4, -4, -2, -1, 0, -4, 0,
68  6, -4, -3, -2, 0, 3, -1, -4, 0, -4, -1, -6,
69  /*P*/ -1, -2, -3, -2, -4, -2, -2, -3, -3, -4, -3, -1, -3,
70  -4, 8, -1, -2, -5, -4, -3, -2, -4, -2, -1, -6,
71  /*S*/ 1, -1, 0, -1, -2, 0, 0, -1, -1, -3, -3, -1, -2,
72  -3, -1, 5, 1, -4, -2, -2, 0, -3, 0, -1, -6,
73  /*T*/ 0, -1, 0, -1, -1, -1, -1, -2, -2, -1, -2, -1, -1,
74  -2, -2, 1, 5, -4, -2, 0, -1, -1, -1, -1, -6,
75  /*W*/ -3, -4, -4, -6, -3, -3, -4, -4, -3, -3, -2, -4, -2,
76  0, -5, -4, -4, 11, 2, -3, -5, -3, -3, -1, -6,
77  /*Y*/ -2, -3, -3, -4, -3, -2, -3, -4, 2, -2, -2, -3, -2,
78  3, -4, -2, -2, 2, 7, -2, -3, -2, -3, -1, -6,
79  /*V*/ 0, -3, -4, -4, -1, -3, -3, -4, -4, 3, 1, -3, 1,
80  -1, -3, -2, 0, -3, -2, 4, -4, 2, -3, -1, -6,
81  /*B*/ -2, -1, 5, 5, -4, 0, 1, -1, -1, -4, -4, -1, -3,
82  -4, -2, 0, -1, -5, -3, -4, 5, -4, 0, -1, -6,
83  /*J*/ -2, -3, -4, -5, -2, -3, -4, -5, -4, 3, 3, -3, 2,
84  0, -4, -3, -1, -3, -2, 2, -4, 3, -3, -1, -6,
85  /*Z*/ -1, 0, 0, 1, -4, 4, 5, -3, 0, -4, -3, 1, -1,
86  -4, -2, 0, -1, -3, -3, -3, 0, -3, 5, -1, -6,
87  /*X*/ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
88  -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -6,
89  /***/ -6, -6, -6, -6, -6, -6, -6, -6, -6, -6, -6, -6, -6,
90  -6, -6, -6, -6, -6, -6, -6, -6, -6, -6, -6, 1
91 };
93  "ARNDCQEGHILKMFPSTWYVBJZX*",
95  -6
96 };
97 
int TNCBIScore
data types
Definition: raw_scoremat.h:45
static const TNCBIScore s_Blosum80PSM[25 *25]
Entries for the BLOSUM80 matrix at a scale of ln(2)/2.0.
Definition: sm_blosum80.c:38
const SNCBIPackedScoreMatrix NCBISM_Blosum80
Definition: sm_blosum80.c:92
Modified on Fri Sep 20 14:58:07 2024 by modify_doxy.py rev. 669887