1aurent commited on
Commit
465b2f6
1 Parent(s): d65bb63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -1
README.md CHANGED
@@ -8,7 +8,59 @@ tags:
8
  - biology
9
  - drug
10
  - cells
 
 
 
 
 
 
 
11
  dataset_info:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  dataset_size: 329350536688
13
  ---
14
 
@@ -33,4 +85,4 @@ dataset_info:
33
 
34
  ## Description
35
 
36
- High-throughput screening techniques are commonly used to obtain large quantities of data in many fields of biology. It is well known that artifacts arising from variability in the technical execution of different experimental batches within such screens confound these observations and can lead to invalid biological conclusions. It is therefore necessary to account for these batch effects when analyzing outcomes. In this paper we describe RxRx1, a biological dataset designed specifically for the systematic study of batch effect correction methods. The dataset consists of 125,510 high-resolution fluorescence microscopy images of human cells under 1,138 genetic perturbations in 51 experimental batches across 4 cell types. Visual inspection of the images alone clearly demonstrates significant batch effects. We propose a classification task designed to evaluate the effectiveness of experimental batch correction methods on these images and examine the performance of a number of correction methods on this task. Our goal in releasing RxRx1 is to encourage the development of effective experimental batch correction methods that generalize well to unseen experimental batches.
 
8
  - biology
9
  - drug
10
  - cells
11
+ configs:
12
+ - config_name: default
13
+ data_files:
14
+ - split: train
15
+ path: data/train-*
16
+ - split: test
17
+ path: data/test-*
18
  dataset_info:
19
+ features:
20
+ - name: image
21
+ dtype:
22
+ array3_d:
23
+ dtype: uint8
24
+ shape:
25
+ - 512
26
+ - 512
27
+ - 6
28
+ - name: site_id
29
+ dtype: string
30
+ - name: well_id
31
+ dtype: string
32
+ - name: cell_type
33
+ dtype: string
34
+ - name: experiment
35
+ dtype: string
36
+ - name: plate
37
+ dtype: int32
38
+ - name: well
39
+ dtype: string
40
+ - name: site
41
+ dtype: int32
42
+ - name: well_type
43
+ dtype:
44
+ class_label:
45
+ names:
46
+ '0': treatment
47
+ '1': positive_control
48
+ '2': negative_control
49
+ - name: sirna
50
+ dtype: string
51
+ - name: sirna_id
52
+ dtype: int32
53
+ - name: embeddings
54
+ sequence: float32
55
+ length: 128
56
+ splits:
57
+ - name: train
58
+ num_bytes: 213139738276
59
+ num_examples: 81224
60
+ - name: test
61
+ num_bytes: 116210798412
62
+ num_examples: 44286
63
+ download_size: 0
64
  dataset_size: 329350536688
65
  ---
66
 
 
85
 
86
  ## Description
87
 
88
+ High-throughput screening techniques are commonly used to obtain large quantities of data in many fields of biology. It is well known that artifacts arising from variability in the technical execution of different experimental batches within such screens confound these observations and can lead to invalid biological conclusions. It is therefore necessary to account for these batch effects when analyzing outcomes. In this paper we describe RxRx1, a biological dataset designed specifically for the systematic study of batch effect correction methods. The dataset consists of 125,510 high-resolution fluorescence microscopy images of human cells under 1,138 genetic perturbations in 51 experimental batches across 4 cell types. Visual inspection of the images alone clearly demonstrates significant batch effects. We propose a classification task designed to evaluate the effectiveness of experimental batch correction methods on these images and examine the performance of a number of correction methods on this task. Our goal in releasing RxRx1 is to encourage the development of effective experimental batch correction methods that generalize well to unseen experimental batches.