test: multifile
Browse files- data_clean.csv +21 -0
data_clean.csv
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
SMILES,aminoacid_name,three_letter_code,one_letter_code,type
|
2 |
+
C[C@@H](C(=O)O)N,alanine,ala,A,non-polar
|
3 |
+
C(C[C@@H](C(=O)O)N)CN=C(N)N,arginine,arg,R,positively charged
|
4 |
+
C([C@@H](C(=O)O)N)C(=O)N,asparagine,asn,N,polar
|
5 |
+
C([C@@H](C(=O)O)N)C(=O)O,aspartic acid,asp,D,negatively charged
|
6 |
+
C([C@@H](C(=O)O)N)S,cysteine,cys,C,non-polar
|
7 |
+
C(CC(=O)O)[C@@H](C(=O)O)N,glutamic acid,glu,E,negatively charged
|
8 |
+
C(CC(=O)N)[C@@H](C(=O)O)N,glutamine,gln,Q,polar
|
9 |
+
C(C(=O)O)N,glycine,gly,G,non-polar
|
10 |
+
C1=C(NC=N1)C[C@@H](C(=O)O)N,histidine,his,H,positively charged
|
11 |
+
CC[C@H](C)[C@@H](C(=O)O)N,isoleucine,ile,I,non-polar
|
12 |
+
CC(C)C[C@@H](C(=O)O)N,leucine,leu,L,non-polar
|
13 |
+
C(CCN)C[C@@H](C(=O)O)N,lysine,lys,K,positively charged
|
14 |
+
CSCC[C@@H](C(=O)O)N,methionine,met,M,non-polar
|
15 |
+
C1=CC=C(C=C1)C[C@@H](C(=O)O)N,phenylalanine,phe,F,non-polar
|
16 |
+
C1C[C@H](NC1)C(=O)O,proline,pro,P,non-polar
|
17 |
+
C([C@@H](C(=O)O)N)O,serine,ser,S,polar
|
18 |
+
C[C@H]([C@@H](C(=O)O)N)O,threonine,thr,T,polar
|
19 |
+
C1=CC=C2C(=C1)C(=CN2)C[C@@H](C(=O)O)N,tryptophan,trp,W,non-polar
|
20 |
+
C1=CC(=CC=C1C[C@@H](C(=O)O)N)O,tyrosine,tyr,Y,polar
|
21 |
+
CC(C)[C@@H](C(=O)O)N,valine,val,V,non-polar
|