Joao Felipe Rocha commited on
Commit
8f91d7b
·
1 Parent(s): 803fd2b

Added synthetic dataset and corrected croissant files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +104 -13
  2. croissant.json +242 -16
  3. data/scRNAseq/SCD-0001.h5ad +3 -0
  4. data/scRNAseq/SCD-0002.h5ad +3 -0
  5. data/scRNAseq/SCD-0003.h5ad +3 -0
  6. data/scRNAseq/SCD-0004.h5ad +3 -0
  7. data/scRNAseq/SCD-0005.h5ad +3 -0
  8. data/scRNAseq/SCD-0006.h5ad +3 -0
  9. data/scRNAseq/SCD-0007.h5ad +3 -0
  10. data/scRNAseq/SCD-0008.h5ad +3 -0
  11. data/scRNAseq/SCD-0009.h5ad +3 -0
  12. data/scRNAseq/SCD-0010.h5ad +3 -0
  13. data/scRNAseq/SCD-0011.h5ad +3 -0
  14. data/scRNAseq/SCD-0012.h5ad +3 -0
  15. data/scRNAseq/SCD-0013.h5ad +3 -0
  16. data/scRNAseq/SCD-0014.h5ad +3 -0
  17. data/scRNAseq/SCD-0015.h5ad +3 -0
  18. data/scRNAseq/SCD-0016.h5ad +3 -0
  19. data/scRNAseq/SCD-0017.h5ad +3 -0
  20. data/scRNAseq/SCD-0018.h5ad +3 -0
  21. data/scRNAseq/SCD-0019.h5ad +3 -0
  22. data/scRNAseq/SCD-0020.h5ad +3 -0
  23. data/scRNAseq/SCD-0021.h5ad +3 -0
  24. data/scRNAseq/SCD-0022.h5ad +3 -0
  25. data/scRNAseq/SCD-0023.h5ad +3 -0
  26. data/scRNAseq/SCD-0024.h5ad +3 -0
  27. data/scRNAseq/SCD-0025.h5ad +3 -0
  28. data/scRNAseq/SCD-0026.h5ad +3 -0
  29. data/scRNAseq/SCD-0027.h5ad +3 -0
  30. data/scRNAseq/SCD-0028.h5ad +3 -0
  31. data/scRNAseq/SCD-0029.h5ad +3 -0
  32. data/scRNAseq/SCD-0030.h5ad +3 -0
  33. data/scRNAseq/SCD-0037.h5ad +3 -0
  34. data/scRNAseq/SCD-0038.h5ad +3 -0
  35. data/scRNAseq/SCD-0039.h5ad +3 -0
  36. data/scRNAseq/SCD-0040.h5ad +3 -0
  37. data/scRNAseq/SCD-0041.h5ad +3 -0
  38. data/scRNAseq/SCD-0042.h5ad +3 -0
  39. data/scRNAseq/SCD-0045.h5ad +3 -0
  40. data/scRNAseq/SCD-0046.h5ad +3 -0
  41. data/scRNAseq/SCD-0047.h5ad +3 -0
  42. data/scRNAseq/SCD-0048.h5ad +3 -0
  43. data/scRNAseq/SCD-0049.h5ad +3 -0
  44. data/scRNAseq/SCD-0050.h5ad +3 -0
  45. data/scRNAseq/SCD-0051.h5ad +3 -0
  46. data/scRNAseq/SCD-0052.h5ad +3 -0
  47. data/scRNAseq/SCD-0053.h5ad +3 -0
  48. data/scRNAseq/SCD-0054.h5ad +3 -0
  49. data/scRNAseq/SCD-0055.h5ad +3 -0
  50. data/scRNAseq/SCD-0056.h5ad +3 -0
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: other
3
  tags:
4
  - single-cell
5
  - rna-seq
@@ -9,37 +9,86 @@ tags:
9
  - genomics
10
  - benchmark
11
  - shape-analysis
 
12
  size_categories:
13
  - 1M<n<10M
14
  task_categories:
15
  - tabular-classification
16
  - tabular-regression
17
  pretty_name: scShapeBench
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  ---
19
 
20
  # scShapeBench
21
 
22
- A benchmark dataset for single-cell shape analysis, containing **2,547,517 cells** across **105 real-world single-cell RNA-seq datasets** in AnnData (`.h5ad`) format.
 
23
 
24
  ## Dataset Summary
25
 
26
- scShapeBench is a curated collection of real-world single-cell gene expression datasets assembled for benchmarking computational methods in single-cell shape analysis. Each dataset is stored as an individual AnnData file with precomputed PCA embeddings and Leiden clustering.
 
 
 
27
 
28
  - **Total cells:** 2,547,517
29
- - **Total datasets:** 105
30
  - **Total size:** ~116 GB
31
- - **Format:** AnnData (.h5ad)
32
- - **Data type:** Real-world (synthetic data to be added in a future release)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
 
34
  ## Dataset Structure
35
 
36
  ```
37
  scShapeBench/
38
  ├── data/
39
- │ ├── SCD-0001.h5ad
40
- │ ├── SCD-0002.h5ad
41
- │ ├── ...
42
- ── SCD-0112.h5ad
 
 
 
 
 
 
 
 
43
  ├── cell_metadata.csv # Combined cell-level metadata (2.5M rows)
44
  ├── gene_metadata.csv # Combined gene-level metadata
45
  ├── dataset_index.csv # Per-file summary: dimensions, size
@@ -49,7 +98,9 @@ scShapeBench/
49
 
50
  ### File Naming
51
 
52
- Files are named `SCD-XXXX.h5ad` where XXXX is a zero-padded index. The numbering is not contiguous (e.g., SCD-0031, SCD-0032, SCD-0034–0036 are absent).
 
 
53
 
54
  ### Per-File Contents
55
 
@@ -79,12 +130,14 @@ Dataset sizes range from 1,163 cells (SCD-0006) to 434,340 cells (SCD-0037).
79
 
80
  ## Usage
81
 
 
 
82
  ```python
83
  import scanpy as sc
84
  import pandas as pd
85
 
86
  # Load a single dataset
87
- adata = sc.read_h5ad("data/SCD-0001.h5ad")
88
  print(adata)
89
 
90
  # Browse available datasets
@@ -96,6 +149,44 @@ cell_meta = pd.read_csv("cell_metadata.csv")
96
  print(cell_meta.groupby("file_id").size())
97
  ```
98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  ## Croissant Metadata
100
 
101
  This dataset includes a `croissant.json` file conforming to the [Croissant 1.1](https://docs.mlcommons.org/croissant/) metadata standard. This enables programmatic discovery and loading of dataset metadata through compatible tools.
@@ -106,4 +197,4 @@ This dataset includes a `croissant.json` file conforming to the [Croissant 1.1](
106
 
107
  ## License
108
 
109
- License to be determined.
 
1
  ---
2
+ license: cc-by-4.0
3
  tags:
4
  - single-cell
5
  - rna-seq
 
9
  - genomics
10
  - benchmark
11
  - shape-analysis
12
+ - synthetic
13
  size_categories:
14
  - 1M<n<10M
15
  task_categories:
16
  - tabular-classification
17
  - tabular-regression
18
  pretty_name: scShapeBench
19
+ configs:
20
+ - config_name: scRNAseq
21
+ data_files:
22
+ - split: train
23
+ path: data/scRNAseq/*.h5ad
24
+ - config_name: synthetic
25
+ data_files:
26
+ - split: train
27
+ path: data/synthetic/*.npz
28
+ - config_name: annotations
29
+ data_files:
30
+ - split: train
31
+ path: labels/annotations.parquet
32
+ - config_name: labels
33
+ data_files:
34
+ - split: train
35
+ path: labels/labels.parquet
36
  ---
37
 
38
  # scShapeBench
39
 
40
+ A benchmark dataset for single-cell shape analysis with four configurations: **real-world scRNA-seq** data, **synthetic** data, **annotator labels**, and **aggregated labels**.
41
+
42
 
43
  ## Dataset Summary
44
 
45
+ scShapeBench is a curated collection of datasets assembled for benchmarking computational methods in single-cell shape analysis. It is organized into four configurations:
46
+
47
+ ### scRNAseq
48
+ Real-world single-cell gene expression datasets. Each dataset is stored as an individual AnnData file with precomputed PCA embeddings and Leiden clustering.
49
 
50
  - **Total cells:** 2,547,517
51
+ - **Total datasets:** 102
52
  - **Total size:** ~116 GB
53
+ - **Format:** AnnData (`.h5ad`)
54
+
55
+ ### synthetic
56
+ Synthetically generated single-cell data for controlled benchmarking.
57
+
58
+ - **Format:** NumPy compressed array (`.npz`) + per-sample metadata (`.json`)
59
+
60
+ ### annotations
61
+ Per-dataset shape labels from 9 independent annotators. Each annotator assigned one or more shape categories to each dataset they reviewed.
62
+
63
+ - **Total datasets labeled:** 97
64
+ - **Annotators:** 9
65
+ - **Shape categories:** `archetypal`, `multi_branch`, `simple_traj`, `clusters`
66
+ - **Format:** Parquet, long format (one row per dataset–annotator pair)
67
+
68
+ ### labels
69
+ Aggregated shape labels derived from the 9 annotator labels using three strategies described in the paper.
70
+
71
+ - **Total datasets:** 97
72
+ - **Aggregations:** `majority`, `soft`, `confidence_weighted`, `union`
73
+ - **Format:** Parquet, long format (one row per dataset–aggregation pair); values are floats in [0, 1] per shape category
74
 
75
  ## Dataset Structure
76
 
77
  ```
78
  scShapeBench/
79
  ├── data/
80
+ │ ├── scRNAseq/
81
+ ├── SCD-0001.h5ad
82
+ ├── SCD-0002.h5ad
83
+ │ ├── ...
84
+ │ │ └── SCD-0112.h5ad
85
+ │ └── synthetic/
86
+ │ ├── sample_00000.npz
87
+ │ ├── sample_00000.json
88
+ │ ├── ...
89
+ ├── labels/
90
+ │ ├── annotations.parquet # Per-annotator shape labels (9 annotators)
91
+ │ └── labels.parquet # Aggregated labels (majority, soft, confidence_weighted, union)
92
  ├── cell_metadata.csv # Combined cell-level metadata (2.5M rows)
93
  ├── gene_metadata.csv # Combined gene-level metadata
94
  ├── dataset_index.csv # Per-file summary: dimensions, size
 
98
 
99
  ### File Naming
100
 
101
+ **scRNAseq:** Files are named `SCD-XXXX.h5ad` where XXXX is a zero-padded index. The numbering is not contiguous (e.g., SCD-0031, SCD-0032, SCD-0034–0036 are absent).
102
+
103
+ **synthetic:** Files are named `sample_XXXXX.npz` / `sample_XXXXX.json` with a zero-padded 5-digit index.
104
 
105
  ### Per-File Contents
106
 
 
130
 
131
  ## Usage
132
 
133
+ ### scRNAseq config
134
+
135
  ```python
136
  import scanpy as sc
137
  import pandas as pd
138
 
139
  # Load a single dataset
140
+ adata = sc.read_h5ad("data/scRNAseq/SCD-0001.h5ad")
141
  print(adata)
142
 
143
  # Browse available datasets
 
149
  print(cell_meta.groupby("file_id").size())
150
  ```
151
 
152
+ ### synthetic config
153
+
154
+ ```python
155
+ import numpy as np
156
+ import json
157
+
158
+ # Load a single synthetic sample
159
+ data = np.load("data/synthetic/sample_00000.npz")
160
+ meta = json.load(open("data/synthetic/sample_00000.json"))
161
+ ```
162
+
163
+ ### annotations config
164
+
165
+ ```python
166
+ import pandas as pd
167
+
168
+ annotations = pd.read_parquet("labels/annotations.parquet")
169
+ # columns: dataset_id, annotator_id, archetypal, multi_branch, simple_traj, clusters
170
+
171
+ # Fraction of annotators who labeled a dataset as multi_branch
172
+ agreement = annotations.groupby("dataset_id")["multi_branch"].mean()
173
+ ```
174
+
175
+ ### labels config
176
+
177
+ ```python
178
+ import pandas as pd
179
+
180
+ labels = pd.read_parquet("labels/labels.parquet")
181
+ # columns: dataset_id, aggregation, archetypal, multi_branch, simple_traj, clusters
182
+
183
+ # Get majority-vote labels (binary)
184
+ majority = labels[labels["aggregation"] == "majority"].set_index("dataset_id")
185
+
186
+ # Get union labels (any annotator assigned the class)
187
+ union = labels[labels["aggregation"] == "union"].set_index("dataset_id")
188
+ ```
189
+
190
  ## Croissant Metadata
191
 
192
  This dataset includes a `croissant.json` file conforming to the [Croissant 1.1](https://docs.mlcommons.org/croissant/) metadata standard. This enables programmatic discovery and loading of dataset metadata through compatible tools.
 
197
 
198
  ## License
199
 
200
+ This dataset is released under the [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/) license. You are free to share and adapt the material for any purpose, provided appropriate credit is given.
croissant.json CHANGED
@@ -1,12 +1,13 @@
1
  {
2
  "@context": {
3
  "@language": "en",
4
- "@vocab": "http://schema.org/",
5
- "sc": "http://schema.org/",
6
  "cr": "http://mlcommons.org/croissant/",
7
  "rai": "http://mlcommons.org/croissant/RAI/",
8
  "dct": "http://purl.org/dc/terms/",
9
  "annotation": "cr:annotation",
 
10
  "conformsTo": "dct:conformsTo",
11
  "containedIn": "cr:containedIn",
12
  "data": {"@id": "cr:data", "@type": "@json"},
@@ -14,17 +15,74 @@
14
  "field": "cr:field",
15
  "fileObject": "cr:fileObject",
16
  "fileSet": "cr:fileSet",
 
17
  "recordSet": "cr:recordSet",
18
  "source": "cr:source",
19
- "subField": "cr:subField"
 
20
  },
21
  "@type": "sc:Dataset",
22
  "name": "scShapeBench",
23
- "description": "A benchmark dataset for single-cell shape analysis containing 2,547,517 cells across 105 real-world single-cell RNA-seq datasets stored in AnnData (.h5ad) format with precomputed PCA embeddings and Leiden clustering.",
24
  "url": "https://huggingface.co/datasets/scShape-Benchmark/scShapeBench",
 
25
  "conformsTo": "http://mlcommons.org/croissant/1.1",
26
  "datePublished": "2026-05-05",
27
- "keywords": ["single-cell", "RNA-seq", "scRNA-seq", "h5ad", "AnnData", "genomics", "benchmark", "shape-analysis"],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
 
29
  "distribution": [
30
  {
@@ -32,17 +90,24 @@
32
  "@id": "h5ad-files",
33
  "name": "h5ad-files",
34
  "description": "AnnData files containing single-cell gene expression data with PCA embeddings and Leiden clustering",
35
- "containedIn": {"@id": "data-directory"},
36
- "includes": "SCD-*.h5ad",
37
  "encodingFormat": "application/x-hdf5"
38
  },
39
  {
40
- "@type": "cr:FileObject",
41
- "@id": "data-directory",
42
- "name": "data-directory",
43
- "description": "Directory containing all AnnData data files",
44
- "contentUrl": "data/",
45
- "encodingFormat": "application/x-directory"
 
 
 
 
 
 
 
 
46
  },
47
  {
48
  "@type": "cr:FileObject",
@@ -50,7 +115,8 @@
50
  "name": "cell_metadata.csv",
51
  "description": "Combined cell-level metadata from all datasets: number of genes detected, Leiden cluster assignment, and source file identifier",
52
  "contentUrl": "cell_metadata.csv",
53
- "encodingFormat": "text/csv"
 
54
  },
55
  {
56
  "@type": "cr:FileObject",
@@ -58,7 +124,8 @@
58
  "name": "gene_metadata.csv",
59
  "description": "Combined gene-level metadata from all datasets: gene IDs, feature types, dispersion statistics, and highly-variable flags",
60
  "contentUrl": "gene_metadata.csv",
61
- "encodingFormat": "text/csv"
 
62
  },
63
  {
64
  "@type": "cr:FileObject",
@@ -66,7 +133,26 @@
66
  "name": "dataset_index.csv",
67
  "description": "Per-file summary statistics: number of cells, number of genes, and file size",
68
  "contentUrl": "dataset_index.csv",
69
- "encodingFormat": "text/csv"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  }
71
  ],
72
 
@@ -237,6 +323,146 @@
237
  }
238
  }
239
  ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
240
  }
241
  ]
242
  }
 
1
  {
2
  "@context": {
3
  "@language": "en",
4
+ "@vocab": "https://schema.org/",
5
+ "sc": "https://schema.org/",
6
  "cr": "http://mlcommons.org/croissant/",
7
  "rai": "http://mlcommons.org/croissant/RAI/",
8
  "dct": "http://purl.org/dc/terms/",
9
  "annotation": "cr:annotation",
10
+ "citeAs": "cr:citeAs",
11
  "conformsTo": "dct:conformsTo",
12
  "containedIn": "cr:containedIn",
13
  "data": {"@id": "cr:data", "@type": "@json"},
 
15
  "field": "cr:field",
16
  "fileObject": "cr:fileObject",
17
  "fileSet": "cr:fileSet",
18
+ "includes": "cr:includes",
19
  "recordSet": "cr:recordSet",
20
  "source": "cr:source",
21
+ "subField": "cr:subField",
22
+ "prov": "http://www.w3.org/ns/prov#"
23
  },
24
  "@type": "sc:Dataset",
25
  "name": "scShapeBench",
26
+ "description": "A benchmark dataset for single-cell shape analysis with four configurations: (1) scRNAseq — 2,547,517 cells across 102 real-world scRNA-seq datasets in AnnData (.h5ad) format with precomputed PCA embeddings and Leiden clustering; (2) synthetic — synthetically generated single-cell data in NumPy compressed (.npz) format with per-sample JSON metadata; (3) annotations — per-dataset multi-label shape annotations from 9 independent expert annotators; (4) labels — aggregated shape labels derived via majority vote, soft aggregation, confidence weighting, and union across the 9 annotators.",
27
  "url": "https://huggingface.co/datasets/scShape-Benchmark/scShapeBench",
28
+ "license": "https://creativecommons.org/licenses/by/4.0/",
29
  "conformsTo": "http://mlcommons.org/croissant/1.1",
30
  "datePublished": "2026-05-05",
31
+ "version": "1.0.0",
32
+ "citeAs": "",
33
+ "keywords": ["single-cell", "RNA-seq", "scRNA-seq", "h5ad", "AnnData", "genomics", "benchmark", "shape-analysis", "synthetic"],
34
+
35
+ "rai:hasSyntheticData": true,
36
+
37
+ "prov:wasDerivedFrom": [
38
+ { "@id": "https://cellxgene.cziscience.com" },
39
+ { "@id": "https://www.10xgenomics.com/datasets" },
40
+ { "@id": "https://singlecell.broadinstitute.org/single_cell" },
41
+ { "@id": "https://www.ebi.ac.uk/gxa/sc" }
42
+ ],
43
+
44
+ "prov:wasGeneratedBy": [
45
+ {
46
+ "@type": "prov:Activity",
47
+ "name": "Data Collection",
48
+ "prov:used": [
49
+ { "@id": "https://cellxgene.cziscience.com" },
50
+ { "@id": "https://www.10xgenomics.com/datasets" },
51
+ { "@id": "https://singlecell.broadinstitute.org/single_cell" },
52
+ { "@id": "https://www.ebi.ac.uk/gxa/sc" }
53
+ ],
54
+ "description": "102 real-world scRNA-seq datasets were manually curated from four public repositories: CELLxGENE Census (62 datasets), 10x Genomics public dataset catalog (30 datasets), Broad Institute Single Cell Portal (8 datasets), and EMBL-EBI Single Cell Expression Atlas (1 dataset). Datasets were selected to cover all four structural shape classes (Clusters, Single-Trajectory, Multi-Branching, Archetypal). Per-dataset source URLs, accession identifiers, and associated publication references are documented in the accompanying datasheet."
55
+ },
56
+ {
57
+ "@type": "prov:Activity",
58
+ "name": "Synthetic Data Generation",
59
+ "description": "Synthetic single-cell data were generated using a dedicated software tool described in the accompanying paper. The generation process, parameters, and seeds are fully documented therein. The source code repository will be made publicly available post-publication."
60
+ },
61
+ {
62
+ "@type": "prov:Activity",
63
+ "name": "Data Preprocessing",
64
+ "description": "All scRNAseq datasets were processed through a uniform Scanpy pipeline: (1) quality-control filtering, (2) log-normalization (scanpy.pp.normalize_total followed by scanpy.pp.log1p), (3) subsampling to a maximum of 50,000 cells per dataset, (4) PCA dimensionality reduction, and (5) Leiden graph-based clustering (resolution=1.0). 2D PHATE and UMAP embeddings were computed exclusively for expert annotation and are not included in the benchmarked inputs. Raw integer counts are preserved in the .raw slot of each h5ad file."
65
+ },
66
+ {
67
+ "@type": "prov:Activity",
68
+ "name": "Data Annotation",
69
+ "description": "Nine expert biologists and bioinformaticians independently annotated each dataset via a dedicated web gallery displaying 2D PHATE and UMAP projections. Annotators assigned multi-label structural categories from the taxonomy {Clusters, Single-Trajectory, Multi-Branching, Archetypal}. No communication between annotators was permitted during annotation. Aggregated labels were derived using four strategies: majority vote (label present if ≥5 of 9 annotators selected it), soft aggregation (fraction of annotators), confidence-weighted aggregation, and union. Inter-annotator agreement: mean pairwise Jaccard similarity = 0.403; per-label Fleiss' kappa range = 0.161–0.255."
70
+ }
71
+ ],
72
+
73
+ "rai:dataCollection": "The scRNAseq configuration comprises real-world single-cell RNA sequencing datasets manually curated from four public repositories: CELLxGENE Census hosted by the Chan Zuckerberg Initiative (62 datasets), the 10x Genomics public dataset catalog (30 datasets), the Broad Institute Single Cell Portal (8 datasets), and the EMBL-EBI Single Cell Expression Atlas (1 dataset). The synthetic configuration contains computationally generated single-cell data providing ground-truth topology for controlled benchmarking. Per-dataset source URLs and associated publication references are provided in the accompanying datasheet.",
74
+ "rai:dataCollectionType": ["Existing Datasets", "Synthetic"],
75
+ "rai:dataCollectionRawData": "Raw integer counts are preserved in the .raw slot of each h5ad file alongside the preprocessed log-normalized counts in .X. The source repository and original publication are recorded per-dataset in the accompanying datasheet.",
76
+ "rai:dataPreprocessingProtocol": "All scRNAseq datasets were processed through a uniform Scanpy pipeline comprising quality-control filtering, log-normalization, and subsampling to a fixed 50,000 cells per dataset. PCA embeddings and Leiden clustering were computed at uniform resolution across all datasets. 2D PHATE and UMAP embeddings were computed solely for expert annotation and are not included in the benchmarked inputs.",
77
+ "rai:dataAnnotationProtocol": "Nine expert biologists and bioinformaticians independently assigned multi-label structural annotations from the taxonomy {Clusters, Single-Trajectory, Multi-Branching, Archetypal} by visually inspecting 2D PHATE and UMAP embeddings via a dedicated web gallery. A structural class is assigned to a dataset if at least 5 of 9 annotators selected it (majority-support rule). Datasets with no majority-supported class are excluded from the primary benchmark, yielding 79 high-support datasets out of 102.",
78
+ "rai:annotationsPerItem": "9",
79
+ "rai:dataAnnotationAnalysis": "Inter-annotator agreement was assessed at both label-set and per-label levels. Mean pairwise Jaccard similarity was 0.403. Per-label Fleiss' kappa ranged from 0.161 to 0.255, reflecting the inherent ambiguity of assigning global shape categories to real scRNAseq data where multiple structural regimes may coexist simultaneously.",
80
+ "rai:personalSensitiveInformation": "The dataset contains gene expression profiles derived from human and non-human cells. All data originate from previously published public repositories; no individual-level identifiers are included. All source datasets were released by their original authors under open-access terms permitting redistribution. Per-dataset source licenses are recorded in the accompanying datasheet.",
81
+ "rai:dataBiases": "Dataset selection was guided by coverage of four structural shape classes, introducing sampling bias toward datasets judged likely to exhibit geometric structure. The 10x Genomics catalog is weighted toward PBMC datasets that tend to produce cluster-like geometry, while CELLxGENE and the Broad SCP contribute differentiation, disease, and tissue-atlas studies. Expert annotations were performed on 2D PHATE and UMAP projections, which may not faithfully represent high-dimensional manifold structure and may introduce visual bias. Moderate inter-annotator agreement (mean Jaccard 0.403) indicates residual subjectivity in label assignment.",
82
+ "rai:dataLimitations": "All scRNAseq datasets are subsampled to 50,000 cells, which may alter the geometric structure of very large datasets. Expert structural labels reflect visual consensus on 2D embeddings and do not constitute mathematical ground-truth topology. The synthetic configuration provides controlled ground truth but may not capture the full complexity of real biological data.",
83
+ "rai:dataUseCases": "scShapeBench is intended for benchmarking computational methods that recover the global geometric or topological structure of single-cell gene expression data. It should not be used for clinical diagnosis, treatment decisions, or any application requiring individual-level genomic inference.",
84
+ "rai:dataSocialImpact": "This benchmark advances the development and fair comparison of computational methods for single-cell biology, contributing to basic research in genomics and cell biology. The dataset does not contain identifiable personal information and is not intended for surveillance, clinical, or forensic applications.",
85
+ "rai:dataMaintenancePlan": "Issues, errors, or questions regarding the data can be reported via the Hugging Face repository discussion tab. The dataset will be updated to include additional configurations and corrected annotations as the associated research progresses.",
86
 
87
  "distribution": [
88
  {
 
90
  "@id": "h5ad-files",
91
  "name": "h5ad-files",
92
  "description": "AnnData files containing single-cell gene expression data with PCA embeddings and Leiden clustering",
93
+ "includes": "data/scRNAseq/SCD-*.h5ad",
 
94
  "encodingFormat": "application/x-hdf5"
95
  },
96
  {
97
+ "@type": "cr:FileSet",
98
+ "@id": "npz-files",
99
+ "name": "npz-files",
100
+ "description": "NumPy compressed arrays containing synthetic single-cell data",
101
+ "includes": "data/synthetic/sample_*.npz",
102
+ "encodingFormat": "application/zip"
103
+ },
104
+ {
105
+ "@type": "cr:FileSet",
106
+ "@id": "json-metadata-files",
107
+ "name": "json-metadata-files",
108
+ "description": "Per-sample JSON metadata files for synthetic data",
109
+ "includes": "data/synthetic/sample_*.json",
110
+ "encodingFormat": "application/json"
111
  },
112
  {
113
  "@type": "cr:FileObject",
 
115
  "name": "cell_metadata.csv",
116
  "description": "Combined cell-level metadata from all datasets: number of genes detected, Leiden cluster assignment, and source file identifier",
117
  "contentUrl": "cell_metadata.csv",
118
+ "encodingFormat": "text/csv",
119
+ "sha256": "c8d0a6827425a212172cbef11866aa9e598c154c3a513a3f46f1fa3577671d94"
120
  },
121
  {
122
  "@type": "cr:FileObject",
 
124
  "name": "gene_metadata.csv",
125
  "description": "Combined gene-level metadata from all datasets: gene IDs, feature types, dispersion statistics, and highly-variable flags",
126
  "contentUrl": "gene_metadata.csv",
127
+ "encodingFormat": "text/csv",
128
+ "sha256": "decc2d36c8a1819de6b64ae847eabda50c8dfa60afd28c23d7fd842a4746bbab"
129
  },
130
  {
131
  "@type": "cr:FileObject",
 
133
  "name": "dataset_index.csv",
134
  "description": "Per-file summary statistics: number of cells, number of genes, and file size",
135
  "contentUrl": "dataset_index.csv",
136
+ "encodingFormat": "text/csv",
137
+ "sha256": "fbcd479d9cd12d6898d3cae4eff5935d7aaacb013cc52cf19c91d4565cabf5dd"
138
+ },
139
+ {
140
+ "@type": "cr:FileObject",
141
+ "@id": "annotations-parquet",
142
+ "name": "annotations.parquet",
143
+ "description": "Per-dataset multi-label shape annotations from 9 independent expert annotators, one row per dataset-annotator pair",
144
+ "contentUrl": "labels/annotations.parquet",
145
+ "encodingFormat": "application/vnd.apache.parquet",
146
+ "sha256": "af00c1db034639c3dbc4530f6f9ae12ef270ba5974d56a55c1bda6e9c3746992"
147
+ },
148
+ {
149
+ "@type": "cr:FileObject",
150
+ "@id": "labels-parquet",
151
+ "name": "labels.parquet",
152
+ "description": "Aggregated shape labels from 4 strategies (majority, soft, confidence_weighted, union), one row per dataset-aggregation pair",
153
+ "contentUrl": "labels/labels.parquet",
154
+ "encodingFormat": "application/vnd.apache.parquet",
155
+ "sha256": "8c486a6db38128871911c4e6c2d262411648240b07edd00eec99c0d96582fc08"
156
  }
157
  ],
158
 
 
323
  }
324
  }
325
  ]
326
+ },
327
+ {
328
+ "@type": "cr:RecordSet",
329
+ "name": "annotations",
330
+ "description": "Per-dataset multi-label shape annotations from 9 independent expert annotators. One row per dataset-annotator pair; binary columns indicate which shape categories were assigned.",
331
+ "field": [
332
+ {
333
+ "@type": "cr:Field",
334
+ "name": "dataset_id",
335
+ "description": "Dataset identifier (e.g., SCD-0001)",
336
+ "dataType": "sc:Text",
337
+ "source": {
338
+ "fileObject": {"@id": "annotations-parquet"},
339
+ "extract": {"column": "dataset_id"}
340
+ },
341
+ "references": {
342
+ "field": {"@id": "dataset_index/file_id"}
343
+ }
344
+ },
345
+ {
346
+ "@type": "cr:Field",
347
+ "name": "annotator_id",
348
+ "description": "Annotator index (0-8)",
349
+ "dataType": "sc:Integer",
350
+ "source": {
351
+ "fileObject": {"@id": "annotations-parquet"},
352
+ "extract": {"column": "annotator_id"}
353
+ }
354
+ },
355
+ {
356
+ "@type": "cr:Field",
357
+ "name": "archetypal",
358
+ "description": "1 if the annotator assigned the archetypal shape category, 0 otherwise",
359
+ "dataType": "sc:Integer",
360
+ "source": {
361
+ "fileObject": {"@id": "annotations-parquet"},
362
+ "extract": {"column": "archetypal"}
363
+ }
364
+ },
365
+ {
366
+ "@type": "cr:Field",
367
+ "name": "multi_branch",
368
+ "description": "1 if the annotator assigned the multi_branch shape category, 0 otherwise",
369
+ "dataType": "sc:Integer",
370
+ "source": {
371
+ "fileObject": {"@id": "annotations-parquet"},
372
+ "extract": {"column": "multi_branch"}
373
+ }
374
+ },
375
+ {
376
+ "@type": "cr:Field",
377
+ "name": "simple_traj",
378
+ "description": "1 if the annotator assigned the simple_traj shape category, 0 otherwise",
379
+ "dataType": "sc:Integer",
380
+ "source": {
381
+ "fileObject": {"@id": "annotations-parquet"},
382
+ "extract": {"column": "simple_traj"}
383
+ }
384
+ },
385
+ {
386
+ "@type": "cr:Field",
387
+ "name": "clusters",
388
+ "description": "1 if the annotator assigned the clusters shape category, 0 otherwise",
389
+ "dataType": "sc:Integer",
390
+ "source": {
391
+ "fileObject": {"@id": "annotations-parquet"},
392
+ "extract": {"column": "clusters"}
393
+ }
394
+ }
395
+ ]
396
+ },
397
+ {
398
+ "@type": "cr:RecordSet",
399
+ "name": "labels",
400
+ "description": "Aggregated shape labels derived from 9 annotators using four strategies. One row per dataset-aggregation pair; values are floats in [0, 1] representing label confidence per shape category.",
401
+ "field": [
402
+ {
403
+ "@type": "cr:Field",
404
+ "name": "dataset_id",
405
+ "description": "Dataset identifier (e.g., SCD-0001)",
406
+ "dataType": "sc:Text",
407
+ "source": {
408
+ "fileObject": {"@id": "labels-parquet"},
409
+ "extract": {"column": "dataset_id"}
410
+ },
411
+ "references": {
412
+ "field": {"@id": "dataset_index/file_id"}
413
+ }
414
+ },
415
+ {
416
+ "@type": "cr:Field",
417
+ "name": "aggregation",
418
+ "description": "Aggregation strategy: majority, soft, confidence_weighted, or union",
419
+ "dataType": "sc:Text",
420
+ "source": {
421
+ "fileObject": {"@id": "labels-parquet"},
422
+ "extract": {"column": "aggregation"}
423
+ }
424
+ },
425
+ {
426
+ "@type": "cr:Field",
427
+ "name": "archetypal",
428
+ "description": "Aggregated label score for the archetypal shape category",
429
+ "dataType": "sc:Float",
430
+ "source": {
431
+ "fileObject": {"@id": "labels-parquet"},
432
+ "extract": {"column": "archetypal"}
433
+ }
434
+ },
435
+ {
436
+ "@type": "cr:Field",
437
+ "name": "multi_branch",
438
+ "description": "Aggregated label score for the multi_branch shape category",
439
+ "dataType": "sc:Float",
440
+ "source": {
441
+ "fileObject": {"@id": "labels-parquet"},
442
+ "extract": {"column": "multi_branch"}
443
+ }
444
+ },
445
+ {
446
+ "@type": "cr:Field",
447
+ "name": "simple_traj",
448
+ "description": "Aggregated label score for the simple_traj shape category",
449
+ "dataType": "sc:Float",
450
+ "source": {
451
+ "fileObject": {"@id": "labels-parquet"},
452
+ "extract": {"column": "simple_traj"}
453
+ }
454
+ },
455
+ {
456
+ "@type": "cr:Field",
457
+ "name": "clusters",
458
+ "description": "Aggregated label score for the clusters shape category",
459
+ "dataType": "sc:Float",
460
+ "source": {
461
+ "fileObject": {"@id": "labels-parquet"},
462
+ "extract": {"column": "clusters"}
463
+ }
464
+ }
465
+ ]
466
  }
467
  ]
468
  }
data/scRNAseq/SCD-0001.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73f1d68b568b0aac57fe5c19a7435cfb5402201433e2b772ac5335f3b58b784e
3
+ size 327524590
data/scRNAseq/SCD-0002.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29c8feeb04da67633008a9e47aa9895546e89fd5e0532670e05f0de9706bd4a3
3
+ size 226775880
data/scRNAseq/SCD-0003.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08a4c5964dd499a9f787922db0a5ecde68ac4998262f15b5db5a4a12963da463
3
+ size 394231074
data/scRNAseq/SCD-0004.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96aef411b529f74789d461b84fa2b32c836a757312d90b3501bad9582747a1f2
3
+ size 629714512
data/scRNAseq/SCD-0005.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:276ae75fb5ba325e7589f398d84f1b68895c31695ef5b3c1ffc6aef1587eea97
3
+ size 567821390
data/scRNAseq/SCD-0006.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3937e4853809e0aa061f0244661b406d260afebc240a59af9f3c8655adcf2602
3
+ size 61085856
data/scRNAseq/SCD-0007.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d48986fe3eeae852d8ede2d78158742a14a4eb4347c78bf585ca711a1476c739
3
+ size 121612805
data/scRNAseq/SCD-0008.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4cb3f8f247a5ff58ac41bf7a494c67d85d3fb9cfeadb8dd514c6384a40faacf
3
+ size 282100584
data/scRNAseq/SCD-0009.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa7f4f7c51bfd8865719a4f0469bd32e739262c7a5c323294d87ffd4a6e31914
3
+ size 267173682
data/scRNAseq/SCD-0010.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:128d65732d077b2003b6efcb7df44102fae986e5e43661eac4f4edcf7a64b68d
3
+ size 56249682
data/scRNAseq/SCD-0011.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85d7c1a0bc20898c5f76a9fa4b440b2cadc9ccc6e702ea6016ea777b4d207f63
3
+ size 199605298
data/scRNAseq/SCD-0012.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e353bfe724cb563cd58e7d9d089bb70094d1c2fb6d9610072d2c477470659bbf
3
+ size 105686732
data/scRNAseq/SCD-0013.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ebf51b3a875003fabfc5335f733ad55b0f87d49716cad560bdb1dcc83c1ad23
3
+ size 1685440653
data/scRNAseq/SCD-0014.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06c7edffe1d46e63ca6ecdf35d4ffa4977785b5a9d69987e69ec27614be9614e
3
+ size 57297523
data/scRNAseq/SCD-0015.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66097c50798ea014e346b30966d875bd7ee90bb98a70eca0fa72e6d363c69474
3
+ size 57332812
data/scRNAseq/SCD-0016.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b20d5dcb2f1fa53b3d759700411fd90a4f0d0c04b9ec5a3cfb93fd86c3d1989
3
+ size 605030177
data/scRNAseq/SCD-0017.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf100b10c07ba9d04001d19d7d65b66d37793d6e868b5b3c9e3809f9cd85c09d
3
+ size 435124269
data/scRNAseq/SCD-0018.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e225fa540221a4acce83b1376885b3a64dd54c32d621e2fb618bfc7e65d15e6c
3
+ size 243405375
data/scRNAseq/SCD-0019.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59b85ba98e13f979fab359649b98b22b8c7edce31f197b4d413902203021361c
3
+ size 118200629
data/scRNAseq/SCD-0020.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18e5ff0ea8918b6fcda77e4604d471c8b346d790b4a9f2eb061ee359294bb7a3
3
+ size 157222918
data/scRNAseq/SCD-0021.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7af0d1619d2f1d9f7ebb7b571cb6c303cbc3040f170d629d66d805fcbff8147
3
+ size 137277281
data/scRNAseq/SCD-0022.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b33d4789470fea77e16fa1950ea79587ab0b566dcd9c3a1410f2b79d790d161
3
+ size 174928774
data/scRNAseq/SCD-0023.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3995ced2affff2d5b2be3a8cfe551d4ef1d0100b320aae87fc2ef24a92b1aa9d
3
+ size 171094413
data/scRNAseq/SCD-0024.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df56957bd58723bd40eee2bf608c8685d3770648362ae4615d8f13873164d1da
3
+ size 382428699
data/scRNAseq/SCD-0025.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4518f8ad551ba07152b04f542ce8c8d3a83896f99d0bc2109a282674147ba35
3
+ size 401852301
data/scRNAseq/SCD-0026.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d3b3f49df47bc61708b0e80cc7e2ce6e5c3d47b4bb1e23b9993ac735eca26a5
3
+ size 268992816
data/scRNAseq/SCD-0027.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a14436805051160d46807ea8413ebeea766d3d4768f0a5eaf5c29327c3ea5c3b
3
+ size 493817980
data/scRNAseq/SCD-0028.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0363c236ceea6910675628392cf09c4cb831f4c5d73b21a3b27faf5c360d6a24
3
+ size 449986038
data/scRNAseq/SCD-0029.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86b32f28200a78187ebfb6f71809d95909dadc5ba7347b12f537cb81ce200ad9
3
+ size 276497563
data/scRNAseq/SCD-0030.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2005f90f4da31e9999333065335f27a0d8e05bdfdfb4f8687d7c7e96d443d239
3
+ size 137446455
data/scRNAseq/SCD-0037.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8c0bba9df03e5b85b5052968b1c2938d506b0c132d241ec9a2370feb883ab10
3
+ size 13459646409
data/scRNAseq/SCD-0038.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b797403755ee0a3463d311760195a7013ae7fe3e32171b5e0ac4b7157db978f
3
+ size 70302927
data/scRNAseq/SCD-0039.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d75a06b189f3785e95859af86f5f9b392d34da704e0b8380da9fd2c54f15747a
3
+ size 1388886240
data/scRNAseq/SCD-0040.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e5b637336c32f8349d30d129e3822e0d99a9de240a23850db3f59085f092b70
3
+ size 69293553
data/scRNAseq/SCD-0041.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ea98acc2710931897ca2356ba0a5533565e713d1c5cbe9f5d26813b6071bab5
3
+ size 9087347191
data/scRNAseq/SCD-0042.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3b8b1c4e31b65475f841d57063ce486b6f98db9068a44ca7b3d0bd77f92b0e1
3
+ size 291844987
data/scRNAseq/SCD-0045.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55b667fd7b0bf388f14bf8348c8e6a216d40d135a577a733d2eff3aaa45c4a1b
3
+ size 573889475
data/scRNAseq/SCD-0046.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:377ff62abd1a4909ef5e019fcf3d8962ba55c78de14895d1f5388c3ebd6fb611
3
+ size 424796295
data/scRNAseq/SCD-0047.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a0fbafd67b11e6ac1035f41d24f6d9a388ed00a444f1434fe57f2fb536feb02
3
+ size 302266876
data/scRNAseq/SCD-0048.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a0fbafd67b11e6ac1035f41d24f6d9a388ed00a444f1434fe57f2fb536feb02
3
+ size 302266876
data/scRNAseq/SCD-0049.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13b6b82c3159a0e639a5f2aae273b5f5cf41174ae2d654fd927e691202fc0cfa
3
+ size 343537430
data/scRNAseq/SCD-0050.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d24b75972026b5911ddb639121aa86f489fd83154e1ee7f0c8cc9a7b49b2b937
3
+ size 463061707
data/scRNAseq/SCD-0051.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86524f14a3ad51ff86132e8c670fcfa55e2b0a66b849247b66cf1a5962dcc60e
3
+ size 179006530
data/scRNAseq/SCD-0052.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8428456f239fb78ba3760c5c16290b2070f3c8a08b5b1c5792b9839f44c0be5
3
+ size 211220918
data/scRNAseq/SCD-0053.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13e80b51136e4dcbde69a9080877457c2e87bf3742ef60e6c7a084252d4a627f
3
+ size 131391459
data/scRNAseq/SCD-0054.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe10afa5990192ef5cdfb3deb6e10d60674aaf1a89c93fed25ded415fff0d883
3
+ size 190200759
data/scRNAseq/SCD-0055.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95fa74dbfe0f5c18f222e5102f2112eddbe54199e680717f452e967b15a34f2d
3
+ size 266084901
data/scRNAseq/SCD-0056.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62bed59bdd401577ab1ee6e04a8b38c690849e72cae602f4c925679e2bf22cfb
3
+ size 105259943