Datasets:
Marissa Dolorfino commited on
Commit ·
c4c9024
1
Parent(s): 06a2727
yaml
Browse files
README.md
CHANGED
|
@@ -3,54 +3,8 @@ 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
|
|
|
|
| 3 |
configs:
|
| 4 |
- config_name: raw
|
| 5 |
data_files: "raw/*.csv"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
- config_name: processed
|
| 7 |
data_files: "processed/*.csv"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# BELKA-DEL-ExperimentalData
|