Yan Wu commited on
Commit ·
fdee718
1
Parent(s): 327d5f0
Add croissant file
Browse files- croissant.json +219 -0
croissant.json
ADDED
|
@@ -0,0 +1,219 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"@context": {
|
| 3 |
+
"@vocab": "https://schema.org/",
|
| 4 |
+
"cr": "http://mlcommons.org/schema/",
|
| 5 |
+
"sc": "https://schema.org/"
|
| 6 |
+
},
|
| 7 |
+
"@type": "sc:Dataset",
|
| 8 |
+
"name": "PerturBench",
|
| 9 |
+
"description": "A dataset containing single-cell RNA-seq data with genetic and chemical perturbations.",
|
| 10 |
+
"url": "https://huggingface.co/datasets/altoslabs/perturbench",
|
| 11 |
+
"license": "https://creativecommons.org/licenses/by-nc/4.0/deed.en",
|
| 12 |
+
"citation": "Yan Wu, Esther Wershof, Sebastian M Schmon, Marcel Nassar, B\u0142a\u017cej Osi\u0144ski, Ridvan Eksi, Zichao Yan, Rory Stark, Kun Zhang, and Thore Graepel (2025). PerturBench: Benchmarking Machine Learning Models for Cellular Perturbation Analysis. Proceedings of the 39th Conference on Neural Information Processing Systems (NeurIPS 2025).",
|
| 13 |
+
"datePublished": "2025-05-15",
|
| 14 |
+
"version": "1.0",
|
| 15 |
+
"conformsTo": "http://mlcommons.org/croissant/1.0",
|
| 16 |
+
"distribution": [
|
| 17 |
+
{
|
| 18 |
+
"@type": "sc:FileObject",
|
| 19 |
+
"@id": "srivatsan20-h5ad",
|
| 20 |
+
"name": "srivatsan20_h5ad_file",
|
| 21 |
+
"description": "Gzipped HDF5 file for the Srivatsan20 dataset.",
|
| 22 |
+
"contentUrl": "https://huggingface.co/datasets/altoslabs/perturbench/resolve/main/srivatsan20_highest_dose_processed.h5ad.gz",
|
| 23 |
+
"encodingFormat": "application/gzip",
|
| 24 |
+
"sha256": "ddd46251ea3942c0e3799f64cada9718b455ffdeabb1a8fe8b3333ebec4946f0"
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"@type": "sc:FileObject",
|
| 28 |
+
"@id": "norman19-h5ad",
|
| 29 |
+
"name": "norman19_h5ad_file",
|
| 30 |
+
"description": "Gzipped HDF5 file for the Norman19 dataset.",
|
| 31 |
+
"contentUrl": "https://huggingface.co/datasets/altoslabs/perturbench/resolve/main/norman19_processed.h5ad.gz",
|
| 32 |
+
"encodingFormat": "application/gzip",
|
| 33 |
+
"sha256": "8f880e3d85bb68a73a6d044cae13f62a86b8132b0302c6e1bc4b4e5564e6530f"
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"@type": "sc:FileObject",
|
| 37 |
+
"@id": "norman19-cpa-h5ad",
|
| 38 |
+
"name": "norman19_cpa_h5ad_file",
|
| 39 |
+
"description": "CPA publication version of the norman19 dataset, subset to highly variable genes only.",
|
| 40 |
+
"contentUrl": "https://huggingface.co/datasets/altoslabs/perturbench/resolve/main/norman19_cpa_hvg_normalized_curated.h5ad.gz",
|
| 41 |
+
"encodingFormat": "application/gzip",
|
| 42 |
+
"sha256": "f04b53e1e2390d4e8b59029fc6e482f160a77b73c6965d6b487975954b76ad49"
|
| 43 |
+
},
|
| 44 |
+
{
|
| 45 |
+
"@type": "sc:FileObject",
|
| 46 |
+
"@id": "norman19-cpa-splits",
|
| 47 |
+
"name": "norman19_cpa_splits_file",
|
| 48 |
+
"description": "CPA publication splits for their version of the norman19 dataset",
|
| 49 |
+
"contentUrl": "https://huggingface.co/datasets/altoslabs/perturbench/resolve/main/norman19_cpa_hvg_normalized_splits.tar.gz",
|
| 50 |
+
"encodingFormat": "application/gzip",
|
| 51 |
+
"sha256": "d4369b3ca4864e6348ca8a43f77feae20b36fede7f3d9dfa8e6e31abd1156962"
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"@type": "sc:FileObject",
|
| 55 |
+
"@id": "frangieh21-h5ad",
|
| 56 |
+
"name": "frangieh21_h5ad_file",
|
| 57 |
+
"description": "The gzipped HDF5 file containing the processed perturbation data.",
|
| 58 |
+
"contentUrl": "https://huggingface.co/datasets/altoslabs/perturbench/resolve/main/frangieh21_processed.h5ad.gz",
|
| 59 |
+
"encodingFormat": "application/gzip",
|
| 60 |
+
"sha256": "d8e93131e33c02b9fce9d1a1ba8e4924ae6cc4907341b45138ef82cb4a162c79"
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"@type": "sc:FileObject",
|
| 64 |
+
"@id": "frangieh21-csv",
|
| 65 |
+
"name": "frangieh21_csv_file",
|
| 66 |
+
"description": "CSV file containing the data splits for the dataset.",
|
| 67 |
+
"contentUrl": "https://huggingface.co/datasets/altoslabs/perturbench/resolve/main/frangieh21_split.csv",
|
| 68 |
+
"encodingFormat": "text/csv",
|
| 69 |
+
"sha256": "ac2e8361a44239eb07aa813ca9025985b399aecce4851ef879a534bb1a72b711"
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"@type": "sc:FileObject",
|
| 73 |
+
"@id": "mcfalinefigueroa23-h5ad",
|
| 74 |
+
"name": "mcfalinefigueroa23_h5ad_file",
|
| 75 |
+
"description": "Gzipped HDF5 file for the McFalineFigueroa23 dataset.",
|
| 76 |
+
"contentUrl": "https://huggingface.co/datasets/altoslabs/perturbench/resolve/main/mcfaline23_gxe_processed.h5ad.gz",
|
| 77 |
+
"encodingFormat": "application/gzip",
|
| 78 |
+
"sha256": "f6639e1ee8f24d2f2d0eea0011446fad370cfba96009ffc257b85fa604aa36f8"
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"@type": "sc:FileObject",
|
| 82 |
+
"@id": "mcfalinefigueroa23-splits",
|
| 83 |
+
"name": "mcfalinefigueroa23_splits_file",
|
| 84 |
+
"description": "Gzipped tar archive containing the data splits for the McFalineFigueroa23 dataset. Each split corresponds to a different data scale (small, medium, full).",
|
| 85 |
+
"contentUrl": "https://huggingface.co/datasets/altoslabs/perturbench/resolve/main/mcfaline23_gxe_splits.tar.gz",
|
| 86 |
+
"encodingFormat": "application/gzip",
|
| 87 |
+
"sha256": "a383a9e8e38e63756e5dd9e1a4df7844a97669ef0d553c70de8f1441e40f0aa7"
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"@type": "sc:FileObject",
|
| 91 |
+
"@id": "jiang24-h5ad",
|
| 92 |
+
"name": "jiang24_h5ad_file",
|
| 93 |
+
"description": "Gzipped HDF5 file for the Jiang24 dataset.",
|
| 94 |
+
"contentUrl": "https://huggingface.co/datasets/altoslabs/perturbench/resolve/main/jiang24_processed.h5ad.gz",
|
| 95 |
+
"encodingFormat": "application/gzip",
|
| 96 |
+
"sha256": "e92dec6610e261f31eb15d50aff0c12e19e99d992452e1f14d560477e741ccfe"
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"@type": "sc:FileObject",
|
| 100 |
+
"@id": "jiang24-csv",
|
| 101 |
+
"name": "jiang24_csv_file",
|
| 102 |
+
"description": "CSV file containing the data split for the Jiang24 dataset.",
|
| 103 |
+
"contentUrl": "https://huggingface.co/datasets/altoslabs/perturbench/resolve/main/jiang24_split.csv",
|
| 104 |
+
"encodingFormat": "text/csv",
|
| 105 |
+
"sha256": "f1822ab1252b363727f30bbe8889384c2b306369889364390ecccb80e75f87d7"
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"@type": "sc:FileObject",
|
| 109 |
+
"@id": "op3-h5ad",
|
| 110 |
+
"name": "op3_h5ad_file",
|
| 111 |
+
"description": "Gzipped HDF5 file for the OP3 dataset.",
|
| 112 |
+
"contentUrl": "https://huggingface.co/datasets/altoslabs/perturbench/resolve/main/op3_processed.h5ad.gz",
|
| 113 |
+
"encodingFormat": "application/gzip",
|
| 114 |
+
"sha256": "a95d7b3717128f89d34abdc5031e38bd04ed616296b9344f720f9e1e9d265b99"
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"@type": "sc:FileObject",
|
| 118 |
+
"@id": "op3-csv",
|
| 119 |
+
"name": "op3_csv_file",
|
| 120 |
+
"description": "CSV file containing the data split for the OP3 dataset.",
|
| 121 |
+
"contentUrl": "https://huggingface.co/datasets/altoslabs/perturbench/resolve/main/op3_split.csv",
|
| 122 |
+
"encodingFormat": "text/csv",
|
| 123 |
+
"sha256": "433e23e944ba7865185520a41510323186f755f7bc5a5a413d11704e2db60e90"
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"@type": "sc:FileSet",
|
| 127 |
+
"@id": "srivatsan20",
|
| 128 |
+
"name": "Srivatsan20",
|
| 129 |
+
"description": "This dataset is a modified version of the Srivatsan20 dataset published by Srivatsan et al. via GEO:GSE139944. It contains 188 chemical perturbations subset to the highest dose only applied across 3 cell types. The full data preprocessing notebook can be found at: https://github.com/altoslabs/perturbench/blob/main/notebooks/neurips2025/data_curation/curate_Srivatsan20.ipynb.",
|
| 130 |
+
"encodingFormat": "application/gzip",
|
| 131 |
+
"cr:includes": [
|
| 132 |
+
"srivatsan20-h5ad"
|
| 133 |
+
]
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"@type": "sc:FileSet",
|
| 137 |
+
"@id": "norman19",
|
| 138 |
+
"name": "Norman19",
|
| 139 |
+
"description": "This dataset is a modified version of the Norman19 dataset published by Norman et al. via GEO:GSE133344. It contains 287 genetic perturbations (131 duals) applied to k562 cells. The full data preprocessing notebook can be found at: https://github.com/altoslabs/perturbench/blob/main/notebooks/neurips2025/data_curation/curate_Norman19.ipynb.",
|
| 140 |
+
"encodingFormat": "application/gzip",
|
| 141 |
+
"cr:includes": [
|
| 142 |
+
"norman19-h5ad",
|
| 143 |
+
"norman19-cpa-h5ad",
|
| 144 |
+
"norman19-cpa-splits"
|
| 145 |
+
]
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"@type": "sc:FileSet",
|
| 149 |
+
"@id": "frangieh21",
|
| 150 |
+
"name": "Frangieh21",
|
| 151 |
+
"description": "This dataset is a modified version of the Frangieh21 dataset published by Frangieh et al. via https://singlecell.broadinstitute.org/single_cell/study/SCP1064/multi-modal-pooled-perturb-cite-seq-screens-in-patient-models-define-novel-mechanisms-of-cancer-immune-evasion. It contains 248 genetic perturbations applied to 3 melanoma cell models. The full data preprocessing notebook can be found at: https://github.com/altoslabs/perturbench/blob/main/notebooks/neurips2025/data_curation/curate_Frangieh21.ipynb.",
|
| 152 |
+
"encodingFormat": "application/gzip",
|
| 153 |
+
"cr:includes": [
|
| 154 |
+
"frangieh21-h5ad",
|
| 155 |
+
"frangieh21-csv"
|
| 156 |
+
]
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"@type": "sc:FileSet",
|
| 160 |
+
"@id": "mcfalinefigueroa23",
|
| 161 |
+
"name": "McFalineFigueroa23",
|
| 162 |
+
"description": "This dataset is a modified version of the McFalineFigueroa23 dataset published by McFaline-Figueroa et al. via GEO:GSE225775. It contains ~200 perturbations applied across 6 cell lines and 5 cytokine treatments (30 unique biological states). The data preprocessing occured in two steps and both files can be found at: https://github.com/altoslabs/perturbench/blob/main/notebooks/neurips2025/data_curation/ with the curate_McFalineFigueroa_2023 prefix.",
|
| 163 |
+
"encodingFormat": "application/gzip",
|
| 164 |
+
"cr:includes": [
|
| 165 |
+
"mcfalinefigueroa23-h5ad",
|
| 166 |
+
"mcfalinefigueroa23-splits"
|
| 167 |
+
]
|
| 168 |
+
},
|
| 169 |
+
{
|
| 170 |
+
"@type": "sc:FileSet",
|
| 171 |
+
"@id": "jiang24",
|
| 172 |
+
"name": "Jiang24",
|
| 173 |
+
"description": "This dataset is a modified version of the Jiang24 dataset published by Jiang et al. via https://zenodo.org/records/14518762. It contains 525 genetic perturbations applied across 3 cell lines and 5 chemical treatments (15 unique biological states). The data preprocessing occured in two steps and both files can be found at: https://github.com/altoslabs/perturbench/blob/main/notebooks/neurips2025/data_curation/ with the curate_Jiang_2024 prefix.",
|
| 174 |
+
"encodingFormat": "application/gzip",
|
| 175 |
+
"cr:includes": [
|
| 176 |
+
"jiang24-h5ad",
|
| 177 |
+
"jiang24-csv"
|
| 178 |
+
]
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"@type": "sc:FileSet",
|
| 182 |
+
"@id": "op3",
|
| 183 |
+
"name": "OP3",
|
| 184 |
+
"description": "This dataset is a modified version of the OpenProblems perturbation prediction challenge dataset that a Kaggle competition part of the NeurIPS 2023 competition track by Burkhardt et al. via https://openproblems.bio/benchmarks/perturbation_prediction?version=v1.0.0. It contains 144 chemical perturbations applied to PBMCs with at least 4 mature cell types. The data preprocessing can be found at: https://github.com/altoslabs/perturbench/blob/main/notebooks/neurips2025/data_curation/curate_op3.ipynb.",
|
| 185 |
+
"encodingFormat": "application/gzip",
|
| 186 |
+
"cr:includes": [
|
| 187 |
+
"op3-h5ad",
|
| 188 |
+
"op3-csv"
|
| 189 |
+
]
|
| 190 |
+
}
|
| 191 |
+
],
|
| 192 |
+
"recordSet": [
|
| 193 |
+
{
|
| 194 |
+
"@type": "cr:RecordSet",
|
| 195 |
+
"name": "treatment_classification",
|
| 196 |
+
"description": "Records for the perturbation response prediction task using scRNA-seq datasets stored in h5ad files. Records are sourced from six manifest files found in the distribution list, with one file per dataset, and stored in the `.obs` slot of each h5ad file. The perturbation identity is the 'condition' column, with the `control` value reserved for the DMSO or non-targeting CRISPR controls. The cell type is stored in the `cell_type` column. Additional cytokine or chemical treatments are stored in the `treatment` column. Splits are defined dynamically by the PerturBench library.",
|
| 197 |
+
"field": [
|
| 198 |
+
{
|
| 199 |
+
"@type": "cr:Field",
|
| 200 |
+
"name": "condition",
|
| 201 |
+
"description": "Chemical or genetic perturbation applied to cells. This is the key conditioning label for the perturbation response prediction task.",
|
| 202 |
+
"dataType": "sc:Text"
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"@type": "cr:Field",
|
| 206 |
+
"name": "cell_type",
|
| 207 |
+
"description": "Cell line or cell type of the sample.",
|
| 208 |
+
"dataType": "sc:Text"
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"@type": "cr:Field",
|
| 212 |
+
"name": "treatment",
|
| 213 |
+
"description": "Additional cytokine or chemical treatments applied to cells, used together with `cell_type` to define the biological state of a sample.",
|
| 214 |
+
"dataType": "sc:Text"
|
| 215 |
+
}
|
| 216 |
+
]
|
| 217 |
+
}
|
| 218 |
+
]
|
| 219 |
+
}
|