Marissa Dolorfino commited on
Commit
06a2727
·
1 Parent(s): 9763cff
Files changed (1) hide show
  1. README.md +46 -94
README.md CHANGED
@@ -2,103 +2,55 @@
2
  license: mit
3
  configs:
4
  - config_name: raw
5
- data_files:
6
- - split: raw
7
- path: "raw/*.csv"
8
  features:
9
- - name: Entry ID
10
- dtype: string
11
- - name: Experimental Method
12
- dtype: string
13
- - name: Deposition Date
14
- dtype: string
15
- - name: Release Date
16
- dtype: string
17
- - name: Ligand
18
- dtype: string
19
- - name: Value
20
- dtype: float64
21
- - name: Type
22
- dtype: string
23
- - name: Unit
24
- dtype: string
25
- - name: PDB ID
26
- dtype: string
27
- - name: Total Number of Non-polymer Instances
28
- dtype: float64
29
- - name: Refinement Resolution (Å)
30
- dtype: string
31
- - name: Structure Determination Methodology
32
- dtype: string
33
- - name: DOI
34
- dtype: string
35
- - name: Expression Host
36
- dtype: string
37
- - name: Source Organism
38
- dtype: string
39
- - name: Macromolecule Name
40
- dtype: string
41
- - name: Entity ID
42
- dtype: float64
43
- - name: Ligand ID
44
- dtype: string
45
- - name: Ligand Name
46
- dtype: string
47
- - name: Ligand SMILES
48
- dtype: string
49
- - name: Protein
50
- dtype: string
51
- - name: Molecular Weight
52
- dtype: float64
53
  - config_name: processed
54
- data_files:
55
- - split: processed
56
- path: "processed/*.csv"
57
  features:
58
- - name: Entry ID
59
- dtype: string
60
- - name: Experimental Method
61
- dtype: string
62
- - name: Deposition Date
63
- dtype: string
64
- - name: Release Date
65
- dtype: string
66
- - name: Ligand
67
- dtype: string
68
- - name: Value
69
- dtype: float64
70
- - name: Type
71
- dtype: string
72
- - name: Unit
73
- dtype: string
74
- - name: PDB ID
75
- dtype: string
76
- - name: Total Number of Non-polymer Instances
77
- dtype: float64
78
- - name: Refinement Resolution (Å)
79
- dtype: string
80
- - name: Structure Determination Methodology
81
- dtype: string
82
- - name: DOI
83
- dtype: string
84
- - name: Expression Host
85
- dtype: string
86
- - name: Source Organism
87
- dtype: string
88
- - name: Macromolecule Name
89
- dtype: string
90
- - name: Entity ID
91
- dtype: float64
92
- - name: Ligand ID
93
- dtype: string
94
- - name: Ligand Name
95
- dtype: string
96
- - name: Ligand SMILES
97
- dtype: string
98
- - name: Protein
99
- dtype: string
100
- - name: Molecular Weight
101
- dtype: float64
102
  ---
103
 
104
  # BELKA-DEL-ExperimentalData
 
2
  license: mit
3
  configs:
4
  - config_name: raw
5
+ data_files: "raw/*.csv"
 
 
6
  features:
7
+ Entry ID: string
8
+ Experimental Method: string
9
+ Deposition Date: string
10
+ Release Date: string
11
+ Ligand: string
12
+ Value: float64
13
+ Type: string
14
+ Unit: string
15
+ PDB ID: string
16
+ Total Number of Non-polymer Instances: float64
17
+ Refinement Resolution (Å): string
18
+ Structure Determination Methodology: string
19
+ DOI: string
20
+ Expression Host: string
21
+ Source Organism: string
22
+ Macromolecule Name: string
23
+ Entity ID: float64
24
+ Ligand ID: string
25
+ Ligand Name: string
26
+ Ligand SMILES: string
27
+ Protein: string
28
+ Molecular Weight: float64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  - config_name: processed
30
+ data_files: "processed/*.csv"
 
 
31
  features:
32
+ Entry ID: string
33
+ Experimental Method: string
34
+ Deposition Date: string
35
+ Release Date: string
36
+ Ligand: string
37
+ Value: float64
38
+ Type: string
39
+ Unit: string
40
+ PDB ID: string
41
+ Total Number of Non-polymer Instances: float64
42
+ Refinement Resolution (Å): string
43
+ Structure Determination Methodology: string
44
+ DOI: string
45
+ Expression Host: string
46
+ Source Organism: string
47
+ Macromolecule Name: string
48
+ Entity ID: float64
49
+ Ligand ID: string
50
+ Ligand Name: string
51
+ Ligand SMILES: string
52
+ Protein: string
53
+ Molecular Weight: float64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  ---
55
 
56
  # BELKA-DEL-ExperimentalData