POOUCAS commited on
Commit
dd95aea
·
verified ·
1 Parent(s): c41c50b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -1,3 +1,25 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ ---
4
+
5
+ # Dataset: RhlA Enzyme Mutations
6
+
7
+ ## Dataset Introduction and Usage 😋
8
+
9
+ RhlA (Uniprot ID: **Q51559**, PDB ID: **8IK2**) is a key enzyme involved in synthesizing the hydrophobic component of rhamnolipids. The enzyme determines the length and unsaturation of the fatty acid chains, which ultimately influences the physicochemical properties and bioactivity of rhamnolipids.
10
+
11
+ ### Why Modify RhlA?
12
+ Modifying **RhlA** allows better control over the structure of the fatty acid chains, leading to an improved yield of rhamnolipids and enhanced potential for industrial and pharmaceutical applications.
13
+
14
+ ## Dataset Description 📑
15
+
16
+ ### Training Dataset: `Saprot_CAPE_dataset_train.csv`
17
+ - **File Format**: CSV
18
+ - **Number of Sequences**: 1,593
19
+ - **Columns**:
20
+ - **protein**: Represents the combination of mutations at 6 critical amino acid positions (positions 74, 101, 143, 148, 173, and 176).
21
+ - **label**: The enzyme functional evaluation metric, representing the overall activity yield.
22
+
23
+ ### Testing Dataset: `Saprot_CAPE_dataset_test.csv`
24
+ - **Number of Sequences**: 925
25
+ - **Description**: Contains sequence information only. You need to predict the activity of these sequences for model evaluation. Submit the predictions to Kaggle to receive performance feedback.