Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
File size: 1,826 Bytes
3dbb135
 
 
 
 
 
 
 
 
 
 
 
 
0d3e8a0
3dbb135
 
0d3e8a0
3dbb135
 
0d3e8a0
3dbb135
0d3e8a0
 
3dbb135
d6a8af2
3dbb135
ac54057
d6a8af2
ac54057
d6a8af2
ac54057
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d6a8af2
 
 
f83d7fa
ac54057
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
dataset_info:
  features:
  - name: vh
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': non-binder
          '1': binder
  splits:
  - name: train
    num_bytes: 177739
    num_examples: 1310
  - name: eval
    num_bytes: 22104
    num_examples: 163
  - name: test
    num_bytes: 22462
    num_examples: 163
  download_size: 62689
  dataset_size: 222305
---
# Human IL-6 binding dataset

Nanobodies binding IL-6 were obtained from the [Github repo](https://github.com/cognano/AVIDa-hIL6) for [Tsuruta et al. (2023)](https://arxiv.org/abs/2306.03329). Labels for antibody sequences were provided from the Github repo as-is. 

Briefly, we first removed any nanobody sequence having lower than 75%; human germline sequence identity was determined using ANARCI. ![image](il6-binding-seqid.png)

Among the remaining 232084 sequences, we only use antibodies that have confirmed binding to one IL-6 variant or has no binding to any IL-6 variant, leading to 211920 sequences.
This was de-duplicated, leading to a total of 14,467 sequences. Non-binder sequences were randomly under-sampled using [imbalanced-learn](https://github.com/scikit-learn-contrib/imbalanced-learn).

During stratification, we also ensure that any two sequences in the training/validation/test sets have a minimum Levenshtein distance of 1 across the CDR3 region.

In total there are
* 1310 sequences in training
* 163 sequences in validation
* 163 sequences in test.

| vh_full | label |
| ------- | ----- |
| EVQ...  | 1     |
| QVQ...  | 0     |
| EVQ...  | 1     |
| EVK...  | 0     |

## License

The data is distributed under a CC-BY-NC 4.0 license.

## References

* [AVIDA-hIL6 publication](https://arxiv.org/abs/2306.03329)
* [ANARCI](https://academic.oup.com/bioinformatics/article/32/2/298/1743894)