sm_pam70.c
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:5k
源码类别:

生物技术

开发平台:

C/C++

  1. /*
  2.  * ===========================================================================
  3.  * PRODUCTION $Log: sm_pam70.c,v $
  4.  * PRODUCTION Revision 1000.0  2003/10/29 16:04:34  gouriano
  5.  * PRODUCTION PRODUCTION: IMPORTED [ORIGINAL] Dev-tree R1.1
  6.  * PRODUCTION
  7.  * ===========================================================================
  8.  */
  9. /*  $Id: sm_pam70.c,v 1000.0 2003/10/29 16:04:34 gouriano Exp $
  10. * ===========================================================================
  11. *
  12. *                            PUBLIC DOMAIN NOTICE
  13. *               National Center for Biotechnology Information
  14. *
  15. *  This software/database is a "United States Government Work" under the
  16. *  terms of the United States Copyright Act.  It was written as part of
  17. *  the author's official duties as a United States Government employee and
  18. *  thus cannot be copyrighted.  This software/database is freely available
  19. *  to the public for use. The National Library of Medicine and the U.S.
  20. *  Government have not placed any restriction on its use or reproduction.
  21. *
  22. *  Although all reasonable efforts have been taken to ensure the accuracy
  23. *  and reliability of the software and data, the NLM and the U.S.
  24. *  Government do not and cannot warrant the performance or results that
  25. *  may be obtained by using this software or data. The NLM and the U.S.
  26. *  Government disclaim all warranties, express or implied, including
  27. *  warranties of performance, merchantability or fitness for any particular
  28. *  purpose.
  29. *
  30. *  Please cite the author in any work or product based on this material.
  31. *
  32. * ===========================================================================
  33. *
  34. * Author:  Aaron Ucko (via ./convert_scoremat.pl)
  35. *
  36. * File Description:
  37. *   Protein alignment score matrices; shared between the two toolkits.
  38. *
  39. * ===========================================================================
  40. */
  41. #include <util/tables/raw_scoremat.h>
  42. /* This matrix was produced by "pam" Version 1.0.6 [28-Jul-93] */
  43. /* PAM 70 substitution matrix, scale = ln(2)/2 = 0.346574 */
  44. /* Expected score = -2.77, Entropy = 1.60 bits */
  45. /* Lowest score = -11, Highest score = 13 */
  46. static const TNCBIScore s_Pam70PSM[24][24] = {
  47.     /*       A,  R,  N,  D,  C,  Q,  E,  G,  H,  I,  L,  K,
  48.              M,  F,  P,  S,  T,  W,  Y,  V,  B,  Z,  X,  * */
  49.     /*A*/ {  5, -4, -2, -1, -4, -2, -1,  0, -4, -2, -4, -4,
  50.             -3, -6,  0,  1,  1, -9, -5, -1, -1, -1, -2,-11 },
  51.     /*R*/ { -4,  8, -3, -6, -5,  0, -5, -6,  0, -3, -6,  2,
  52.             -2, -7, -2, -1, -4,  0, -7, -5, -4, -2, -3,-11 },
  53.     /*N*/ { -2, -3,  6,  3, -7, -1,  0, -1,  1, -3, -5,  0,
  54.             -5, -6, -3,  1,  0, -6, -3, -5,  5, -1, -2,-11 },
  55.     /*D*/ { -1, -6,  3,  6, -9,  0,  3, -1, -1, -5, -8, -2,
  56.             -7,-10, -4, -1, -2,-10, -7, -5,  5,  2, -3,-11 },
  57.     /*C*/ { -4, -5, -7, -9,  9, -9, -9, -6, -5, -4,-10, -9,
  58.             -9, -8, -5, -1, -5,-11, -2, -4, -8, -9, -6,-11 },
  59.     /*Q*/ { -2,  0, -1,  0, -9,  7,  2, -4,  2, -5, -3, -1,
  60.             -2, -9, -1, -3, -3, -8, -8, -4, -1,  5, -2,-11 },
  61.     /*E*/ { -1, -5,  0,  3, -9,  2,  6, -2, -2, -4, -6, -2,
  62.             -4, -9, -3, -2, -3,-11, -6, -4,  2,  5, -3,-11 },
  63.     /*G*/ {  0, -6, -1, -1, -6, -4, -2,  6, -6, -6, -7, -5,
  64.             -6, -7, -3,  0, -3,-10, -9, -3, -1, -3, -3,-11 },
  65.     /*H*/ { -4,  0,  1, -1, -5,  2, -2, -6,  8, -6, -4, -3,
  66.             -6, -4, -2, -3, -4, -5, -1, -4,  0,  1, -3,-11 },
  67.     /*I*/ { -2, -3, -3, -5, -4, -5, -4, -6, -6,  7,  1, -4,
  68.              1,  0, -5, -4, -1, -9, -4,  3, -4, -4, -3,-11 },
  69.     /*L*/ { -4, -6, -5, -8,-10, -3, -6, -7, -4,  1,  6, -5,
  70.              2, -1, -5, -6, -4, -4, -4,  0, -6, -4, -4,-11 },
  71.     /*K*/ { -4,  2,  0, -2, -9, -1, -2, -5, -3, -4, -5,  6,
  72.              0, -9, -4, -2, -1, -7, -7, -6, -1, -2, -3,-11 },
  73.     /*M*/ { -3, -2, -5, -7, -9, -2, -4, -6, -6,  1,  2,  0,
  74.             10, -2, -5, -3, -2, -8, -7,  0, -6, -3, -3,-11 },
  75.     /*F*/ { -6, -7, -6,-10, -8, -9, -9, -7, -4,  0, -1, -9,
  76.             -2,  8, -7, -4, -6, -2,  4, -5, -7, -9, -5,-11 },
  77.     /*P*/ {  0, -2, -3, -4, -5, -1, -3, -3, -2, -5, -5, -4,
  78.             -5, -7,  7,  0, -2, -9, -9, -3, -4, -2, -3,-11 },
  79.     /*S*/ {  1, -1,  1, -1, -1, -3, -2,  0, -3, -4, -6, -2,
  80.             -3, -4,  0,  5,  2, -3, -5, -3,  0, -2, -1,-11 },
  81.     /*T*/ {  1, -4,  0, -2, -5, -3, -3, -3, -4, -1, -4, -1,
  82.             -2, -6, -2,  2,  6, -8, -4, -1, -1, -3, -2,-11 },
  83.     /*W*/ { -9,  0, -6,-10,-11, -8,-11,-10, -5, -9, -4, -7,
  84.             -8, -2, -9, -3, -8, 13, -3,-10, -7,-10, -7,-11 },
  85.     /*Y*/ { -5, -7, -3, -7, -2, -8, -6, -9, -1, -4, -4, -7,
  86.             -7,  4, -9, -5, -4, -3,  9, -5, -4, -7, -5,-11 },
  87.     /*V*/ { -1, -5, -5, -5, -4, -4, -4, -3, -4,  3,  0, -6,
  88.              0, -5, -3, -3, -1,-10, -5,  6, -5, -4, -2,-11 },
  89.     /*B*/ { -1, -4,  5,  5, -8, -1,  2, -1,  0, -4, -6, -1,
  90.             -6, -7, -4,  0, -1, -7, -4, -5,  5,  1, -2,-11 },
  91.     /*Z*/ { -1, -2, -1,  2, -9,  5,  5, -3,  1, -4, -4, -2,
  92.             -3, -9, -2, -2, -3,-10, -7, -4,  1,  5, -3,-11 },
  93.     /*X*/ { -2, -3, -2, -3, -6, -2, -3, -3, -3, -3, -4, -3,
  94.             -3, -5, -3, -1, -2, -7, -5, -2, -2, -3, -3,-11 },
  95.     /***/ {-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,
  96.            -11,-11,-11,-11,-11,-11,-11,-11,-11,-11,-11,  1 }
  97. };
  98. const SNCBIPackedScoreMatrix NCBISM_Pam70 = {
  99.     "ARNDCQEGHILKMFPSTWYVBZX*",
  100.     s_Pam70PSM[0],
  101.     -11
  102. };