Franzi commited on
Commit
815620f
·
1 Parent(s): 3de3261

Add readme describing the data in the dataset.

Browse files
Files changed (1) hide show
  1. README.md +15 -0
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.