cspeters119 commited on
Commit
cffec8b
·
verified ·
1 Parent(s): 0b8a637

Upload split_report_v1.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. split_report_v1.md +35 -0
split_report_v1.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Split Report v1
2
+
3
+ ## Split Sizes
4
+
5
+ | Split | Genes | Real Genes | Non-targeting |
6
+ |-------|-------|------------|---------------|
7
+ | train | 3592 | 3417 | 175 |
8
+ | val | 690 | 652 | 38 |
9
+ | test | 996 | 959 | 37 |
10
+
11
+ ## Leakage Checks
12
+
13
+ | Check | Result |
14
+ |-------|--------|
15
+ | Gene overlap: train_vs_val | PASS (0 overlap) |
16
+ | Gene overlap: test_vs_train | PASS (0 overlap) |
17
+ | Gene overlap: test_vs_val | PASS (0 overlap) |
18
+ | sgRNA overlap: train_vs_val | 28 shared sequences |
19
+ | sgRNA overlap: test_vs_train | 28 shared sequences |
20
+ | sgRNA overlap: test_vs_val | 8 shared sequences |
21
+ | Image hash: train_vs_val | FAIL (2 duplicates) |
22
+ | Image hash: test_vs_train | FAIL (2 duplicates) |
23
+ | Image hash: test_vs_val | FAIL (1 duplicates) |
24
+
25
+ ## Cluster Distribution
26
+
27
+ - **train**: 222 clusters, 3592 genes with cluster labels
28
+ - **val**: 219 clusters, 690 genes with cluster labels
29
+ - **test**: 222 clusters, 996 genes with cluster labels
30
+
31
+ ## Phase Distribution
32
+
33
+ - **train**: 20,959,750 interphase cells, 566,099 mitotic cells (mitotic fraction: 0.026)
34
+ - **val**: 4,047,916 interphase cells, 110,073 mitotic cells (mitotic fraction: 0.026)
35
+ - **test**: 5,895,609 interphase cells, 158,436 mitotic cells (mitotic fraction: 0.026)