Add readme describing the data in the dataset.
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Full FLIP stability dataset
|
2 |
+
|
3 |
+
The stability dataset from flip, which is based on the meltome atlas, data has those columns:
|
4 |
+
|
5 |
+
```
|
6 |
+
[ 'index', 'seq_id', 'sequence', 'target', 'cluster_center',
|
7 |
+
'cluster_distance']
|
8 |
+
```
|
9 |
+
|
10 |
+
- **Index** from the original dataset
|
11 |
+
- **Seq_id** a unique sequence ID string that is concatenated from several other IDs (also Unirep)
|
12 |
+
- **Sequence** The actual protein sequence as a string
|
13 |
+
- **Target** the melting point temperature of the protein TM
|
14 |
+
- **Cluster center** The seq_id of the cluster center protein this sequence is assigned to. Can also be its won seq_id if this sequence is a center.
|
15 |
+
- **Cluster distance** The levenstein distance of the protein to its cluster center.
|