Datasets:

Modalities:
Text
Formats:
csv
ArXiv:
Libraries:
Datasets
pandas
License:
CluelessNovice commited on
Commit
bbff630
·
verified ·
1 Parent(s): 230a2bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -30
README.md CHANGED
@@ -1,30 +1,19 @@
1
- ---
2
- license: mit
3
- ---
4
- # Description
5
- Stability Landscape Prediction is a regression task where each input protein *x* is mapped to a label *y* ∈ *R* measuring the most extreme circumstances in which protein *x* maintains its fold above a concentration threshold (a proxy for intrinsic stability).
6
-
7
- # Splits
8
-
9
- **Structure type:** None
10
-
11
- The dataset is from [**Evaluating Protein Transfer Learning with TAPE**](https://arxiv.org/abs/1906.08230). We follow the original data splits, with the number of training, validation and test set shown below:
12
-
13
- - Train: 53614
14
- - Valid: 2512
15
- - Test: 12851
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
- - **seq:** The structure-aware sequence
26
- - **fitness:** fitness label of the sequence
27
-
28
- **1:**
29
-
30
- **···**
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ # Description
5
+ Stability Landscape Prediction is a regression task where each input protein *x* is mapped to a label *y* ∈ *R* measuring the most extreme circumstances in which protein *x* maintains its fold above a concentration threshold (a proxy for intrinsic stability).
6
+
7
+ # Splits
8
+
9
+ **Structure type:** None
10
+
11
+ The dataset is from [**Evaluating Protein Transfer Learning with TAPE**](https://arxiv.org/abs/1906.08230). We follow the original data splits, with the number of training, validation and test set shown below:
12
+
13
+ - Train: 53614
14
+ - Valid: 2512
15
+ - Test: 12851
16
+
17
+ # Label
18
+
19
+ The label is the fitness of the protein measuring the most extreme circumstances in which the protein maintains its fold above a concentration threshold (a proxy for intrinsic stability).