Upload 7 files
Browse files- .gitattributes +3 -0
- README.md +29 -0
- test/data.mdb +3 -0
- test/lock.mdb +0 -0
- train/data.mdb +3 -0
- train/lock.mdb +0 -0
- valid/data.mdb +3 -0
- valid/lock.mdb +0 -0
.gitattributes
CHANGED
@@ -53,3 +53,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
+
test/data.mdb filter=lfs diff=lfs merge=lfs -text
|
57 |
+
train/data.mdb filter=lfs diff=lfs merge=lfs -text
|
58 |
+
valid/data.mdb filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
# Description
|
5 |
+
Binding Site Detection predicts , predict whether a protein residue belongs to a small molecule binding cavity. Binding site residues are those within the binding pocket provided by PDBBind. Default metric is Matthew's Correlation.
|
6 |
+
|
7 |
+
# Splits
|
8 |
+
|
9 |
+
**Structure type:** PDB
|
10 |
+
|
11 |
+
The dataset is from [**ProteinShake Building datasets and benchmarks for deep learning on protein structures**](https://academic.oup.com/bioinformatics/article/33/21/3387/3931857). We use the splits based on 70% structure similarity, with the number of training, validation and test set shown below:
|
12 |
+
|
13 |
+
- Train: 2368
|
14 |
+
- Valid: 442
|
15 |
+
- Test: 464
|
16 |
+
|
17 |
+
# Data format
|
18 |
+
|
19 |
+
We organize all data in LMDB format. The architecture of the databse is like:
|
20 |
+
|
21 |
+
**length:** The number of samples
|
22 |
+
|
23 |
+
**0:**
|
24 |
+
|
25 |
+
- **name:** The PDB ID of the protein
|
26 |
+
- **seq:** The structure-aware sequence
|
27 |
+
- **label:** Classification labels of all residues
|
28 |
+
|
29 |
+
**1:**
|
30 |
+
|
31 |
+
**···**
|
32 |
+
|
test/data.mdb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9dc706fdc804658351741c51b6b4a4603686aab6fdc6534434683ea4a6daf382
|
3 |
+
size 1687552
|
test/lock.mdb
ADDED
Binary file (8.19 kB). View file
|
|
train/data.mdb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b35482aadbd38fd01016ae8153fb758a565528b9e069641a9bc224be178f20a
|
3 |
+
size 8761344
|
train/lock.mdb
ADDED
Binary file (8.19 kB). View file
|
|
valid/data.mdb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10555c0f69605e28634c8ed6ab9b07361e72e2a236749e04976eb3cdf293db47
|
3 |
+
size 1687552
|
valid/lock.mdb
ADDED
Binary file (8.19 kB). View file
|
|