home *** CD-ROM | disk | FTP | other *** search
- MacawScoreFile ::= {
-
- -- Score matrix for DNA sequence comparisons.
- -- All matches get +5 and all mismatches get -3
-
- version { major 1, minor 02 },
-
- scores {
- title "DNA +5/-3",
- seq-type nucleic,
- symbol-set "GATC",
- score-table {
- { 5, -3, -3, -3 },
- { -3, 5, -3, -3 },
- { -3, -3, 5, -3 },
- { -3, -3, -3, 5 }
- },
-
- -- Statistical constants computed according to
- -- Karlin & Altschul (1990). Proc.Natl.Acad.Sci.USA 87, 2264-2268.
-
- stats-table {
- { 2, 0.1435, 0.0949 },
- { 3, 0.1189, 0.1283 },
- { 4, 0.1008, 0.1669 },
- { 5, 0.0870, 0.1651 },
- { 6, 0.0762, 0.1522 },
- { 7, 0.0677, 0.1437 },
- { 8, 0.0607, 0.1422 },
- { 9, 0.0549, 0.1304 },
- { 10, 0.0501, 0.1093 },
- { 11, 0.0461, 0.1009 },
- { 12, 0.0426, 0.0944 },
- { 13, 0.042, 0.090 },
- { 14, 0.039, 0.087 },
- { 15, 0.036, 0.085 },
- { 16, 0.034, 0.083 }
- }
- }
- }
-
-
-
-