Initial NeurIPS 2026 release: 4 paper-canonical splits + multiview tensors
Browse files- .gitattributes +4 -0
- CRISPRa-norman/norman2019_gears_split.h5ad +3 -0
- README.md +25 -0
- drug_embeddings/sciplex3_multiview_v2.pt +3 -0
- gene_embeddings/norman_multiview.pt +3 -0
- gene_embeddings/replogle_k562_multiview.pt +3 -0
- gene_embeddings/replogle_rpe1_multiview.pt +3 -0
- replogle_k562/replogle_k562.h5ad +3 -0
- replogle_rpe1/replogle_rpe1.h5ad +3 -0
- sciplex3/sciplex3.h5ad +3 -0
- splits/sciplex3_split_v2b.json +262 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
CRISPRa-norman/norman2019_gears_split.h5ad filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
replogle_k562/replogle_k562.h5ad filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
replogle_rpe1/replogle_rpe1.h5ad filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
sciplex3/sciplex3.h5ad filter=lfs diff=lfs merge=lfs -text
|
CRISPRa-norman/norman2019_gears_split.h5ad
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5f6932a739012a59b7db09112a50c53784282dbbb0a4a6527f9ba319cb52688
|
| 3 |
+
size 4542314777
|
README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# scFATE — NeurIPS 2026 datasets
|
| 2 |
+
|
| 3 |
+
Paper-canonical splits and biological-descriptor multiview tensors for the four perturbation benchmarks evaluated in
|
| 4 |
+
[`Angione-Lab/scFATE`](https://huggingface.co/Angione-Lab/scFATE).
|
| 5 |
+
|
| 6 |
+
## Files
|
| 7 |
+
|
| 8 |
+
| Path | Source | Use |
|
| 9 |
+
|---|---|---|
|
| 10 |
+
| `CRISPRa-norman/norman2019_gears_split.h5ad` | Norman et al. 2019, GEARS split | CRISPRa (Norman) |
|
| 11 |
+
| `replogle_k562/replogle_k562.h5ad` | Replogle et al. 2022 | K562 CRISPRi |
|
| 12 |
+
| `replogle_rpe1/replogle_rpe1.h5ad` | Replogle et al. 2022 | RPE1 CRISPRi |
|
| 13 |
+
| `sciplex3/sciplex3.h5ad` | Srivatsan et al. 2020 | SciPlex3 chemical |
|
| 14 |
+
| `gene_embeddings/{norman,replogle_k562,replogle_rpe1}_multiview.pt` | precomputed | gene-descriptor multiview |
|
| 15 |
+
| `drug_embeddings/sciplex3_multiview_v2.pt` | precomputed (Morgan + RDKit + ChemBERTa) | drug-descriptor multiview |
|
| 16 |
+
| `splits/sciplex3_split_v2b.json` | mechanism-of-action stratified | SciPlex3 25-drug OOD split |
|
| 17 |
+
|
| 18 |
+
## Usage
|
| 19 |
+
|
| 20 |
+
```python
|
| 21 |
+
from huggingface_hub import snapshot_download
|
| 22 |
+
data_dir = snapshot_download("Angione-Lab/scFATE-datasets", repo_type="dataset")
|
| 23 |
+
# Then in scFATE training code, point --dataset_h5ad at e.g.
|
| 24 |
+
# {data_dir}/replogle_k562/replogle_k562.h5ad
|
| 25 |
+
```
|
drug_embeddings/sciplex3_multiview_v2.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53af8085485198f8273a773419738811053b3a7051d4f315789e42b2873d152d
|
| 3 |
+
size 1811467
|
gene_embeddings/norman_multiview.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6fd4e500dc7dd2a0b4a7a24b0e351d46c6f91951aaeb451a71c0007ed22bcb6e
|
| 3 |
+
size 792104
|
gene_embeddings/replogle_k562_multiview.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53ca510f0606686cf788554a97541ccb496750bb65a9638d9cb649f22f599965
|
| 3 |
+
size 7964057
|
gene_embeddings/replogle_rpe1_multiview.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9cc4cf0ff89487f4203cf88aed836f84b29190a36581f4b4c149e375661cdc22
|
| 3 |
+
size 11173465
|
replogle_k562/replogle_k562.h5ad
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23d953d5d8b79308665845dac8de1a6bd150c84017ffd50203310f0fe94a9ccb
|
| 3 |
+
size 2900672275
|
replogle_rpe1/replogle_rpe1.h5ad
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf2bedfcf229ce090b9ac7fb3c818c9f4b40d59ac67ec5c43750b285eaa1e188
|
| 3 |
+
size 2851021745
|
sciplex3/sciplex3.h5ad
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d28f89add1e0a0feb8f50fcb8516fd374b08680ab265721289f0feb32431ef3
|
| 3 |
+
size 803387784
|
splits/sciplex3_split_v2b.json
ADDED
|
@@ -0,0 +1,262 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"train_drugs": [
|
| 3 |
+
"2-Methoxyestradiol",
|
| 4 |
+
"A-366",
|
| 5 |
+
"ABT-737",
|
| 6 |
+
"AG-490",
|
| 7 |
+
"AMG-900",
|
| 8 |
+
"AR-42",
|
| 9 |
+
"AT9283",
|
| 10 |
+
"AZ",
|
| 11 |
+
"AZD1480",
|
| 12 |
+
"Abexinostat",
|
| 13 |
+
"Alisertib",
|
| 14 |
+
"Altretamine",
|
| 15 |
+
"Alvespimycin",
|
| 16 |
+
"Aminoglutethimide",
|
| 17 |
+
"Anacardic",
|
| 18 |
+
"Andarine",
|
| 19 |
+
"Aurora",
|
| 20 |
+
"Avagacestat",
|
| 21 |
+
"BMS-265246",
|
| 22 |
+
"BMS-536924",
|
| 23 |
+
"BMS-911543",
|
| 24 |
+
"BRD4770",
|
| 25 |
+
"Barasertib",
|
| 26 |
+
"Baricitinib",
|
| 27 |
+
"Bisindolylmaleimide",
|
| 28 |
+
"Bosutinib",
|
| 29 |
+
"Busulfan",
|
| 30 |
+
"CEP-33779",
|
| 31 |
+
"CUDC-907",
|
| 32 |
+
"CYC116",
|
| 33 |
+
"Capecitabine",
|
| 34 |
+
"Carmofur",
|
| 35 |
+
"Cediranib",
|
| 36 |
+
"Celecoxib",
|
| 37 |
+
"Cerdulatinib",
|
| 38 |
+
"Clevudine",
|
| 39 |
+
"Costunolide",
|
| 40 |
+
"Crizotinib",
|
| 41 |
+
"Curcumin",
|
| 42 |
+
"Cyclocytidine",
|
| 43 |
+
"Dacinostat",
|
| 44 |
+
"Danusertib",
|
| 45 |
+
"Dasatinib",
|
| 46 |
+
"Decitabine",
|
| 47 |
+
"Disulfiram",
|
| 48 |
+
"Divalproex",
|
| 49 |
+
"Droxinostat",
|
| 50 |
+
"EED226",
|
| 51 |
+
"ENMD-2076",
|
| 52 |
+
"Ellagic",
|
| 53 |
+
"Entacapone",
|
| 54 |
+
"Entinostat",
|
| 55 |
+
"Enzastaurin",
|
| 56 |
+
"Epothilone",
|
| 57 |
+
"FLLL32",
|
| 58 |
+
"Fasudil",
|
| 59 |
+
"Fedratinib",
|
| 60 |
+
"Filgotinib",
|
| 61 |
+
"Flavopiridol",
|
| 62 |
+
"Fluorouracil",
|
| 63 |
+
"Fulvestrant",
|
| 64 |
+
"G007-LK",
|
| 65 |
+
"GSK",
|
| 66 |
+
"GSK1070916",
|
| 67 |
+
"Gandotinib",
|
| 68 |
+
"Givinostat",
|
| 69 |
+
"Glesatinib?(MGCD265)",
|
| 70 |
+
"Hesperadin",
|
| 71 |
+
"IOX2",
|
| 72 |
+
"ITSA-1",
|
| 73 |
+
"Iniparib",
|
| 74 |
+
"Ivosidenib",
|
| 75 |
+
"JQ1",
|
| 76 |
+
"KW-2449",
|
| 77 |
+
"Ki16425",
|
| 78 |
+
"Ki8751",
|
| 79 |
+
"Lapatinib",
|
| 80 |
+
"Lenalidomide",
|
| 81 |
+
"Linifanib",
|
| 82 |
+
"Lomustine",
|
| 83 |
+
"Luminespib",
|
| 84 |
+
"M344",
|
| 85 |
+
"MC1568",
|
| 86 |
+
"MK-0752",
|
| 87 |
+
"MK-5108",
|
| 88 |
+
"Maraviroc",
|
| 89 |
+
"Meprednisone",
|
| 90 |
+
"Mercaptopurine",
|
| 91 |
+
"Mesna",
|
| 92 |
+
"Mocetinostat",
|
| 93 |
+
"Motesanib",
|
| 94 |
+
"Navitoclax",
|
| 95 |
+
"Nilotinib",
|
| 96 |
+
"Obatoclax",
|
| 97 |
+
"Ofloxacin",
|
| 98 |
+
"PCI-34051",
|
| 99 |
+
"PD173074",
|
| 100 |
+
"PD98059",
|
| 101 |
+
"PF-3845",
|
| 102 |
+
"PF-573228",
|
| 103 |
+
"PFI-1",
|
| 104 |
+
"PJ34",
|
| 105 |
+
"Panobinostat",
|
| 106 |
+
"Patupilone",
|
| 107 |
+
"Pelitinib",
|
| 108 |
+
"Pirarubicin",
|
| 109 |
+
"Pracinostat",
|
| 110 |
+
"Prednisone",
|
| 111 |
+
"Quercetin",
|
| 112 |
+
"Quisinostat",
|
| 113 |
+
"RG108",
|
| 114 |
+
"Ramelteon",
|
| 115 |
+
"Regorafenib",
|
| 116 |
+
"Resminostat",
|
| 117 |
+
"Resveratrol",
|
| 118 |
+
"Rigosertib",
|
| 119 |
+
"Roscovitine",
|
| 120 |
+
"Rucaparib",
|
| 121 |
+
"Ruxolitinib",
|
| 122 |
+
"S-Ruxolitinib",
|
| 123 |
+
"S3I-201",
|
| 124 |
+
"SGI-1776",
|
| 125 |
+
"SL-327",
|
| 126 |
+
"SNS-314",
|
| 127 |
+
"SRT1720",
|
| 128 |
+
"SRT2104",
|
| 129 |
+
"SRT3025",
|
| 130 |
+
"Selisistat",
|
| 131 |
+
"Sirtinol",
|
| 132 |
+
"Sorafenib",
|
| 133 |
+
"Streptozotocin",
|
| 134 |
+
"TAK-901",
|
| 135 |
+
"TG101209",
|
| 136 |
+
"TGX-221",
|
| 137 |
+
"Tacedinaline",
|
| 138 |
+
"Tanespimycin",
|
| 139 |
+
"Tazemetostat",
|
| 140 |
+
"Temsirolimus",
|
| 141 |
+
"Thalidomide",
|
| 142 |
+
"Thiotepa",
|
| 143 |
+
"Tie2",
|
| 144 |
+
"Tofacitinib",
|
| 145 |
+
"Tozasertib",
|
| 146 |
+
"Trametinib",
|
| 147 |
+
"Tranylcypromine",
|
| 148 |
+
"Triamcinolone",
|
| 149 |
+
"Trichostatin",
|
| 150 |
+
"Tubastatin",
|
| 151 |
+
"Tucidinostat",
|
| 152 |
+
"UNC0379",
|
| 153 |
+
"UNC0631",
|
| 154 |
+
"UNC1999",
|
| 155 |
+
"Valproic",
|
| 156 |
+
"Vandetanib",
|
| 157 |
+
"Veliparib",
|
| 158 |
+
"WHI-P154",
|
| 159 |
+
"WP1066",
|
| 160 |
+
"XAV-939",
|
| 161 |
+
"YM155",
|
| 162 |
+
"ZM",
|
| 163 |
+
"Zileuton"
|
| 164 |
+
],
|
| 165 |
+
"ood_drugs": [
|
| 166 |
+
"AC480",
|
| 167 |
+
"AG-14361",
|
| 168 |
+
"AICAR",
|
| 169 |
+
"Alendronate",
|
| 170 |
+
"Amisulpride",
|
| 171 |
+
"Azacitidine",
|
| 172 |
+
"BMS-754807",
|
| 173 |
+
"Belinostat",
|
| 174 |
+
"CUDC-101",
|
| 175 |
+
"Cimetidine",
|
| 176 |
+
"Daphnetin",
|
| 177 |
+
"GSK-LSD1",
|
| 178 |
+
"INO-1001",
|
| 179 |
+
"JNJ-26854165",
|
| 180 |
+
"JNJ-7706621",
|
| 181 |
+
"MLN8054",
|
| 182 |
+
"Momelotinib",
|
| 183 |
+
"NVP-BSK805",
|
| 184 |
+
"Nintedanib",
|
| 185 |
+
"PHA-680632",
|
| 186 |
+
"Raltitrexed",
|
| 187 |
+
"Roxadustat",
|
| 188 |
+
"SB431542",
|
| 189 |
+
"TMP195",
|
| 190 |
+
"Toremifene"
|
| 191 |
+
],
|
| 192 |
+
"seed": 1,
|
| 193 |
+
"n_train": 161,
|
| 194 |
+
"n_ood": 25,
|
| 195 |
+
"stratum_counts": {
|
| 196 |
+
"PKC signaling": {
|
| 197 |
+
"eligible": 3,
|
| 198 |
+
"ood": 1
|
| 199 |
+
},
|
| 200 |
+
"Epigenetic regulation": {
|
| 201 |
+
"eligible": 46,
|
| 202 |
+
"ood": 5
|
| 203 |
+
},
|
| 204 |
+
"Cell cycle regulation": {
|
| 205 |
+
"eligible": 21,
|
| 206 |
+
"ood": 3
|
| 207 |
+
},
|
| 208 |
+
"Other": {
|
| 209 |
+
"eligible": 6,
|
| 210 |
+
"ood": 1
|
| 211 |
+
},
|
| 212 |
+
"Tyrosine kinase signaling": {
|
| 213 |
+
"eligible": 29,
|
| 214 |
+
"ood": 3
|
| 215 |
+
},
|
| 216 |
+
"JAK/STAT signaling": {
|
| 217 |
+
"eligible": 22,
|
| 218 |
+
"ood": 2
|
| 219 |
+
},
|
| 220 |
+
"Focal adhesion signaling": {
|
| 221 |
+
"eligible": 2,
|
| 222 |
+
"ood": 0
|
| 223 |
+
},
|
| 224 |
+
"Protein folding & Protein degradation": {
|
| 225 |
+
"eligible": 7,
|
| 226 |
+
"ood": 0
|
| 227 |
+
},
|
| 228 |
+
"HIF signaling": {
|
| 229 |
+
"eligible": 3,
|
| 230 |
+
"ood": 1
|
| 231 |
+
},
|
| 232 |
+
"DNA damage & DNA repair": {
|
| 233 |
+
"eligible": 19,
|
| 234 |
+
"ood": 3
|
| 235 |
+
},
|
| 236 |
+
"Apoptotic regulation": {
|
| 237 |
+
"eligible": 5,
|
| 238 |
+
"ood": 1
|
| 239 |
+
},
|
| 240 |
+
"Nuclear receptor signaling": {
|
| 241 |
+
"eligible": 6,
|
| 242 |
+
"ood": 1
|
| 243 |
+
},
|
| 244 |
+
"Antioxidant": {
|
| 245 |
+
"eligible": 4,
|
| 246 |
+
"ood": 1
|
| 247 |
+
},
|
| 248 |
+
"TGF/BMP signaling": {
|
| 249 |
+
"eligible": 3,
|
| 250 |
+
"ood": 1
|
| 251 |
+
},
|
| 252 |
+
"Neuronal signaling": {
|
| 253 |
+
"eligible": 4,
|
| 254 |
+
"ood": 1
|
| 255 |
+
},
|
| 256 |
+
"Metabolic regulation": {
|
| 257 |
+
"eligible": 6,
|
| 258 |
+
"ood": 1
|
| 259 |
+
}
|
| 260 |
+
},
|
| 261 |
+
"swap_note": "v2b: swapped Belinostat (TRAIN->OOD) with SRT1720 (OOD->TRAIN). Both Epigenetic regulation stratum; iter169 plan named SRT2104 but that drug is in TRAIN under v2. Motivation: restore belinostat OOD to match the wet-lab narrative (MCF7 qPCR + microscopy)."
|
| 262 |
+
}
|