ideasbyjin commited on
Commit
a646933
·
1 Parent(s): 8b4e6f2

SARS-CoV-2 set dataset card

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -29,4 +29,25 @@ dataset_info:
29
  Dataset of 104972 antibodies screened for binding the SARS-CoV-2 HR peptide, described in [Engelhart et al. (2022)](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC9606274/), were obtained from [Zenodo](https://zenodo.org/record/5095284).
30
 
31
  Average predicted logK<sub>D</sub> values were used for classifying sequences as binders and non-binders:
32
- * logK~D~
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  Dataset of 104972 antibodies screened for binding the SARS-CoV-2 HR peptide, described in [Engelhart et al. (2022)](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC9606274/), were obtained from [Zenodo](https://zenodo.org/record/5095284).
30
 
31
  Average predicted logK<sub>D</sub> values were used for classifying sequences as binders and non-binders:
32
+ * logK<sub>D</sub><3 = binders
33
+ * logK<sub>D</sub>>=4 = non-binders
34
+ * logK<sub>D</sub>>=3 and logK<sub>D</sub> = ambiguous; removed.
35
+
36
+ Using these criteria, we have 51590 sequences remaining; these were stratified into an 80:10:10 ratio for training, test, validation, leading to:
37
+ * 41787 sequences in training
38
+ * 5159 sequences in validation
39
+ * 4644 sequences in test
40
+
41
+ Example
42
+
43
+ | vh | vl | label |
44
+ | ------- | ------- | ----- |
45
+ | EVQ... | DIQ... | 1 |
46
+ | EVQ... | DIQ... | 0 |
47
+ | EVQ... | DIQ... | 0 |
48
+ | EVQ... | DIQ... | 1 |
49
+
50
+
51
+ References
52
+ * [Engelhart et al. (2022) paper](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC9606274/)
53
+ * [Zenodo link for dataset](https://zenodo.org/record/5095284)