ClarusC64 commited on
Commit
71cee9c
·
verified ·
1 Parent(s): 58e0144

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -3
README.md CHANGED
@@ -1,3 +1,68 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ pretty_name: AlphaFold Interface Coherence Baseline Mapping v0.1
6
+ dataset_name: alphafold-interface-coherence-baseline-mapping-v0.1
7
+ tags:
8
+ - clarusc64
9
+ - alphafold
10
+ - alphafold-multimer
11
+ - protein-protein-interactions
12
+ - interface-stability
13
+ task_categories:
14
+ - tabular-regression
15
+ size_categories:
16
+ - 1K<n<10K
17
+ configs:
18
+ - config_name: default
19
+ data_files:
20
+ - split: train
21
+ path: data/train.csv
22
+ - split: test
23
+ path: data/test.csv
24
+ ---
25
+
26
+ ## What this dataset tests
27
+
28
+ Whether a model can construct
29
+ a stable baseline map
30
+ of protein–protein interface coherence.
31
+
32
+ This is the intact coupling state.
33
+ No stress applied.
34
+ No mutation applied.
35
+
36
+ The target is the interface basin.
37
+
38
+ ## Inputs
39
+
40
+ interface_residue_count
41
+ contact_density
42
+ baseline_deltaG_bind
43
+ baseline_kd_nM
44
+ contact_stability_score
45
+ hotspot_integrity_score
46
+ allosteric_cross_interface_score
47
+
48
+ ## Required outputs
49
+
50
+ interface_coherence_score
51
+ signal_paths
52
+ baseline_failure_margin
53
+
54
+ ## Task
55
+
56
+ Given baseline interface metrics
57
+ predict:
58
+
59
+ - interface coherence score
60
+ - cross-interface signal paths
61
+ - the failure margin before instability
62
+
63
+ ## Use cases
64
+
65
+ Biologic complex design
66
+ Synthetic pathway assembly
67
+ Protein engineering QC
68
+ Baseline maps for stress testing