stride-align 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE +201 -0
- data/NOTICE +255 -0
- data/README.md +107 -0
- data/data/bmpm_data/gen_approx_any.txt +131 -0
- data/data/bmpm_data/gen_approx_arabic.txt +26 -0
- data/data/bmpm_data/gen_approx_common.txt +233 -0
- data/data/bmpm_data/gen_approx_cyrillic.txt +18 -0
- data/data/bmpm_data/gen_approx_czech.txt +18 -0
- data/data/bmpm_data/gen_approx_dutch.txt +18 -0
- data/data/bmpm_data/gen_approx_english.txt +47 -0
- data/data/bmpm_data/gen_approx_french.txt +25 -0
- data/data/bmpm_data/gen_approx_german.txt +73 -0
- data/data/bmpm_data/gen_approx_greek.txt +18 -0
- data/data/bmpm_data/gen_approx_greeklatin.txt +20 -0
- data/data/bmpm_data/gen_approx_hebrew.txt +18 -0
- data/data/bmpm_data/gen_approx_hungarian.txt +18 -0
- data/data/bmpm_data/gen_approx_italian.txt +18 -0
- data/data/bmpm_data/gen_approx_polish.txt +84 -0
- data/data/bmpm_data/gen_approx_portuguese.txt +18 -0
- data/data/bmpm_data/gen_approx_romanian.txt +18 -0
- data/data/bmpm_data/gen_approx_russian.txt +48 -0
- data/data/bmpm_data/gen_approx_spanish.txt +21 -0
- data/data/bmpm_data/gen_approx_turkish.txt +18 -0
- data/data/bmpm_data/gen_exact_any.txt +40 -0
- data/data/bmpm_data/gen_exact_approx_common.txt +79 -0
- data/data/bmpm_data/gen_exact_arabic.txt +18 -0
- data/data/bmpm_data/gen_exact_common.txt +32 -0
- data/data/bmpm_data/gen_exact_cyrillic.txt +18 -0
- data/data/bmpm_data/gen_exact_czech.txt +18 -0
- data/data/bmpm_data/gen_exact_dutch.txt +18 -0
- data/data/bmpm_data/gen_exact_english.txt +18 -0
- data/data/bmpm_data/gen_exact_french.txt +18 -0
- data/data/bmpm_data/gen_exact_german.txt +18 -0
- data/data/bmpm_data/gen_exact_greek.txt +18 -0
- data/data/bmpm_data/gen_exact_greeklatin.txt +18 -0
- data/data/bmpm_data/gen_exact_hebrew.txt +18 -0
- data/data/bmpm_data/gen_exact_hungarian.txt +18 -0
- data/data/bmpm_data/gen_exact_italian.txt +18 -0
- data/data/bmpm_data/gen_exact_polish.txt +23 -0
- data/data/bmpm_data/gen_exact_portuguese.txt +18 -0
- data/data/bmpm_data/gen_exact_romanian.txt +18 -0
- data/data/bmpm_data/gen_exact_russian.txt +19 -0
- data/data/bmpm_data/gen_exact_spanish.txt +19 -0
- data/data/bmpm_data/gen_exact_turkish.txt +18 -0
- data/data/bmpm_data/gen_hebrew_common.txt +113 -0
- data/data/bmpm_data/gen_lang.txt +295 -0
- data/data/bmpm_data/gen_languages.txt +36 -0
- data/data/bmpm_data/gen_rules_any.txt +367 -0
- data/data/bmpm_data/gen_rules_arabic.txt +76 -0
- data/data/bmpm_data/gen_rules_cyrillic.txt +99 -0
- data/data/bmpm_data/gen_rules_czech.txt +67 -0
- data/data/bmpm_data/gen_rules_dutch.txt +78 -0
- data/data/bmpm_data/gen_rules_english.txt +113 -0
- data/data/bmpm_data/gen_rules_french.txt +114 -0
- data/data/bmpm_data/gen_rules_german.txt +129 -0
- data/data/bmpm_data/gen_rules_greek.txt +97 -0
- data/data/bmpm_data/gen_rules_greeklatin.txt +118 -0
- data/data/bmpm_data/gen_rules_hebrew.txt +62 -0
- data/data/bmpm_data/gen_rules_hungarian.txt +83 -0
- data/data/bmpm_data/gen_rules_italian.txt +77 -0
- data/data/bmpm_data/gen_rules_polish.txt +185 -0
- data/data/bmpm_data/gen_rules_portuguese.txt +105 -0
- data/data/bmpm_data/gen_rules_romanian.txt +64 -0
- data/data/bmpm_data/gen_rules_russian.txt +142 -0
- data/data/bmpm_data/gen_rules_spanish.txt +85 -0
- data/data/bmpm_data/gen_rules_turkish.txt +50 -0
- data/data/keyboard_data/qwerty.npy +0 -0
- data/data/matrix_data/BLOSUM100 +31 -0
- data/data/matrix_data/BLOSUM30 +31 -0
- data/data/matrix_data/BLOSUM35 +31 -0
- data/data/matrix_data/BLOSUM40 +31 -0
- data/data/matrix_data/BLOSUM45 +25 -0
- data/data/matrix_data/BLOSUM50 +25 -0
- data/data/matrix_data/BLOSUM55 +31 -0
- data/data/matrix_data/BLOSUM60 +31 -0
- data/data/matrix_data/BLOSUM62 +25 -0
- data/data/matrix_data/BLOSUM65 +31 -0
- data/data/matrix_data/BLOSUM70 +31 -0
- data/data/matrix_data/BLOSUM75 +31 -0
- data/data/matrix_data/BLOSUM80 +25 -0
- data/data/matrix_data/BLOSUM85 +31 -0
- data/data/matrix_data/BLOSUM90 +25 -0
- data/data/matrix_data/NUC.4.4 +25 -0
- data/data/matrix_data/PAM10 +34 -0
- data/data/matrix_data/PAM100 +34 -0
- data/data/matrix_data/PAM110 +34 -0
- data/data/matrix_data/PAM120 +34 -0
- data/data/matrix_data/PAM130 +34 -0
- data/data/matrix_data/PAM140 +34 -0
- data/data/matrix_data/PAM150 +34 -0
- data/data/matrix_data/PAM160 +34 -0
- data/data/matrix_data/PAM170 +34 -0
- data/data/matrix_data/PAM180 +34 -0
- data/data/matrix_data/PAM190 +34 -0
- data/data/matrix_data/PAM20 +34 -0
- data/data/matrix_data/PAM200 +34 -0
- data/data/matrix_data/PAM210 +34 -0
- data/data/matrix_data/PAM220 +34 -0
- data/data/matrix_data/PAM230 +34 -0
- data/data/matrix_data/PAM240 +34 -0
- data/data/matrix_data/PAM250 +25 -0
- data/data/matrix_data/PAM260 +34 -0
- data/data/matrix_data/PAM270 +34 -0
- data/data/matrix_data/PAM280 +34 -0
- data/data/matrix_data/PAM290 +34 -0
- data/data/matrix_data/PAM30 +25 -0
- data/data/matrix_data/PAM300 +34 -0
- data/data/matrix_data/PAM310 +34 -0
- data/data/matrix_data/PAM320 +34 -0
- data/data/matrix_data/PAM330 +34 -0
- data/data/matrix_data/PAM340 +34 -0
- data/data/matrix_data/PAM350 +34 -0
- data/data/matrix_data/PAM360 +34 -0
- data/data/matrix_data/PAM370 +34 -0
- data/data/matrix_data/PAM380 +34 -0
- data/data/matrix_data/PAM390 +34 -0
- data/data/matrix_data/PAM40 +34 -0
- data/data/matrix_data/PAM400 +34 -0
- data/data/matrix_data/PAM410 +34 -0
- data/data/matrix_data/PAM420 +34 -0
- data/data/matrix_data/PAM430 +34 -0
- data/data/matrix_data/PAM440 +34 -0
- data/data/matrix_data/PAM450 +34 -0
- data/data/matrix_data/PAM460 +34 -0
- data/data/matrix_data/PAM470 +34 -0
- data/data/matrix_data/PAM480 +34 -0
- data/data/matrix_data/PAM490 +34 -0
- data/data/matrix_data/PAM50 +34 -0
- data/data/matrix_data/PAM500 +34 -0
- data/data/matrix_data/PAM60 +34 -0
- data/data/matrix_data/PAM70 +25 -0
- data/data/matrix_data/PAM80 +34 -0
- data/data/matrix_data/PAM90 +34 -0
- data/ext/stride_align/backend_avx2.cpp +2 -0
- data/ext/stride_align/backend_avx512bwvl.cpp +2 -0
- data/ext/stride_align/backend_generic.cpp +3 -0
- data/ext/stride_align/backend_impl.hpp +983 -0
- data/ext/stride_align/backend_lasx.cpp +2 -0
- data/ext/stride_align/backend_lsx.cpp +2 -0
- data/ext/stride_align/backend_neon.cpp +2 -0
- data/ext/stride_align/backend_rvv.cpp +2 -0
- data/ext/stride_align/backend_sse41.cpp +2 -0
- data/ext/stride_align/backend_sve.cpp +2 -0
- data/ext/stride_align/backend_sve2.cpp +2 -0
- data/ext/stride_align/backend_vsx.cpp +2 -0
- data/ext/stride_align/beider_morse_impl.cpp +5 -0
- data/ext/stride_align/cpu_detect.cpp +172 -0
- data/ext/stride_align/cpu_detect.hpp +6 -0
- data/ext/stride_align/extconf.rb +114 -0
- data/ext/stride_align/target_profile.hpp +82 -0
- data/ext/stride_align/vendor/beider_morse_impl.cpp +1467 -0
- data/ext/stride_align/vendor/stride_align/alignment.hpp +199 -0
- data/ext/stride_align/vendor/stride_align/batch.hpp +812 -0
- data/ext/stride_align/vendor/stride_align/beider_morse.hpp +121 -0
- data/ext/stride_align/vendor/stride_align/caverphone.hpp +222 -0
- data/ext/stride_align/vendor/stride_align/cologne_phonetic.hpp +202 -0
- data/ext/stride_align/vendor/stride_align/core.hpp +731 -0
- data/ext/stride_align/vendor/stride_align/daitch_mokotoff.hpp +631 -0
- data/ext/stride_align/vendor/stride_align/double_metaphone.hpp +796 -0
- data/ext/stride_align/vendor/stride_align/dtw.hpp +300 -0
- data/ext/stride_align/vendor/stride_align/encoded.hpp +235 -0
- data/ext/stride_align/vendor/stride_align/hamming.hpp +55 -0
- data/ext/stride_align/vendor/stride_align/indel.hpp +1200 -0
- data/ext/stride_align/vendor/stride_align/jaro.hpp +517 -0
- data/ext/stride_align/vendor/stride_align/lcs.hpp +159 -0
- data/ext/stride_align/vendor/stride_align/levenshtein.hpp +1247 -0
- data/ext/stride_align/vendor/stride_align/levenshtein_prepared.hpp +193 -0
- data/ext/stride_align/vendor/stride_align/match_rating.hpp +168 -0
- data/ext/stride_align/vendor/stride_align/metaphone.hpp +291 -0
- data/ext/stride_align/vendor/stride_align/ngram.hpp +176 -0
- data/ext/stride_align/vendor/stride_align/nysiis.hpp +199 -0
- data/ext/stride_align/vendor/stride_align/pairwise_alignment.hpp +465 -0
- data/ext/stride_align/vendor/stride_align/partial_ratio.hpp +486 -0
- data/ext/stride_align/vendor/stride_align/ratcliff_obershelp.hpp +101 -0
- data/ext/stride_align/vendor/stride_align/soundex.hpp +108 -0
- data/ext/stride_align/vendor/stride_align/token_ratios.hpp +445 -0
- data/ext/stride_align/vendor/stride_align/types.hpp +16 -0
- data/ext/stride_align/vendor/stride_align/utf8.hpp +512 -0
- data/ext/stride_align/vendor/stride_align/wratio.hpp +363 -0
- data/lib/stride_align/algorithms.rb +296 -0
- data/lib/stride_align/alignment_path.rb +217 -0
- data/lib/stride_align/backend.rb +47 -0
- data/lib/stride_align/batch.rb +705 -0
- data/lib/stride_align/core.rb +180 -0
- data/lib/stride_align/keyboard.rb +200 -0
- data/lib/stride_align/matrices.rb +403 -0
- data/lib/stride_align/version.rb +5 -0
- data/lib/stride_align.rb +87 -0
- metadata +231 -0
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
3
|
+
* contributor license agreements. See the NOTICE file distributed with
|
|
4
|
+
* this work for additional information regarding copyright ownership.
|
|
5
|
+
* The ASF licenses this file to You under the Apache License, Version 2.0
|
|
6
|
+
* (the "License"); you may not use this file except in compliance with
|
|
7
|
+
* the License. You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* https://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
* See the License for the specific language governing permissions and
|
|
15
|
+
* limitations under the License.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
//GENERAL// CONVERTING FEMININE TO MASCULINE
|
|
19
|
+
"yna" "" "$" "(in|ina)"
|
|
20
|
+
"ina" "" "$" "(in|ina)"
|
|
21
|
+
"liova" "" "$" "(lof|lef)"
|
|
22
|
+
"lova" "" "$" "(lof|lef|lova)"
|
|
23
|
+
"ova" "" "$" "(of|ova)"
|
|
24
|
+
"eva" "" "$" "(ef|ova)"
|
|
25
|
+
"aia" "" "$" "(aja|i)"
|
|
26
|
+
"aja" "" "$" "(aja|i)"
|
|
27
|
+
"aya" "" "$" "(aja|i)"
|
|
28
|
+
|
|
29
|
+
//SPECIAL CONSONANTS
|
|
30
|
+
"tsya" "" "" "tsa"
|
|
31
|
+
"tsyu" "" "" "tsu"
|
|
32
|
+
"tsia" "" "" "tsa"
|
|
33
|
+
"tsie" "" "" "tse"
|
|
34
|
+
"tsio" "" "" "tso"
|
|
35
|
+
"tsye" "" "" "tse"
|
|
36
|
+
"tsyo" "" "" "tso"
|
|
37
|
+
"tsiu" "" "" "tsu"
|
|
38
|
+
"sie" "" "" "se"
|
|
39
|
+
"sio" "" "" "so"
|
|
40
|
+
"zie" "" "" "ze"
|
|
41
|
+
"zio" "" "" "zo"
|
|
42
|
+
"sye" "" "" "se"
|
|
43
|
+
"syo" "" "" "so"
|
|
44
|
+
"zye" "" "" "ze"
|
|
45
|
+
"zyo" "" "" "zo"
|
|
46
|
+
|
|
47
|
+
"ger" "" "$" "ger"
|
|
48
|
+
"gen" "" "$" "gen"
|
|
49
|
+
"gin" "" "$" "gin"
|
|
50
|
+
"gg" "" "" "g"
|
|
51
|
+
"g" "[jaeoiuy]" "[aeoiu]" "g"
|
|
52
|
+
"g" "" "[aeoiu]" "(g|h)"
|
|
53
|
+
|
|
54
|
+
"kh" "" "" "x"
|
|
55
|
+
"ch" "" "" "(tS|x)"
|
|
56
|
+
"sch" "" "" "(StS|S)"
|
|
57
|
+
"ssh" "" "" "S"
|
|
58
|
+
"sh" "" "" "S"
|
|
59
|
+
"zh" "" "" "Z"
|
|
60
|
+
"tz" "" "$" "ts"
|
|
61
|
+
"tz" "" "" "(ts|tz)"
|
|
62
|
+
"c" "" "[iey]" "s"
|
|
63
|
+
"qu" "" "" "(kv|k)"
|
|
64
|
+
"s" "" "s" ""
|
|
65
|
+
|
|
66
|
+
//SPECIAL VOWELS
|
|
67
|
+
"lya" "" "" "la"
|
|
68
|
+
"lyu" "" "" "lu"
|
|
69
|
+
"lia" "" "" "la" // not in DJSRE
|
|
70
|
+
"liu" "" "" "lu" // not in DJSRE
|
|
71
|
+
"lja" "" "" "la" // not in DJSRE
|
|
72
|
+
"lju" "" "" "lu" // not in DJSRE
|
|
73
|
+
"le" "" "" "(lo|lE)" //not in DJSRE
|
|
74
|
+
"lyo" "" "" "(lo|le)" //not in DJSRE
|
|
75
|
+
"lio" "" "" "(lo|le)"
|
|
76
|
+
|
|
77
|
+
"ije" "" "" "je"
|
|
78
|
+
"ie" "" "" "je"
|
|
79
|
+
"iye" "" "" "je"
|
|
80
|
+
"iie" "" "" "je"
|
|
81
|
+
"yje" "" "" "je"
|
|
82
|
+
"ye" "" "" "je"
|
|
83
|
+
"yye" "" "" "je"
|
|
84
|
+
"yie" "" "" "je"
|
|
85
|
+
|
|
86
|
+
"ij" "" "[aou]" "j"
|
|
87
|
+
"iy" "" "[aou]" "j"
|
|
88
|
+
"ii" "" "[aou]" "j"
|
|
89
|
+
"yj" "" "[aou]" "j"
|
|
90
|
+
"yy" "" "[aou]" "j"
|
|
91
|
+
"yi" "" "[aou]" "j"
|
|
92
|
+
|
|
93
|
+
"io" "" "" "(jo|e)"
|
|
94
|
+
"i" "" "[au]" "j"
|
|
95
|
+
"i" "[aeou]" "" "j"
|
|
96
|
+
"yo" "" "" "(jo|e)"
|
|
97
|
+
"y" "" "[au]" "j"
|
|
98
|
+
"y" "[aeiou]" "" "j"
|
|
99
|
+
|
|
100
|
+
"ii" "" "$" "i"
|
|
101
|
+
"iy" "" "$" "i"
|
|
102
|
+
"yy" "" "$" "i"
|
|
103
|
+
"yi" "" "$" "i"
|
|
104
|
+
"yj" "" "$" "i"
|
|
105
|
+
"ij" "" "$" "i"
|
|
106
|
+
|
|
107
|
+
"e" "^" "" "(je|E)"
|
|
108
|
+
"ee" "" "" "(aje|i)"
|
|
109
|
+
"e" "[aou]" "" "je"
|
|
110
|
+
"oo" "" "" "(oo|u)"
|
|
111
|
+
"'" "" "" ""
|
|
112
|
+
"\"" "" "" ""
|
|
113
|
+
|
|
114
|
+
"aue" "" "" "aue"
|
|
115
|
+
|
|
116
|
+
// LATIN ALPHABET
|
|
117
|
+
"a" "" "" "a"
|
|
118
|
+
"b" "" "" "b"
|
|
119
|
+
"c" "" "" "k"
|
|
120
|
+
"d" "" "" "d"
|
|
121
|
+
"e" "" "" "E"
|
|
122
|
+
"f" "" "" "f"
|
|
123
|
+
"g" "" "" "g"
|
|
124
|
+
"h" "" "" "h"
|
|
125
|
+
"i" "" "" "I"
|
|
126
|
+
"j" "" "" "j"
|
|
127
|
+
"k" "" "" "k"
|
|
128
|
+
"l" "" "" "l"
|
|
129
|
+
"m" "" "" "m"
|
|
130
|
+
"n" "" "" "n"
|
|
131
|
+
"o" "" "" "o"
|
|
132
|
+
"p" "" "" "p"
|
|
133
|
+
"q" "" "" "k"
|
|
134
|
+
"r" "" "" "r"
|
|
135
|
+
"s" "" "" "s"
|
|
136
|
+
"t" "" "" "t"
|
|
137
|
+
"u" "" "" "u"
|
|
138
|
+
"v" "" "" "v"
|
|
139
|
+
"w" "" "" "v"
|
|
140
|
+
"x" "" "" "ks"
|
|
141
|
+
"y" "" "" "I"
|
|
142
|
+
"z" "" "" "z"
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
3
|
+
* contributor license agreements. See the NOTICE file distributed with
|
|
4
|
+
* this work for additional information regarding copyright ownership.
|
|
5
|
+
* The ASF licenses this file to You under the Apache License, Version 2.0
|
|
6
|
+
* (the "License"); you may not use this file except in compliance with
|
|
7
|
+
* the License. You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* https://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
* See the License for the specific language governing permissions and
|
|
15
|
+
* limitations under the License.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
// GENERAL
|
|
19
|
+
|
|
20
|
+
// Includes both Spanish (Castillian) & Catalan
|
|
21
|
+
|
|
22
|
+
// CONSONANTS
|
|
23
|
+
"ñ" "" "" "(n|nj)"
|
|
24
|
+
"ny" "" "" "nj" // Catalan
|
|
25
|
+
"ç" "" "" "s" // Catalan
|
|
26
|
+
|
|
27
|
+
"ig" "[aeiou]" "" "(tS|ig)" // tS is Catalan
|
|
28
|
+
"ix" "[aeiou]" "" "S" // Catalan
|
|
29
|
+
"tx" "" "" "tS" // Catalan
|
|
30
|
+
"tj" "" "$" "tS" // Catalan
|
|
31
|
+
"tj" "" "" "dZ" // Catalan
|
|
32
|
+
"tg" "" "" "(tg|dZ)" // dZ is Catalan
|
|
33
|
+
"ch" "" "" "(tS|dZ)" // dZ is typical for Argentina
|
|
34
|
+
"bh" "" "" "b" // translit. from Arabic
|
|
35
|
+
"h" "[dgt]" "" "" // translit. from Arabic
|
|
36
|
+
"h" "" "$" "" // foreign
|
|
37
|
+
//"ll" "" "" "(l|Z)" // Z is typical for Argentina, only Ashkenazic
|
|
38
|
+
"m" "" "[bpvf]" "(m|n)"
|
|
39
|
+
"c" "" "[ei]" "s"
|
|
40
|
+
// "c" "" "[aou]" "(k|C)"
|
|
41
|
+
"gu" "" "[ei]" "(g|gv)" // "gv" because "u" can actually be "ü"
|
|
42
|
+
"g" "" "[ei]" "(x|g|dZ)" // "g" only for foreign words; dZ is Catalan
|
|
43
|
+
"qu" "" "" "k"
|
|
44
|
+
|
|
45
|
+
"uo" "" "" "(vo|o)"
|
|
46
|
+
"u" "" "[aei]" "v"
|
|
47
|
+
|
|
48
|
+
// SPECIAL VOWELS
|
|
49
|
+
"ü" "" "" "v"
|
|
50
|
+
"á" "" "" "a"
|
|
51
|
+
"é" "" "" "e"
|
|
52
|
+
"í" "" "" "i"
|
|
53
|
+
"ó" "" "" "o"
|
|
54
|
+
"ú" "" "" "u"
|
|
55
|
+
"à" "" "" "a" // Catalan
|
|
56
|
+
"è" "" "" "e" // Catalan
|
|
57
|
+
"ò" "" "" "o" // Catalan
|
|
58
|
+
|
|
59
|
+
// LATIN ALPHABET
|
|
60
|
+
"a" "" "" "a"
|
|
61
|
+
"b" "" "" "B"
|
|
62
|
+
"c" "" "" "k"
|
|
63
|
+
"d" "" "" "d"
|
|
64
|
+
"e" "" "" "e"
|
|
65
|
+
"f" "" "" "f"
|
|
66
|
+
"g" "" "" "g"
|
|
67
|
+
"h" "" "" "h"
|
|
68
|
+
"i" "" "" "i"
|
|
69
|
+
"j" "" "" "(x|Z)" // Z is Catalan
|
|
70
|
+
"k" "" "" "k"
|
|
71
|
+
"l" "" "" "l"
|
|
72
|
+
"m" "" "" "m"
|
|
73
|
+
"n" "" "" "n"
|
|
74
|
+
"o" "" "" "o"
|
|
75
|
+
"p" "" "" "p"
|
|
76
|
+
"q" "" "" "k"
|
|
77
|
+
"r" "" "" "r"
|
|
78
|
+
"s" "" "" "s"
|
|
79
|
+
"t" "" "" "t"
|
|
80
|
+
"u" "" "" "u"
|
|
81
|
+
"v" "" "" "V"
|
|
82
|
+
"w" "" "" "v" // foreign words
|
|
83
|
+
"x" "" "" "(ks|gz|S)" // ks is Spanish, all are Catalan
|
|
84
|
+
"y" "" "" "(i|j)"
|
|
85
|
+
"z" "" "" "(z|s)" // as "c" befoire "e" or "i", in Spain it is like unvoiced English "th"
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
3
|
+
* contributor license agreements. See the NOTICE file distributed with
|
|
4
|
+
* this work for additional information regarding copyright ownership.
|
|
5
|
+
* The ASF licenses this file to You under the Apache License, Version 2.0
|
|
6
|
+
* (the "License"); you may not use this file except in compliance with
|
|
7
|
+
* the License. You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* https://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
* See the License for the specific language governing permissions and
|
|
15
|
+
* limitations under the License.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
"ç" "" "" "tS"
|
|
19
|
+
"ğ" "" "" "" // to show that previous vowel is long
|
|
20
|
+
"ş" "" "" "S"
|
|
21
|
+
"ü" "" "" "Q"
|
|
22
|
+
"ö" "" "" "Y"
|
|
23
|
+
"ı" "" "" "(e|i|)" // as "e" in English "label"
|
|
24
|
+
|
|
25
|
+
"a" "" "" "a"
|
|
26
|
+
"b" "" "" "b"
|
|
27
|
+
"c" "" "" "dZ"
|
|
28
|
+
"d" "" "" "d"
|
|
29
|
+
"e" "" "" "e"
|
|
30
|
+
"f" "" "" "f"
|
|
31
|
+
"g" "" "" "g"
|
|
32
|
+
"h" "" "" "h"
|
|
33
|
+
"i" "" "" "i"
|
|
34
|
+
"j" "" "" "Z"
|
|
35
|
+
"k" "" "" "k"
|
|
36
|
+
"l" "" "" "l"
|
|
37
|
+
"m" "" "" "m"
|
|
38
|
+
"n" "" "" "n"
|
|
39
|
+
"o" "" "" "o"
|
|
40
|
+
"p" "" "" "p"
|
|
41
|
+
"q" "" "" "k" // foreign words
|
|
42
|
+
"r" "" "" "r"
|
|
43
|
+
"s" "" "" "s"
|
|
44
|
+
"t" "" "" "t"
|
|
45
|
+
"u" "" "" "u"
|
|
46
|
+
"v" "" "" "v"
|
|
47
|
+
"w" "" "" "v" // foreign words
|
|
48
|
+
"x" "" "" "ks" // foreign words
|
|
49
|
+
"y" "" "" "j"
|
|
50
|
+
"z" "" "" "z"
|
|
Binary file
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Matrix made by matblas from blosum100_3.iij
|
|
2
|
+
# * column uses minimum score
|
|
3
|
+
# BLOSUM Clustered Scoring Matrix in 1/3 Bit Units
|
|
4
|
+
# Blocks Database = /data/blocks_5.0/blocks.dat
|
|
5
|
+
# Cluster Percentage: >= 100
|
|
6
|
+
# Entropy = 1.4516, Expected = -1.0948
|
|
7
|
+
A R N D C Q E G H I L K M F P S T W Y V B Z X *
|
|
8
|
+
A 8 -3 -4 -5 -2 -2 -3 -1 -4 -4 -4 -2 -3 -5 -2 1 -1 -6 -5 -2 -4 -2 -2 -10
|
|
9
|
+
R -3 10 -2 -5 -8 0 -2 -6 -1 -7 -6 3 -4 -6 -5 -3 -3 -7 -5 -6 -4 -1 -3 -10
|
|
10
|
+
N -4 -2 11 1 -5 -1 -2 -2 0 -7 -7 -1 -5 -7 -5 0 -1 -8 -5 -7 5 -2 -3 -10
|
|
11
|
+
D -5 -5 1 10 -8 -2 2 -4 -3 -8 -8 -3 -8 -8 -5 -2 -4 -10 -7 -8 6 0 -4 -10
|
|
12
|
+
C -2 -8 -5 -8 14 -7 -9 -7 -8 -3 -5 -8 -4 -4 -8 -3 -3 -7 -6 -3 -7 -8 -5 -10
|
|
13
|
+
Q -2 0 -1 -2 -7 11 2 -5 1 -6 -5 2 -2 -6 -4 -2 -3 -5 -4 -5 -2 5 -2 -10
|
|
14
|
+
E -3 -2 -2 2 -9 2 10 -6 -2 -7 -7 0 -5 -8 -4 -2 -3 -8 -7 -5 0 7 -3 -10
|
|
15
|
+
G -1 -6 -2 -4 -7 -5 -6 9 -6 -9 -8 -5 -7 -8 -6 -2 -5 -7 -8 -8 -3 -5 -4 -10
|
|
16
|
+
H -4 -1 0 -3 -8 1 -2 -6 13 -7 -6 -3 -5 -4 -5 -3 -4 -5 1 -7 -2 -1 -4 -10
|
|
17
|
+
I -4 -7 -7 -8 -3 -6 -7 -9 -7 8 2 -6 1 -2 -7 -5 -3 -6 -4 4 -8 -7 -3 -10
|
|
18
|
+
L -4 -6 -7 -8 -5 -5 -7 -8 -6 2 8 -6 3 0 -7 -6 -4 -5 -4 0 -8 -6 -3 -10
|
|
19
|
+
K -2 3 -1 -3 -8 2 0 -5 -3 -6 -6 10 -4 -6 -3 -2 -3 -8 -5 -5 -2 0 -3 -10
|
|
20
|
+
M -3 -4 -5 -8 -4 -2 -5 -7 -5 1 3 -4 12 -1 -5 -4 -2 -4 -5 0 -7 -4 -3 -10
|
|
21
|
+
F -5 -6 -7 -8 -4 -6 -8 -8 -4 -2 0 -6 -1 11 -7 -5 -5 0 4 -3 -7 -7 -4 -10
|
|
22
|
+
P -2 -5 -5 -5 -8 -4 -4 -6 -5 -7 -7 -3 -5 -7 12 -3 -4 -8 -7 -6 -5 -4 -4 -10
|
|
23
|
+
S 1 -3 0 -2 -3 -2 -2 -2 -3 -5 -6 -2 -4 -5 -3 9 2 -7 -5 -4 -1 -2 -2 -10
|
|
24
|
+
T -1 -3 -1 -4 -3 -3 -3 -5 -4 -3 -4 -3 -2 -5 -4 2 9 -7 -5 -1 -2 -3 -2 -10
|
|
25
|
+
W -6 -7 -8 -10 -7 -5 -8 -7 -5 -6 -5 -8 -4 0 -8 -7 -7 17 2 -5 -9 -7 -6 -10
|
|
26
|
+
Y -5 -5 -5 -7 -6 -4 -7 -8 1 -4 -4 -5 -5 4 -7 -5 -5 2 12 -5 -6 -6 -4 -10
|
|
27
|
+
V -2 -6 -7 -8 -3 -5 -5 -8 -7 4 0 -5 0 -3 -6 -4 -1 -5 -5 8 -7 -5 -3 -10
|
|
28
|
+
B -4 -4 5 6 -7 -2 0 -3 -2 -8 -8 -2 -7 -7 -5 -1 -2 -9 -6 -7 6 0 -4 -10
|
|
29
|
+
Z -2 -1 -2 0 -8 5 7 -5 -1 -7 -6 0 -4 -7 -4 -2 -3 -7 -6 -5 0 6 -2 -10
|
|
30
|
+
X -2 -3 -3 -4 -5 -2 -3 -4 -4 -3 -3 -3 -3 -4 -4 -2 -2 -6 -4 -3 -4 -2 -3 -10
|
|
31
|
+
* -10 -10 -10 -10 -10 -10 -10 -10 -10 -10 -10 -10 -10 -10 -10 -10 -10 -10 -10 -10 -10 -10 -10 1
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Matrix made by matblas from blosum30.iij
|
|
2
|
+
# * column uses minimum score
|
|
3
|
+
# BLOSUM Clustered Scoring Matrix in 1/5 Bit Units
|
|
4
|
+
# Blocks Database = /data/blocks_5.0/blocks.dat
|
|
5
|
+
# Cluster Percentage: >= 30
|
|
6
|
+
# Entropy = 0.1424, Expected = -0.1074
|
|
7
|
+
A R N D C Q E G H I L K M F P S T W Y V B Z X *
|
|
8
|
+
A 4 -1 0 0 -3 1 0 0 -2 0 -1 0 1 -2 -1 1 1 -5 -4 1 0 0 0 -7
|
|
9
|
+
R -1 8 -2 -1 -2 3 -1 -2 -1 -3 -2 1 0 -1 -1 -1 -3 0 0 -1 -2 0 -1 -7
|
|
10
|
+
N 0 -2 8 1 -1 -1 -1 0 -1 0 -2 0 0 -1 -3 0 1 -7 -4 -2 4 -1 0 -7
|
|
11
|
+
D 0 -1 1 9 -3 -1 1 -1 -2 -4 -1 0 -3 -5 -1 0 -1 -4 -1 -2 5 0 -1 -7
|
|
12
|
+
C -3 -2 -1 -3 17 -2 1 -4 -5 -2 0 -3 -2 -3 -3 -2 -2 -2 -6 -2 -2 0 -2 -7
|
|
13
|
+
Q 1 3 -1 -1 -2 8 2 -2 0 -2 -2 0 -1 -3 0 -1 0 -1 -1 -3 -1 4 0 -7
|
|
14
|
+
E 0 -1 -1 1 1 2 6 -2 0 -3 -1 2 -1 -4 1 0 -2 -1 -2 -3 0 5 -1 -7
|
|
15
|
+
G 0 -2 0 -1 -4 -2 -2 8 -3 -1 -2 -1 -2 -3 -1 0 -2 1 -3 -3 0 -2 -1 -7
|
|
16
|
+
H -2 -1 -1 -2 -5 0 0 -3 14 -2 -1 -2 2 -3 1 -1 -2 -5 0 -3 -2 0 -1 -7
|
|
17
|
+
I 0 -3 0 -4 -2 -2 -3 -1 -2 6 2 -2 1 0 -3 -1 0 -3 -1 4 -2 -3 0 -7
|
|
18
|
+
L -1 -2 -2 -1 0 -2 -1 -2 -1 2 4 -2 2 2 -3 -2 0 -2 3 1 -1 -1 0 -7
|
|
19
|
+
K 0 1 0 0 -3 0 2 -1 -2 -2 -2 4 2 -1 1 0 -1 -2 -1 -2 0 1 0 -7
|
|
20
|
+
M 1 0 0 -3 -2 -1 -1 -2 2 1 2 2 6 -2 -4 -2 0 -3 -1 0 -2 -1 0 -7
|
|
21
|
+
F -2 -1 -1 -5 -3 -3 -4 -3 -3 0 2 -1 -2 10 -4 -1 -2 1 3 1 -3 -4 -1 -7
|
|
22
|
+
P -1 -1 -3 -1 -3 0 1 -1 1 -3 -3 1 -4 -4 11 -1 0 -3 -2 -4 -2 0 -1 -7
|
|
23
|
+
S 1 -1 0 0 -2 -1 0 0 -1 -1 -2 0 -2 -1 -1 4 2 -3 -2 -1 0 -1 0 -7
|
|
24
|
+
T 1 -3 1 -1 -2 0 -2 -2 -2 0 0 -1 0 -2 0 2 5 -5 -1 1 0 -1 0 -7
|
|
25
|
+
W -5 0 -7 -4 -2 -1 -1 1 -5 -3 -2 -2 -3 1 -3 -3 -5 20 5 -3 -5 -1 -2 -7
|
|
26
|
+
Y -4 0 -4 -1 -6 -1 -2 -3 0 -1 3 -1 -1 3 -2 -2 -1 5 9 1 -3 -2 -1 -7
|
|
27
|
+
V 1 -1 -2 -2 -2 -3 -3 -3 -3 4 1 -2 0 1 -4 -1 1 -3 1 5 -2 -3 0 -7
|
|
28
|
+
B 0 -2 4 5 -2 -1 0 0 -2 -2 -1 0 -2 -3 -2 0 0 -5 -3 -2 5 0 -1 -7
|
|
29
|
+
Z 0 0 -1 0 0 4 5 -2 0 -3 -1 1 -1 -4 0 -1 -1 -1 -2 -3 0 4 0 -7
|
|
30
|
+
X 0 -1 0 -1 -2 0 -1 -1 -1 0 0 0 0 -1 -1 0 0 -2 -1 0 -1 0 -1 -7
|
|
31
|
+
* -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 1
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Matrix made by matblas from blosum35.iij
|
|
2
|
+
# * column uses minimum score
|
|
3
|
+
# BLOSUM Clustered Scoring Matrix in 1/4 Bit Units
|
|
4
|
+
# Blocks Database = /data/blocks_5.0/blocks.dat
|
|
5
|
+
# Cluster Percentage: >= 35
|
|
6
|
+
# Entropy = 0.2111, Expected = -0.1550
|
|
7
|
+
A R N D C Q E G H I L K M F P S T W Y V B Z X *
|
|
8
|
+
A 5 -1 -1 -1 -2 0 -1 0 -2 -1 -2 0 0 -2 -2 1 0 -2 -1 0 -1 -1 0 -5
|
|
9
|
+
R -1 8 -1 -1 -3 2 -1 -2 -1 -3 -2 2 0 -1 -2 -1 -2 0 0 -1 -1 0 -1 -5
|
|
10
|
+
N -1 -1 7 1 -1 1 -1 1 1 -1 -2 0 -1 -1 -2 0 0 -2 -2 -2 4 0 0 -5
|
|
11
|
+
D -1 -1 1 8 -3 -1 2 -2 0 -3 -2 -1 -3 -3 -1 -1 -1 -3 -2 -2 5 1 -1 -5
|
|
12
|
+
C -2 -3 -1 -3 15 -3 -1 -3 -4 -4 -2 -2 -4 -4 -4 -3 -1 -5 -5 -2 -2 -2 -2 -5
|
|
13
|
+
Q 0 2 1 -1 -3 7 2 -2 -1 -2 -2 0 -1 -4 0 0 0 -1 0 -3 0 4 -1 -5
|
|
14
|
+
E -1 -1 -1 2 -1 2 6 -2 -1 -3 -1 1 -2 -3 0 0 -1 -1 -1 -2 0 5 -1 -5
|
|
15
|
+
G 0 -2 1 -2 -3 -2 -2 7 -2 -3 -3 -1 -1 -3 -2 1 -2 -1 -2 -3 0 -2 -1 -5
|
|
16
|
+
H -2 -1 1 0 -4 -1 -1 -2 12 -3 -2 -2 1 -3 -1 -1 -2 -4 0 -4 0 -1 -1 -5
|
|
17
|
+
I -1 -3 -1 -3 -4 -2 -3 -3 -3 5 2 -2 1 1 -1 -2 -1 -1 0 4 -2 -3 0 -5
|
|
18
|
+
L -2 -2 -2 -2 -2 -2 -1 -3 -2 2 5 -2 3 2 -3 -2 0 0 0 2 -2 -2 0 -5
|
|
19
|
+
K 0 2 0 -1 -2 0 1 -1 -2 -2 -2 5 0 -1 0 0 0 0 -1 -2 0 1 0 -5
|
|
20
|
+
M 0 0 -1 -3 -4 -1 -2 -1 1 1 3 0 6 0 -3 -1 0 1 0 1 -2 -2 0 -5
|
|
21
|
+
F -2 -1 -1 -3 -4 -4 -3 -3 -3 1 2 -1 0 8 -4 -1 -1 1 3 1 -2 -3 -1 -5
|
|
22
|
+
P -2 -2 -2 -1 -4 0 0 -2 -1 -1 -3 0 -3 -4 10 -2 0 -4 -3 -3 -1 0 -1 -5
|
|
23
|
+
S 1 -1 0 -1 -3 0 0 1 -1 -2 -2 0 -1 -1 -2 4 2 -2 -1 -1 0 0 0 -5
|
|
24
|
+
T 0 -2 0 -1 -1 0 -1 -2 -2 -1 0 0 0 -1 0 2 5 -2 -2 1 -1 -1 0 -5
|
|
25
|
+
W -2 0 -2 -3 -5 -1 -1 -1 -4 -1 0 0 1 1 -4 -2 -2 16 3 -2 -3 -1 -1 -5
|
|
26
|
+
Y -1 0 -2 -2 -5 0 -1 -2 0 0 0 -1 0 3 -3 -1 -2 3 8 0 -2 -1 -1 -5
|
|
27
|
+
V 0 -1 -2 -2 -2 -3 -2 -3 -4 4 2 -2 1 1 -3 -1 1 -2 0 5 -2 -2 0 -5
|
|
28
|
+
B -1 -1 4 5 -2 0 0 0 0 -2 -2 0 -2 -2 -1 0 -1 -3 -2 -2 5 0 -1 -5
|
|
29
|
+
Z -1 0 0 1 -2 4 5 -2 -1 -3 -2 1 -2 -3 0 0 -1 -1 -1 -2 0 4 0 -5
|
|
30
|
+
X 0 -1 0 -1 -2 -1 -1 -1 -1 0 0 0 0 -1 -1 0 0 -1 -1 0 -1 0 -1 -5
|
|
31
|
+
* -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 1
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Matrix made by matblas from blosum40.iij
|
|
2
|
+
# * column uses minimum score
|
|
3
|
+
# BLOSUM Clustered Scoring Matrix in 1/4 Bit Units
|
|
4
|
+
# Blocks Database = /data/blocks_5.0/blocks.dat
|
|
5
|
+
# Cluster Percentage: >= 40
|
|
6
|
+
# Entropy = 0.2851, Expected = -0.2090
|
|
7
|
+
A R N D C Q E G H I L K M F P S T W Y V B Z X *
|
|
8
|
+
A 5 -2 -1 -1 -2 0 -1 1 -2 -1 -2 -1 -1 -3 -2 1 0 -3 -2 0 -1 -1 0 -6
|
|
9
|
+
R -2 9 0 -1 -3 2 -1 -3 0 -3 -2 3 -1 -2 -3 -1 -2 -2 -1 -2 -1 0 -1 -6
|
|
10
|
+
N -1 0 8 2 -2 1 -1 0 1 -2 -3 0 -2 -3 -2 1 0 -4 -2 -3 4 0 -1 -6
|
|
11
|
+
D -1 -1 2 9 -2 -1 2 -2 0 -4 -3 0 -3 -4 -2 0 -1 -5 -3 -3 6 1 -1 -6
|
|
12
|
+
C -2 -3 -2 -2 16 -4 -2 -3 -4 -4 -2 -3 -3 -2 -5 -1 -1 -6 -4 -2 -2 -3 -2 -6
|
|
13
|
+
Q 0 2 1 -1 -4 8 2 -2 0 -3 -2 1 -1 -4 -2 1 -1 -1 -1 -3 0 4 -1 -6
|
|
14
|
+
E -1 -1 -1 2 -2 2 7 -3 0 -4 -2 1 -2 -3 0 0 -1 -2 -2 -3 1 5 -1 -6
|
|
15
|
+
G 1 -3 0 -2 -3 -2 -3 8 -2 -4 -4 -2 -2 -3 -1 0 -2 -2 -3 -4 -1 -2 -1 -6
|
|
16
|
+
H -2 0 1 0 -4 0 0 -2 13 -3 -2 -1 1 -2 -2 -1 -2 -5 2 -4 0 0 -1 -6
|
|
17
|
+
I -1 -3 -2 -4 -4 -3 -4 -4 -3 6 2 -3 1 1 -2 -2 -1 -3 0 4 -3 -4 -1 -6
|
|
18
|
+
L -2 -2 -3 -3 -2 -2 -2 -4 -2 2 6 -2 3 2 -4 -3 -1 -1 0 2 -3 -2 -1 -6
|
|
19
|
+
K -1 3 0 0 -3 1 1 -2 -1 -3 -2 6 -1 -3 -1 0 0 -2 -1 -2 0 1 -1 -6
|
|
20
|
+
M -1 -1 -2 -3 -3 -1 -2 -2 1 1 3 -1 7 0 -2 -2 -1 -2 1 1 -3 -2 0 -6
|
|
21
|
+
F -3 -2 -3 -4 -2 -4 -3 -3 -2 1 2 -3 0 9 -4 -2 -1 1 4 0 -3 -4 -1 -6
|
|
22
|
+
P -2 -3 -2 -2 -5 -2 0 -1 -2 -2 -4 -1 -2 -4 11 -1 0 -4 -3 -3 -2 -1 -2 -6
|
|
23
|
+
S 1 -1 1 0 -1 1 0 0 -1 -2 -3 0 -2 -2 -1 5 2 -5 -2 -1 0 0 0 -6
|
|
24
|
+
T 0 -2 0 -1 -1 -1 -1 -2 -2 -1 -1 0 -1 -1 0 2 6 -4 -1 1 0 -1 0 -6
|
|
25
|
+
W -3 -2 -4 -5 -6 -1 -2 -2 -5 -3 -1 -2 -2 1 -4 -5 -4 19 3 -3 -4 -2 -2 -6
|
|
26
|
+
Y -2 -1 -2 -3 -4 -1 -2 -3 2 0 0 -1 1 4 -3 -2 -1 3 9 -1 -3 -2 -1 -6
|
|
27
|
+
V 0 -2 -3 -3 -2 -3 -3 -4 -4 4 2 -2 1 0 -3 -1 1 -3 -1 5 -3 -3 -1 -6
|
|
28
|
+
B -1 -1 4 6 -2 0 1 -1 0 -3 -3 0 -3 -3 -2 0 0 -4 -3 -3 5 2 -1 -6
|
|
29
|
+
Z -1 0 0 1 -3 4 5 -2 0 -4 -2 1 -2 -4 -1 0 -1 -2 -2 -3 2 5 -1 -6
|
|
30
|
+
X 0 -1 -1 -1 -2 -1 -1 -1 -1 -1 -1 -1 0 -1 -2 0 0 -2 -1 -1 -1 -1 -1 -6
|
|
31
|
+
* -6 -6 -6 -6 -6 -6 -6 -6 -6 -6 -6 -6 -6 -6 -6 -6 -6 -6 -6 -6 -6 -6 -6 1
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
A R N D C Q E G H I L K M F P S T W Y V B Z X *
|
|
2
|
+
A 5 -2 -1 -2 -1 -1 -1 0 -2 -1 -1 -1 -1 -2 -1 1 0 -2 -2 0 -1 -1 0 -5
|
|
3
|
+
R -2 7 0 -1 -3 1 0 -2 0 -3 -2 3 -1 -2 -2 -1 -1 -2 -1 -2 -1 0 -1 -5
|
|
4
|
+
N -1 0 6 2 -2 0 0 0 1 -2 -3 0 -2 -2 -2 1 0 -4 -2 -3 4 0 -1 -5
|
|
5
|
+
D -2 -1 2 7 -3 0 2 -1 0 -4 -3 0 -3 -4 -1 0 -1 -4 -2 -3 5 1 -1 -5
|
|
6
|
+
C -1 -3 -2 -3 12 -3 -3 -3 -3 -3 -2 -3 -2 -2 -4 -1 -1 -5 -3 -1 -2 -3 -2 -5
|
|
7
|
+
Q -1 1 0 0 -3 6 2 -2 1 -2 -2 1 0 -4 -1 0 -1 -2 -1 -3 0 4 -1 -5
|
|
8
|
+
E -1 0 0 2 -3 2 6 -2 0 -3 -2 1 -2 -3 0 0 -1 -3 -2 -3 1 4 -1 -5
|
|
9
|
+
G 0 -2 0 -1 -3 -2 -2 7 -2 -4 -3 -2 -2 -3 -2 0 -2 -2 -3 -3 -1 -2 -1 -5
|
|
10
|
+
H -2 0 1 0 -3 1 0 -2 10 -3 -2 -1 0 -2 -2 -1 -2 -3 2 -3 0 0 -1 -5
|
|
11
|
+
I -1 -3 -2 -4 -3 -2 -3 -4 -3 5 2 -3 2 0 -2 -2 -1 -2 0 3 -3 -3 -1 -5
|
|
12
|
+
L -1 -2 -3 -3 -2 -2 -2 -3 -2 2 5 -3 2 1 -3 -3 -1 -2 0 1 -3 -2 -1 -5
|
|
13
|
+
K -1 3 0 0 -3 1 1 -2 -1 -3 -3 5 -1 -3 -1 -1 -1 -2 -1 -2 0 1 -1 -5
|
|
14
|
+
M -1 -1 -2 -3 -2 0 -2 -2 0 2 2 -1 6 0 -2 -2 -1 -2 0 1 -2 -1 -1 -5
|
|
15
|
+
F -2 -2 -2 -4 -2 -4 -3 -3 -2 0 1 -3 0 8 -3 -2 -1 1 3 0 -3 -3 -1 -5
|
|
16
|
+
P -1 -2 -2 -1 -4 -1 0 -2 -2 -2 -3 -1 -2 -3 9 -1 -1 -3 -3 -3 -2 -1 -1 -5
|
|
17
|
+
S 1 -1 1 0 -1 0 0 0 -1 -2 -3 -1 -2 -2 -1 4 2 -4 -2 -1 0 0 0 -5
|
|
18
|
+
T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -1 -1 -1 -1 -1 2 5 -3 -1 0 0 -1 0 -5
|
|
19
|
+
W -2 -2 -4 -4 -5 -2 -3 -2 -3 -2 -2 -2 -2 1 -3 -4 -3 15 3 -3 -4 -2 -2 -5
|
|
20
|
+
Y -2 -1 -2 -2 -3 -1 -2 -3 2 0 0 -1 0 3 -3 -2 -1 3 8 -1 -2 -2 -1 -5
|
|
21
|
+
V 0 -2 -3 -3 -1 -3 -3 -3 -3 3 1 -2 1 0 -3 -1 0 -3 -1 5 -3 -3 -1 -5
|
|
22
|
+
B -1 -1 4 5 -2 0 1 -1 0 -3 -3 0 -2 -3 -2 0 0 -4 -2 -3 4 2 -1 -5
|
|
23
|
+
Z -1 0 0 1 -3 4 4 -2 0 -3 -2 1 -1 -3 -1 0 -1 -2 -2 -3 2 4 -1 -5
|
|
24
|
+
X 0 -1 -1 -1 -2 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 0 0 -2 -1 -1 -1 -1 -1 -5
|
|
25
|
+
* -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 1
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
A R N D C Q E G H I L K M F P S T W Y V B Z X *
|
|
2
|
+
A 5 -2 -1 -2 -1 -1 -1 0 -2 -1 -2 -1 -1 -3 -1 1 0 -3 -2 0 -2 -1 -1 -5
|
|
3
|
+
R -2 7 -1 -2 -4 1 0 -3 0 -4 -3 3 -2 -3 -3 -1 -1 -3 -1 -3 -1 0 -1 -5
|
|
4
|
+
N -1 -1 7 2 -2 0 0 0 1 -3 -4 0 -2 -4 -2 1 0 -4 -2 -3 4 0 -1 -5
|
|
5
|
+
D -2 -2 2 8 -4 0 2 -1 -1 -4 -4 -1 -4 -5 -1 0 -1 -5 -3 -4 5 1 -1 -5
|
|
6
|
+
C -1 -4 -2 -4 13 -3 -3 -3 -3 -2 -2 -3 -2 -2 -4 -1 -1 -5 -3 -1 -3 -3 -2 -5
|
|
7
|
+
Q -1 1 0 0 -3 7 2 -2 1 -3 -2 2 0 -4 -1 0 -1 -1 -1 -3 0 4 -1 -5
|
|
8
|
+
E -1 0 0 2 -3 2 6 -3 0 -4 -3 1 -2 -3 -1 -1 -1 -3 -2 -3 1 5 -1 -5
|
|
9
|
+
G 0 -3 0 -1 -3 -2 -3 8 -2 -4 -4 -2 -3 -4 -2 0 -2 -3 -3 -4 -1 -2 -2 -5
|
|
10
|
+
H -2 0 1 -1 -3 1 0 -2 10 -4 -3 0 -1 -1 -2 -1 -2 -3 2 -4 0 0 -1 -5
|
|
11
|
+
I -1 -4 -3 -4 -2 -3 -4 -4 -4 5 2 -3 2 0 -3 -3 -1 -3 -1 4 -4 -3 -1 -5
|
|
12
|
+
L -2 -3 -4 -4 -2 -2 -3 -4 -3 2 5 -3 3 1 -4 -3 -1 -2 -1 1 -4 -3 -1 -5
|
|
13
|
+
K -1 3 0 -1 -3 2 1 -2 0 -3 -3 6 -2 -4 -1 0 -1 -3 -2 -3 0 1 -1 -5
|
|
14
|
+
M -1 -2 -2 -4 -2 0 -2 -3 -1 2 3 -2 7 0 -3 -2 -1 -1 0 1 -3 -1 -1 -5
|
|
15
|
+
F -3 -3 -4 -5 -2 -4 -3 -4 -1 0 1 -4 0 8 -4 -3 -2 1 4 -1 -4 -4 -2 -5
|
|
16
|
+
P -1 -3 -2 -1 -4 -1 -1 -2 -2 -3 -4 -1 -3 -4 10 -1 -1 -4 -3 -3 -2 -1 -2 -5
|
|
17
|
+
S 1 -1 1 0 -1 0 -1 0 -1 -3 -3 0 -2 -3 -1 5 2 -4 -2 -2 0 0 -1 -5
|
|
18
|
+
T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -1 -1 -1 -2 -1 2 5 -3 -2 0 0 -1 0 -5
|
|
19
|
+
W -3 -3 -4 -5 -5 -1 -3 -3 -3 -3 -2 -3 -1 1 -4 -4 -3 15 2 -3 -5 -2 -3 -5
|
|
20
|
+
Y -2 -1 -2 -3 -3 -1 -2 -3 2 -1 -1 -2 0 4 -3 -2 -2 2 8 -1 -3 -2 -1 -5
|
|
21
|
+
V 0 -3 -3 -4 -1 -3 -3 -4 -4 4 1 -3 1 -1 -3 -2 0 -3 -1 5 -4 -3 -1 -5
|
|
22
|
+
B -2 -1 4 5 -3 0 1 -1 0 -4 -4 0 -3 -4 -2 0 0 -5 -3 -4 5 2 -1 -5
|
|
23
|
+
Z -1 0 0 1 -3 4 5 -2 0 -3 -3 1 -1 -4 -1 0 -1 -2 -2 -3 2 5 -1 -5
|
|
24
|
+
X -1 -1 -1 -1 -2 -1 -1 -2 -1 -1 -1 -1 -1 -2 -2 -1 0 -3 -1 -1 -1 -1 -1 -5
|
|
25
|
+
* -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 1
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Matrix made by matblas from blosum55.iij
|
|
2
|
+
# * column uses minimum score
|
|
3
|
+
# BLOSUM Clustered Scoring Matrix in 1/3 Bit Units
|
|
4
|
+
# Blocks Database = /data/blocks_5.0/blocks.dat
|
|
5
|
+
# Cluster Percentage: >= 55
|
|
6
|
+
# Entropy = 0.5637, Expected = -0.4179
|
|
7
|
+
A R N D C Q E G H I L K M F P S T W Y V B Z X *
|
|
8
|
+
A 5 -2 -2 -2 0 -1 -1 0 -2 -2 -2 -1 -1 -3 -1 2 0 -4 -2 0 -2 -1 -1 -5
|
|
9
|
+
R -2 8 -1 -2 -4 1 0 -3 0 -4 -3 3 -2 -3 -3 -1 -1 -3 -2 -3 -1 0 -1 -5
|
|
10
|
+
N -2 -1 8 2 -3 0 0 0 1 -4 -4 0 -3 -4 -2 1 0 -5 -2 -4 4 0 -1 -5
|
|
11
|
+
D -2 -2 2 8 -4 0 2 -2 -1 -4 -5 -1 -4 -5 -2 0 -1 -5 -3 -4 5 1 -2 -5
|
|
12
|
+
C 0 -4 -3 -4 13 -4 -4 -3 -4 -2 -2 -4 -2 -3 -3 -1 -1 -4 -3 -1 -4 -4 -2 -5
|
|
13
|
+
Q -1 1 0 0 -4 7 2 -2 1 -4 -3 2 0 -4 -1 0 -1 -2 -1 -3 0 4 -1 -5
|
|
14
|
+
E -1 0 0 2 -4 2 7 -3 -1 -4 -4 1 -3 -4 -1 0 -1 -3 -2 -3 1 5 -1 -5
|
|
15
|
+
G 0 -3 0 -2 -3 -2 -3 8 -2 -5 -5 -2 -3 -4 -3 0 -2 -3 -4 -4 -1 -3 -2 -5
|
|
16
|
+
H -2 0 1 -1 -4 1 -1 -2 11 -4 -3 0 -2 -1 -3 -1 -2 -3 2 -4 0 0 -1 -5
|
|
17
|
+
I -2 -4 -4 -4 -2 -4 -4 -5 -4 6 2 -4 2 0 -3 -3 -1 -3 -1 4 -4 -4 -1 -5
|
|
18
|
+
L -2 -3 -4 -5 -2 -3 -4 -5 -3 2 6 -3 3 1 -4 -3 -2 -3 -1 1 -4 -3 -1 -5
|
|
19
|
+
K -1 3 0 -1 -4 2 1 -2 0 -4 -3 6 -2 -4 -1 0 -1 -4 -2 -3 0 1 -1 -5
|
|
20
|
+
M -1 -2 -3 -4 -2 0 -3 -3 -2 2 3 -2 8 0 -3 -2 -1 -2 -1 1 -3 -2 -1 -5
|
|
21
|
+
F -3 -3 -4 -5 -3 -4 -4 -4 -1 0 1 -4 0 9 -5 -3 -3 2 4 -1 -5 -4 -2 -5
|
|
22
|
+
P -1 -3 -2 -2 -3 -1 -1 -3 -3 -3 -4 -1 -3 -5 10 -1 -1 -5 -4 -3 -2 -1 -2 -5
|
|
23
|
+
S 2 -1 1 0 -1 0 0 0 -1 -3 -3 0 -2 -3 -1 5 2 -4 -2 -2 0 0 -1 -5
|
|
24
|
+
T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -2 -1 -1 -3 -1 2 6 -3 -2 0 -1 -1 -1 -5
|
|
25
|
+
W -4 -3 -5 -5 -4 -2 -3 -3 -3 -3 -3 -4 -2 2 -5 -4 -3 15 3 -4 -5 -3 -3 -5
|
|
26
|
+
Y -2 -2 -2 -3 -3 -1 -2 -4 2 -1 -1 -2 -1 4 -4 -2 -2 3 9 -2 -3 -2 -1 -5
|
|
27
|
+
V 0 -3 -4 -4 -1 -3 -3 -4 -4 4 1 -3 1 -1 -3 -2 0 -4 -2 5 -4 -3 -1 -5
|
|
28
|
+
B -2 -1 4 5 -4 0 1 -1 0 -4 -4 0 -3 -5 -2 0 -1 -5 -3 -4 5 2 -1 -5
|
|
29
|
+
Z -1 0 0 1 -4 4 5 -3 0 -4 -3 1 -2 -4 -1 0 -1 -3 -2 -3 2 5 -1 -5
|
|
30
|
+
X -1 -1 -1 -2 -2 -1 -1 -2 -1 -1 -1 -1 -1 -2 -2 -1 -1 -3 -1 -1 -1 -1 -1 -5
|
|
31
|
+
* -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 1
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Matrix made by matblas from blosum60.iij
|
|
2
|
+
# * column uses minimum score
|
|
3
|
+
# BLOSUM Clustered Scoring Matrix in 1/2 Bit Units
|
|
4
|
+
# Blocks Database = /data/blocks_5.0/blocks.dat
|
|
5
|
+
# Cluster Percentage: >= 60
|
|
6
|
+
# Entropy = 0.6603, Expected = -0.4917
|
|
7
|
+
A R N D C Q E G H I L K M F P S T W Y V B Z X *
|
|
8
|
+
A 4 -1 -1 -2 0 -1 -1 0 -2 -1 -1 -1 -1 -2 -1 1 0 -3 -2 0 -2 -1 0 -4
|
|
9
|
+
R -1 5 0 -1 -3 1 0 -2 0 -3 -2 2 -1 -3 -2 -1 -1 -3 -2 -2 -1 0 -1 -4
|
|
10
|
+
N -1 0 6 1 -2 0 0 0 1 -3 -3 0 -2 -3 -2 1 0 -4 -2 -3 3 0 -1 -4
|
|
11
|
+
D -2 -1 1 6 -3 0 2 -1 -1 -3 -3 -1 -3 -3 -1 0 -1 -4 -3 -3 4 1 -1 -4
|
|
12
|
+
C 0 -3 -2 -3 9 -3 -3 -2 -3 -1 -1 -3 -1 -2 -3 -1 -1 -2 -2 -1 -3 -3 -2 -4
|
|
13
|
+
Q -1 1 0 0 -3 5 2 -2 1 -3 -2 1 0 -3 -1 0 -1 -2 -1 -2 0 3 -1 -4
|
|
14
|
+
E -1 0 0 2 -3 2 5 -2 0 -3 -3 1 -2 -3 -1 0 -1 -3 -2 -2 1 4 -1 -4
|
|
15
|
+
G 0 -2 0 -1 -2 -2 -2 6 -2 -3 -4 -1 -2 -3 -2 0 -2 -2 -3 -3 -1 -2 -1 -4
|
|
16
|
+
H -2 0 1 -1 -3 1 0 -2 7 -3 -3 -1 -1 -1 -2 -1 -2 -2 2 -3 0 0 -1 -4
|
|
17
|
+
I -1 -3 -3 -3 -1 -3 -3 -3 -3 4 2 -3 1 0 -3 -2 -1 -2 -1 3 -3 -3 -1 -4
|
|
18
|
+
L -1 -2 -3 -3 -1 -2 -3 -4 -3 2 4 -2 2 0 -3 -2 -1 -2 -1 1 -3 -2 -1 -4
|
|
19
|
+
K -1 2 0 -1 -3 1 1 -1 -1 -3 -2 4 -1 -3 -1 0 -1 -3 -2 -2 0 1 -1 -4
|
|
20
|
+
M -1 -1 -2 -3 -1 0 -2 -2 -1 1 2 -1 5 0 -2 -1 -1 -1 -1 1 -3 -1 -1 -4
|
|
21
|
+
F -2 -3 -3 -3 -2 -3 -3 -3 -1 0 0 -3 0 6 -4 -2 -2 1 3 -1 -3 -3 -1 -4
|
|
22
|
+
P -1 -2 -2 -1 -3 -1 -1 -2 -2 -3 -3 -1 -2 -4 7 -1 -1 -4 -3 -2 -2 -1 -2 -4
|
|
23
|
+
S 1 -1 1 0 -1 0 0 0 -1 -2 -2 0 -1 -2 -1 4 1 -3 -2 -2 0 0 0 -4
|
|
24
|
+
T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -1 -1 -1 -2 -1 1 4 -2 -2 0 0 -1 0 -4
|
|
25
|
+
W -3 -3 -4 -4 -2 -2 -3 -2 -2 -2 -2 -3 -1 1 -4 -3 -2 10 2 -3 -4 -2 -2 -4
|
|
26
|
+
Y -2 -2 -2 -3 -2 -1 -2 -3 2 -1 -1 -2 -1 3 -3 -2 -2 2 6 -1 -2 -2 -1 -4
|
|
27
|
+
V 0 -2 -3 -3 -1 -2 -2 -3 -3 3 1 -2 1 -1 -2 -2 0 -3 -1 4 -3 -2 -1 -4
|
|
28
|
+
B -2 -1 3 4 -3 0 1 -1 0 -3 -3 0 -3 -3 -2 0 0 -4 -2 -3 4 1 -1 -4
|
|
29
|
+
Z -1 0 0 1 -3 3 4 -2 0 -3 -2 1 -1 -3 -1 0 -1 -2 -2 -2 1 3 -1 -4
|
|
30
|
+
X 0 -1 -1 -1 -2 -1 -1 -1 -1 -1 -1 -1 -1 -1 -2 0 0 -2 -1 -1 -1 -1 -1 -4
|
|
31
|
+
* -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 1
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
A R N D C Q E G H I L K M F P S T W Y V B Z X *
|
|
2
|
+
A 4 -1 -2 -2 0 -1 -1 0 -2 -1 -1 -1 -1 -2 -1 1 0 -3 -2 0 -2 -1 0 -4
|
|
3
|
+
R -1 5 0 -2 -3 1 0 -2 0 -3 -2 2 -1 -3 -2 -1 -1 -3 -2 -3 -1 0 -1 -4
|
|
4
|
+
N -2 0 6 1 -3 0 0 0 1 -3 -3 0 -2 -3 -2 1 0 -4 -2 -3 3 0 -1 -4
|
|
5
|
+
D -2 -2 1 6 -3 0 2 -1 -1 -3 -4 -1 -3 -3 -1 0 -1 -4 -3 -3 4 1 -1 -4
|
|
6
|
+
C 0 -3 -3 -3 9 -3 -4 -3 -3 -1 -1 -3 -1 -2 -3 -1 -1 -2 -2 -1 -3 -3 -2 -4
|
|
7
|
+
Q -1 1 0 0 -3 5 2 -2 0 -3 -2 1 0 -3 -1 0 -1 -2 -1 -2 0 3 -1 -4
|
|
8
|
+
E -1 0 0 2 -4 2 5 -2 0 -3 -3 1 -2 -3 -1 0 -1 -3 -2 -2 1 4 -1 -4
|
|
9
|
+
G 0 -2 0 -1 -3 -2 -2 6 -2 -4 -4 -2 -3 -3 -2 0 -2 -2 -3 -3 -1 -2 -1 -4
|
|
10
|
+
H -2 0 1 -1 -3 0 0 -2 8 -3 -3 -1 -2 -1 -2 -1 -2 -2 2 -3 0 0 -1 -4
|
|
11
|
+
I -1 -3 -3 -3 -1 -3 -3 -4 -3 4 2 -3 1 0 -3 -2 -1 -3 -1 3 -3 -3 -1 -4
|
|
12
|
+
L -1 -2 -3 -4 -1 -2 -3 -4 -3 2 4 -2 2 0 -3 -2 -1 -2 -1 1 -4 -3 -1 -4
|
|
13
|
+
K -1 2 0 -1 -3 1 1 -2 -1 -3 -2 5 -1 -3 -1 0 -1 -3 -2 -2 0 1 -1 -4
|
|
14
|
+
M -1 -1 -2 -3 -1 0 -2 -3 -2 1 2 -1 5 0 -2 -1 -1 -1 -1 1 -3 -1 -1 -4
|
|
15
|
+
F -2 -3 -3 -3 -2 -3 -3 -3 -1 0 0 -3 0 6 -4 -2 -2 1 3 -1 -3 -3 -1 -4
|
|
16
|
+
P -1 -2 -2 -1 -3 -1 -1 -2 -2 -3 -3 -1 -2 -4 7 -1 -1 -4 -3 -2 -2 -1 -2 -4
|
|
17
|
+
S 1 -1 1 0 -1 0 0 0 -1 -2 -2 0 -1 -2 -1 4 1 -3 -2 -2 0 0 0 -4
|
|
18
|
+
T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -1 -1 -1 -2 -1 1 5 -2 -2 0 -1 -1 0 -4
|
|
19
|
+
W -3 -3 -4 -4 -2 -2 -3 -2 -2 -3 -2 -3 -1 1 -4 -3 -2 11 2 -3 -4 -3 -2 -4
|
|
20
|
+
Y -2 -2 -2 -3 -2 -1 -2 -3 2 -1 -1 -2 -1 3 -3 -2 -2 2 7 -1 -3 -2 -1 -4
|
|
21
|
+
V 0 -3 -3 -3 -1 -2 -2 -3 -3 3 1 -2 1 -1 -2 -2 0 -3 -1 4 -3 -2 -1 -4
|
|
22
|
+
B -2 -1 3 4 -3 0 1 -1 0 -3 -4 0 -3 -3 -2 0 -1 -4 -3 -3 4 1 -1 -4
|
|
23
|
+
Z -1 0 0 1 -3 3 4 -2 0 -3 -3 1 -1 -3 -1 0 -1 -3 -2 -2 1 4 -1 -4
|
|
24
|
+
X 0 -1 -1 -1 -2 -1 -1 -1 -1 -1 -1 -1 -1 -1 -2 0 0 -2 -1 -1 -1 -1 -1 -4
|
|
25
|
+
* -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 -4 1
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Matrix made by matblas from blosum65.iij
|
|
2
|
+
# * column uses minimum score
|
|
3
|
+
# BLOSUM Clustered Scoring Matrix in 1/2 Bit Units
|
|
4
|
+
# Blocks Database = /data/blocks_5.0/blocks.dat
|
|
5
|
+
# Cluster Percentage: >= 65
|
|
6
|
+
# Entropy = 0.7576, Expected = -0.5675
|
|
7
|
+
A R N D C Q E G H I L K M F P S T W Y V B Z X *
|
|
8
|
+
A 4 -1 -2 -2 0 -1 -1 0 -2 -1 -2 -1 -1 -2 -1 1 0 -3 -2 0 -2 -1 -1 -5
|
|
9
|
+
R -1 6 0 -2 -4 1 0 -2 0 -3 -2 2 -2 -3 -2 -1 -1 -3 -2 -3 -1 0 -1 -5
|
|
10
|
+
N -2 0 6 1 -3 0 0 -1 1 -3 -4 0 -2 -3 -2 1 0 -4 -2 -3 3 0 -1 -5
|
|
11
|
+
D -2 -2 1 6 -4 0 2 -1 -1 -3 -4 -1 -3 -4 -2 0 -1 -5 -3 -3 4 1 -1 -5
|
|
12
|
+
C 0 -4 -3 -4 9 -3 -4 -3 -3 -1 -1 -3 -2 -2 -3 -1 -1 -2 -2 -1 -3 -4 -2 -5
|
|
13
|
+
Q -1 1 0 0 -3 6 2 -2 1 -3 -2 1 0 -3 -1 0 -1 -2 -2 -2 0 3 -1 -5
|
|
14
|
+
E -1 0 0 2 -4 2 5 -2 0 -3 -3 1 -2 -3 -1 0 -1 -3 -2 -3 1 4 -1 -5
|
|
15
|
+
G 0 -2 -1 -1 -3 -2 -2 6 -2 -4 -4 -2 -3 -3 -2 0 -2 -3 -3 -3 -1 -2 -2 -5
|
|
16
|
+
H -2 0 1 -1 -3 1 0 -2 8 -3 -3 -1 -2 -1 -2 -1 -2 -2 2 -3 0 0 -1 -5
|
|
17
|
+
I -1 -3 -3 -3 -1 -3 -3 -4 -3 4 2 -3 1 0 -3 -2 -1 -2 -1 3 -3 -3 -1 -5
|
|
18
|
+
L -2 -2 -4 -4 -1 -2 -3 -4 -3 2 4 -3 2 0 -3 -3 -1 -2 -1 1 -4 -3 -1 -5
|
|
19
|
+
K -1 2 0 -1 -3 1 1 -2 -1 -3 -3 5 -2 -3 -1 0 -1 -3 -2 -2 0 1 -1 -5
|
|
20
|
+
M -1 -2 -2 -3 -2 0 -2 -3 -2 1 2 -2 6 0 -3 -2 -1 -2 -1 1 -3 -2 -1 -5
|
|
21
|
+
F -2 -3 -3 -4 -2 -3 -3 -3 -1 0 0 -3 0 6 -4 -2 -2 1 3 -1 -3 -3 -2 -5
|
|
22
|
+
P -1 -2 -2 -2 -3 -1 -1 -2 -2 -3 -3 -1 -3 -4 8 -1 -1 -4 -3 -2 -2 -1 -2 -5
|
|
23
|
+
S 1 -1 1 0 -1 0 0 0 -1 -2 -3 0 -2 -2 -1 4 1 -3 -2 -2 0 0 -1 -5
|
|
24
|
+
T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -1 -1 -1 -2 -1 1 5 -3 -2 0 -1 -1 -1 -5
|
|
25
|
+
W -3 -3 -4 -5 -2 -2 -3 -3 -2 -2 -2 -3 -2 1 -4 -3 -3 10 2 -3 -4 -3 -2 -5
|
|
26
|
+
Y -2 -2 -2 -3 -2 -2 -2 -3 2 -1 -1 -2 -1 3 -3 -2 -2 2 7 -1 -3 -2 -1 -5
|
|
27
|
+
V 0 -3 -3 -3 -1 -2 -3 -3 -3 3 1 -2 1 -1 -2 -2 0 -3 -1 4 -3 -2 -1 -5
|
|
28
|
+
B -2 -1 3 4 -3 0 1 -1 0 -3 -4 0 -3 -3 -2 0 -1 -4 -3 -3 4 1 -1 -5
|
|
29
|
+
Z -1 0 0 1 -4 3 4 -2 0 -3 -3 1 -2 -3 -1 0 -1 -3 -2 -2 1 4 -1 -5
|
|
30
|
+
X -1 -1 -1 -1 -2 -1 -1 -2 -1 -1 -1 -1 -1 -2 -2 -1 -1 -2 -1 -1 -1 -1 -1 -5
|
|
31
|
+
* -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 1
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Matrix made by matblas from blosum70.iij
|
|
2
|
+
# * column uses minimum score
|
|
3
|
+
# BLOSUM Clustered Scoring Matrix in 1/2 Bit Units
|
|
4
|
+
# Blocks Database = /data/blocks_5.0/blocks.dat
|
|
5
|
+
# Cluster Percentage: >= 70
|
|
6
|
+
# Entropy = 0.8391, Expected = -0.6313
|
|
7
|
+
A R N D C Q E G H I L K M F P S T W Y V B Z X *
|
|
8
|
+
A 4 -2 -2 -2 -1 -1 -1 0 -2 -2 -2 -1 -1 -2 -1 1 0 -3 -2 0 -2 -1 -1 -5
|
|
9
|
+
R -2 6 -1 -2 -4 1 0 -3 0 -3 -3 2 -2 -3 -2 -1 -1 -3 -2 -3 -1 0 -1 -5
|
|
10
|
+
N -2 -1 6 1 -3 0 0 -1 0 -4 -4 0 -2 -3 -2 0 0 -4 -2 -3 3 0 -1 -5
|
|
11
|
+
D -2 -2 1 6 -4 -1 1 -2 -1 -4 -4 -1 -3 -4 -2 0 -1 -5 -4 -4 4 1 -2 -5
|
|
12
|
+
C -1 -4 -3 -4 9 -3 -4 -3 -4 -1 -2 -4 -2 -2 -3 -1 -1 -3 -3 -1 -4 -4 -2 -5
|
|
13
|
+
Q -1 1 0 -1 -3 6 2 -2 1 -3 -2 1 0 -3 -2 0 -1 -2 -2 -2 0 3 -1 -5
|
|
14
|
+
E -1 0 0 1 -4 2 5 -2 0 -4 -3 1 -2 -4 -1 0 -1 -4 -3 -3 1 4 -1 -5
|
|
15
|
+
G 0 -3 -1 -2 -3 -2 -2 6 -2 -4 -4 -2 -3 -4 -3 -1 -2 -3 -4 -4 -1 -2 -2 -5
|
|
16
|
+
H -2 0 0 -1 -4 1 0 -2 8 -4 -3 -1 -2 -1 -2 -1 -2 -2 2 -3 -1 0 -1 -5
|
|
17
|
+
I -2 -3 -4 -4 -1 -3 -4 -4 -4 4 2 -3 1 0 -3 -3 -1 -3 -1 3 -4 -3 -1 -5
|
|
18
|
+
L -2 -3 -4 -4 -2 -2 -3 -4 -3 2 4 -3 2 0 -3 -3 -2 -2 -1 1 -4 -3 -1 -5
|
|
19
|
+
K -1 2 0 -1 -4 1 1 -2 -1 -3 -3 5 -2 -3 -1 0 -1 -3 -2 -3 -1 1 -1 -5
|
|
20
|
+
M -1 -2 -2 -3 -2 0 -2 -3 -2 1 2 -2 6 0 -3 -2 -1 -2 -1 1 -3 -2 -1 -5
|
|
21
|
+
F -2 -3 -3 -4 -2 -3 -4 -4 -1 0 0 -3 0 6 -4 -3 -2 1 3 -1 -4 -4 -2 -5
|
|
22
|
+
P -1 -2 -2 -2 -3 -2 -1 -3 -2 -3 -3 -1 -3 -4 8 -1 -1 -4 -3 -3 -2 -1 -2 -5
|
|
23
|
+
S 1 -1 0 0 -1 0 0 -1 -1 -3 -3 0 -2 -3 -1 4 1 -3 -2 -2 0 0 -1 -5
|
|
24
|
+
T 0 -1 0 -1 -1 -1 -1 -2 -2 -1 -2 -1 -1 -2 -1 1 5 -3 -2 0 -1 -1 -1 -5
|
|
25
|
+
W -3 -3 -4 -5 -3 -2 -4 -3 -2 -3 -2 -3 -2 1 -4 -3 -3 11 2 -3 -4 -3 -3 -5
|
|
26
|
+
Y -2 -2 -2 -4 -3 -2 -3 -4 2 -1 -1 -2 -1 3 -3 -2 -2 2 7 -2 -3 -2 -2 -5
|
|
27
|
+
V 0 -3 -3 -4 -1 -2 -3 -4 -3 3 1 -3 1 -1 -3 -2 0 -3 -2 4 -3 -3 -1 -5
|
|
28
|
+
B -2 -1 3 4 -4 0 1 -1 -1 -4 -4 -1 -3 -4 -2 0 -1 -4 -3 -3 4 0 -1 -5
|
|
29
|
+
Z -1 0 0 1 -4 3 4 -2 0 -3 -3 1 -2 -4 -1 0 -1 -3 -2 -3 0 4 -1 -5
|
|
30
|
+
X -1 -1 -1 -2 -2 -1 -1 -2 -1 -1 -1 -1 -1 -2 -2 -1 -1 -3 -2 -1 -1 -1 -1 -5
|
|
31
|
+
* -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 -5 1
|