summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2022-07-01 14:16:00 -0400
committerBrian Cully <bjc@kublai.com>2022-07-01 14:30:10 -0400
commit7e369760001a2fd853b8dbd4ac8f8084f7f0b48d (patch)
tree81399b454b6ff97fabd27429ee0f2cf8570e7856
parent9c53bc57f763521674939be791e56c5292b9222c (diff)
downloadfav-7e369760001a2fd853b8dbd4ac8f8084f7f0b48d.tar.gz
fav-7e369760001a2fd853b8dbd4ac8f8084f7f0b48d.zip
Add CSV for mapping amino acid short codes to letters.
-rw-r--r--amino-acid-letters.csv22
1 files changed, 22 insertions, 0 deletions
diff --git a/amino-acid-letters.csv b/amino-acid-letters.csv
new file mode 100644
index 0000000..8c4a24b
--- /dev/null
+++ b/amino-acid-letters.csv
@@ -0,0 +1,22 @@
+amino-acid,letter
+Ala,A
+Arg,R
+Asn,N
+Asp,D
+Cys,C
+Gln,Q
+Glu,E
+Gly,G
+His,H
+Ile,I
+Leu,L
+Lys,K
+Met,M
+Phe,F
+Pro,P
+Ser,S
+Thr,T
+Trp,W
+Tyr,Y
+Val,V
+STOP,*