benchang323 commited on
Commit
27d61b6
1 Parent(s): 06659fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -1
README.md CHANGED
@@ -9,4 +9,50 @@ tags:
9
  pretty_name: 'ESMnrg: Protein Stability Prediction Dataset'
10
  size_categories:
11
  - 100K<n<1M
12
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  pretty_name: 'ESMnrg: Protein Stability Prediction Dataset'
10
  size_categories:
11
  - 100K<n<1M
12
+ ---
13
+ # Protein Stability Prediction Dataset (PSPD)
14
+
15
+ The Protein Stability Prediction Dataset (PSPD) is a curated collection of protein sequences and their corresponding stability measurements, specifically the Gibbs free energy changes (ΔG) upon mutation. This dataset is designed to facilitate the development and evaluation of computational models for predicting the impact of mutations on protein stability, sourced from existing literature sources.
16
+
17
+ ## Dataset Description
18
+
19
+ The PSPD dataset contains the following key information:
20
+
21
+ - Amino acid sequences of proteins
22
+ - Gibbs free energy changes (ΔG) associated with mutations
23
+ - Binned ΔG values for classification tasks
24
+
25
+ The dataset is curated from multiple protein stability data sources in the existing literature, ensuring a diverse and representative collection of proteins and mutations.
26
+
27
+ ## Data Format
28
+
29
+ The dataset is provided in a CSV format, with each row representing a protein entry. The columns include:
30
+
31
+ - `aa_seq`: Amino acid sequence of the protein
32
+ - `deltaG`: Gibbs free energy change (ΔG) upon mutation
33
+ - `deltaG_bin`: Binned ΔG values for classification tasks
34
+
35
+ Example entry:
36
+ aa_seq,deltaG,deltaG_bin
37
+ MKIFVKTLTGKTITLEVEPSDTIENVKAKIQDEEGIPPDQQRLIFAGKKLEDGRTLTDYSIQKESTLHLVLR,8.09999848220399,8 to 9
38
+
39
+ ## Data Preparation
40
+
41
+ The dataset undergoes several preprocessing steps to ensure data quality and consistency:
42
+
43
+ 1. Cleaning: Null, duplicate, incomplete, or incorrect entries are removed.
44
+ 2. Extraction: Relevant information (amino acid sequences, ΔG values, binned ΔG values) is extracted.
45
+ 3. Normalization: Quantitative inputs are verified and scaled to conform to standard units and scales.
46
+ 4. Augmentation: The dataset is augmented to address the imbalanced distribution of energy values.
47
+
48
+ ## Applications
49
+
50
+ The PSPD dataset is suitable for various applications in computational biology and protein engineering, including:
51
+
52
+ - Developing and benchmarking machine learning models for predicting protein stability changes upon mutation
53
+ - Investigating the relationship between protein sequence and stability
54
+ - Guiding rational protein design and mutagenesis studies
55
+
56
+ ## License
57
+
58
+ The PSPD dataset is released under the MIT license. By using this dataset, you agree to abide by the terms and conditions of the license.