Datasets:
Marissa Dolorfino commited on
Commit ·
06a2727
1
Parent(s): 9763cff
yaml
Browse files
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 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 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 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 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
|