source: trunk/GDE/MAFFT/mafft-7.055-with-extensions/core/miyata.h

Last change on this file was 10371, checked in by aboeckma, 11 years ago

updated mafft version. Added extensions (no svn ignore, yet)

File size: 711 bytes
Line 
1double polarity_[] =
2{
3         8.1,  /* A */
4        10.5,  /* R */
5        11.6,  /* N */
6        13.0,  /* D */
7         5.5,  /* C */
8        10.5,  /* Q */
9        12.3,  /* E */
10         9.0,  /* G */
11        10.4,  /* H */
12         5.2,  /* I */
13         4.9,  /* L */
14        11.3,  /* K */
15         5.7,  /* M */
16         5.2,  /* F */
17         8.0,  /* P */
18         9.2,  /* S */
19         8.6,  /* T */
20         5.4,  /* W */
21         6.2,  /* Y */
22         5.9,  /* V */
23};
24
25double volume_[] =
26{
27         31.0,  /* A */
28        124.0,  /* R */
29         56.0,  /* N */
30         54.0,  /* D */
31         55.0,  /* C */
32         85.0,  /* Q */
33         83.0,  /* E */
34          3.0,  /* G */
35         96.0,  /* H */
36        111.0,  /* I */
37        111.0,  /* L */
38        119.0,  /* K */
39        105.0,  /* M */
40        132.0,  /* F */
41         32.5,  /* P */
42         32.0,  /* S */
43         61.0,  /* T */
44        170.0,  /* W */
45        136.0,  /* Y */
46         84.0,  /* V */
47};
Note: See TracBrowser for help on using the repository browser.