Datasets:

Modalities:
Text
Formats:
parquet
DOI:
Libraries:
Datasets
pandas
File size: 1,210 Bytes
620f648
 
 
9d2bbad
620f648
9d2bbad
620f648
 
 
82d7f99
84fa180
6bbdb67
82d7f99
84fa180
 
82d7f99
84fa180
 
82d7f99
620f648
 
 
 
 
6bbdb67
 
84fa180
 
620f648
06ecf17
f1521e6
06ecf17
d2ab05b
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: seqs
    dtype: string
  - name: labels
    dtype: int64
  splits:
  - name: train
    num_bytes: 72141633
    num_examples: 154336
  - name: valid
    num_bytes: 2367747
    num_examples: 5000
  - name: test
    num_bytes: 2284093
    num_examples: 5000
  download_size: 75804271
  dataset_size: 76793473
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: valid
    path: data/valid-*
  - split: test
    path: data/test-*
---

Dataset of proteins that homodimerize (1) and randomly selected proteins from StringDB (0). Data splits are random, but the balance is roughly 90:10. The main assumption is that most proteins do not dimerize with themselves.

Homodimers are selected from [here](https://seq2fun.dcmb.med.umich.edu/HomodimerDB/download.cgi) via the 80% identity clustering.

```
@misc {SynthyraHomodimerBenchmark,
	author       = { Hallee, L. and Bichara, D. and Gleghorn, J, P. },
	title        = { Synthyra Homodimer Benchmark },
	year         = 2024,
	url          = { https://huggingface.co/datasets/Synthyra/homodimer_benchmark },
	doi          = { 10.57967/hf/3798 },
	publisher    = { Hugging Face }
}
```