File: LEVIN

package info (click to toggle)
python-biopython 1.85%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 126,372 kB
  • sloc: xml: 1,047,995; python: 332,722; ansic: 16,944; sql: 1,208; makefile: 140; sh: 81
file content (27 lines) | stat: -rw-r--r-- 1,542 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#  Jonathan M. Levin, Barry Robson, Jean Garnier:
#  "An algorithm for secondary structure determination in proteins based on
#  sequence similarity."
#  FEBS Letters 205(2): 303-308 (1986).
#  Figure 1.
#  PMID 3743779
   A  C  D  E  F  G  H  I  K  L  M  N  P  Q  R  S  T  V  W  Y
A  2  0  0  1 -1  0  0  0  0  0  0  0 -1  0  0  1  0  0 -1 -1 
C  0  2  0  0 -1  0  0  0  0  0  0  0  0  0  0  0  0  0 -1 -1 
D  0  0  2  1 -1  0  0 -1  0 -1 -1  1  0  0  0  0  0 -1 -1 -1 
E  1  0  1  2 -1  0  0 -1  0 -1 -1  0 -1  1  0  0  0 -1 -1 -1 
F -1 -1 -1 -1  2 -1 -1  1 -1  0  0 -1 -1 -1 -1 -1 -1  0  0  1 
G  0  0  0  0 -1  2  0 -1  0 -1 -1  0  0  0  0  0  0 -1 -1 -1 
H  0  0  0  0 -1  0  2 -1  0 -1 -1  0  0  0  0  0  0 -1 -1  0 
I  0  0 -1 -1  1 -1 -1  2 -1  0  0 -1 -1 -1 -1 -1  0  1  0  0 
K  0  0  0  0 -1  0  0 -1  2 -1 -1  1  0  0  1  0  0 -1 -1 -1 
L  0  0 -1 -1  0 -1 -1  0 -1  2  2 -1 -1 -1 -1 -1  0  1  0  0 
M  0  0 -1 -1  0 -1 -1  0 -1  2  2 -1 -1 -1 -1 -1  0  0  0  0 
N  0  0  1  0 -1  0  0 -1  1 -1 -1  3  0  1  0  0  0 -1 -1 -1 
P -1  0  0 -1 -1  0  0 -1  0 -1 -1  0  3  0  0  0  0 -1 -1 -1 
Q  0  0  0  1 -1  0  0 -1  0 -1 -1  1  0  2  0  0  0 -1 -1 -1 
R  0  0  0  0 -1  0  0 -1  1 -1 -1  0  0  0  2  0  0 -1  0 -1 
S  1  0  0  0 -1  0  0 -1  0 -1 -1  0  0  0  0  2  0 -1 -1 -1 
T  0  0  0  0 -1  0  0  0  0  0  0  0  0  0  0  0  2  0 -1 -1 
V  0  0 -1 -1  0 -1 -1  1 -1  1  0 -1 -1 -1 -1 -1  0  2  0  0 
W -1 -1 -1 -1  0 -1 -1  0 -1  0  0 -1 -1 -1  0 -1 -1  0  2  0 
Y -1 -1 -1 -1  1 -1  0  0 -1  0  0 -1 -1 -1 -1 -1 -1  0  0  2