File size: 679 Bytes
d030a5a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6131f28
 
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
---
configs:
- config_name: default
  data_files:
  - split: train
    path: siRBench_train.csv
  - split: test
    path: siRBench_test.csv
  - split: leftout
    path: siRBench_leftout.csv
---

# siRBench data

This repository contains the three public siRBench tabular splits used by the
model and benchmark workflows.

Splits:
- `train`: 2,776 rows
- `test`: 275 rows
- `leftout`: 896 rows

All three files share the same 106-column schema, including:
- `siRNA`
- `mRNA`
- `extended_mRNA`
- `efficiency`
- `source`
- `cell_line`
- engineered thermodynamic features

`leftout` is a second held-out test set containing cell lines that do not
appear in the train or test splits.