Swamy71 commited on
Commit
5298887
·
verified ·
1 Parent(s): f998d84

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +149 -0
README.md ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ pretty_name: Z-Screen Source Data (June 2026 Release)
4
+ tags:
5
+ - drug-discovery
6
+ - single-cell
7
+ - transcriptomics
8
+ - high-content-imaging
9
+ - cheminformatics
10
+ - perturbation
11
+ size_categories:
12
+ - 100K<n<1M
13
+ ---
14
+
15
+ # Z-Screen Source Data (June 2026 Release)
16
+
17
+ This deposit contains the curated public source-data layers for the Z-Screen platform, a
18
+ modality-agnostic single-nanowell drug-discovery screen that couples transcriptomic counts,
19
+ imaging morphology embeddings, and compound chemistry across a shared public compound identifier.
20
+
21
+ Each row of the primary data represents a single **nanowell** (90 microns diameter by 120 microns
22
+ tall, holding approximately 2 to 10 cells), not a single cell.
23
+
24
+ - **Nanowells profiled:** 768,162 across 49 devices (numbered 0 to 48)
25
+ - **Genes measured:** 46,944 (transcriptomic counts)
26
+ - **Cell lines / clone variants:** 6 (HEK293, HEK293-clone, A549, H1650, THP1, AEC7)
27
+ - **Libraries:** 14 (named-control compounds, OBOC combinatorial libraries, control beads)
28
+ - **Unique compounds / precursors:** 142,227 (78 named controls, 142,149 OBOC building blocks, plus controls)
29
+
30
+ The primary tables are joined 1-to-1 across `counts.h5ad`, `MasterFile.parquet`, and the chemistry
31
+ layer on the nanowell axis, and share a `public_compound_id` key that links biology to chemistry.
32
+
33
+ ## Contents
34
+
35
+ ```
36
+ raw_counts_data/ Raw transcriptomic counts + master well table
37
+ normalized_image_embeddings/ Normalized morphology features + biomarker intensities
38
+ chemical_features/ Public compound / building-block chemistry features
39
+ active_seq_same_well/ Same-well RNA + imaging calibration layer (ActiveSeq)
40
+ external_reference/ External benchmark atlases (ranked gene lists) + gene sets
41
+ README.md This file
42
+ MANIFEST.csv Per-file SHA256, size, and parquet row/column counts
43
+ ```
44
+
45
+ ### `raw_counts_data/` (~3.9 GB)
46
+
47
+ | File | Shape | Description |
48
+ |---|---|---|
49
+ | `counts.h5ad` | 768,162 wells x 46,944 genes | Raw transcriptomic counts (AnnData / HDF5). |
50
+ | `MasterFile.parquet` | 768,162 x 274 | Master per-well table (well/device/library/compound/QC metadata), 1-to-1 with `counts.h5ad`. |
51
+ | `data_shape_summary.md` | - | Human-readable data map (devices, cell lines, libraries, nomenclature). |
52
+ | `data_shape_visualization.html` | - | Interactive overview of dataset structure. |
53
+
54
+ ### `normalized_image_embeddings/` (~6 MB)
55
+
56
+ | File | Shape | Description |
57
+ |---|---|---|
58
+ | `normalized_image_embeddings.parquet` | 21,795 x 39 | Compound-level normalized morphology (image) features, keyed by `public_compound_id`. |
59
+ | `biomarker_intensity_layer.parquet` | 18,942 x 11 | Protein/cellular-state marker intensities (BRD4, p21/CDKN1A, DAPI, actin, ConA, p62/SQSTM1). |
60
+
61
+ ### `chemical_features/` (~295 MB)
62
+
63
+ | File | Shape | Description |
64
+ |---|---|---|
65
+ | `compound_chemistry_feature_master.parquet` | 144,645 x 961 | Compound + building-block chemistry, keyed by `public_compound_id`. Formula/InChIKey where available, plus Chemeleon and ChemBERTa embeddings (whole-molecule and per-building-block BB0 to BB4). |
66
+
67
+ ### `active_seq_same_well/` (~440 MB)
68
+
69
+ The public layer supporting the claim that RNA and morphology were measured from the **same
70
+ physical nanowell**. The primary deliverable is self-contained; the remaining files are the full
71
+ pre-join latent spaces so the same-well matching can be reproduced from scratch.
72
+
73
+ | File | Shape | Role |
74
+ |---|---|---|
75
+ | `joined_same_well_data_with_public_compound_id.parquet` | 18,727 x 550 | **Primary deliverable.** Matched same-well rows carrying 32 RNA latent dims (`D00`-`D31`), 448 image latent dims (`img_lat_*`), well geometry, RNA QC, and public compound mapping. |
76
+ | `activeseq_control_name_public_compound_map.parquet` | 36 x 7 | Control-name to `public_compound_id` mapping (35 named compounds, 2 ActiveSeq devices). |
77
+ | `imaging_lats.parquet` | 126,662 x 451 | Full imaging-patch latent space (pre-join). |
78
+ | `rnaseq_lats.parquet` | 61,101 x 33 | Full RNA-cell latent space (pre-join). |
79
+ | `assay_well_dataframe.parquet` | 126,662 x 35 | Imaging-patch geometry / detection metadata. |
80
+ | `rnaseq_obs.parquet` | 61,101 x 27 | RNA-cell observation metadata / QC. |
81
+ | `matches_table.parquet` | 20,222 x 8 | Imaging-to-RNA well matches used to build the joined table. |
82
+
83
+ > Note: the redundant `joined_same_well_data.parquet` (a strict subset of the
84
+ > `_with_public_compound_id` table, differing only by a pandas index column) is intentionally
85
+ > excluded from this deposit.
86
+
87
+ ### `external_reference/` (~182 MB)
88
+
89
+ Clean, reusable external-benchmark surface. The core assets are the **ranked gene-list signature
90
+ tables** (`*_rank_signatures_top_genes.parquet`) plus their metadata, catalogs, provenance, and
91
+ gene sets.
92
+
93
+ | Atlas | Key ranked-gene-list table |
94
+ |---|---|
95
+ | Replogle 2022 K562 genome-wide CRISPR KO | `crispr_perturbation_atlases/replogle_2022_k562_gwps/replogle_rank_signatures_top_genes.parquet` |
96
+ | Replogle 2022 RPE1 CRISPR KO | `crispr_perturbation_atlases/replogle_2022_rpe1/rpe1_rank_signatures_top_genes.parquet` |
97
+ | Norman & Weissman 2019 K562 CRISPRa | `crispr_perturbation_atlases/norman_weissman_2019_k562_crispra/norman_rank_signatures_top_genes.parquet` |
98
+ | Selected THP1 scPerturb CRISPR | `crispr_perturbation_atlases/scperturb_thp1_selected/scperturb_rank_signatures_top_genes.parquet` |
99
+ | LINCS L1000 compound signatures | `compound_atlases/lincs_l1000/processed/lincs_l1000_rank_signatures_top_genes.parquet` |
100
+ | Tahoe-100M | `compound_atlases/tahoe_100m/` (metadata + capmatinib slice) |
101
+ | Control transcriptome expansion (2026-05-25) | `compound_atlases/control_transcriptome_expansion_20260525/` |
102
+
103
+ Also included: `benchmark_outputs/` (prior LINCS vs Z-Screen overlap/correlation outputs),
104
+ `catalog/` (dataset catalog, file manifest with hashes, provenance), `gene_sets/` (Enrichr KEGG /
105
+ Hallmark / Reactome GMTs, disease-reversal and aging signature JSONs), and the provenance/fetch
106
+ scripts documenting how the tables were produced.
107
+
108
+ > Curation note: the raw external `.h5ad` matrices (`scperturb_downloads/`, ~6.3 GB) are **not**
109
+ > bundled here. They are publicly re-downloadable from scPerturb's own Zenodo record; see
110
+ > `crispr_perturbation_atlases/scperturb_thp1_selected/source_manifest/` and
111
+ > `external_reference/fetch_zenodo.py` for retrieval. Only the processed rank-signature tables are
112
+ > included, so downstream comparisons do not require rebuilding them.
113
+
114
+ ## Loading
115
+
116
+ Parquet (Python):
117
+
118
+ ```python
119
+ import pandas as pd
120
+ master = pd.read_parquet("raw_counts_data/MasterFile.parquet")
121
+ chem = pd.read_parquet("chemical_features/compound_chemistry_feature_master.parquet")
122
+ # link biology to chemistry on the shared key
123
+ merged = master.merge(chem, on="public_compound_id", how="left")
124
+ ```
125
+
126
+ Counts (AnnData):
127
+
128
+ ```python
129
+ import anndata as ad
130
+ adata = ad.read_h5ad("raw_counts_data/counts.h5ad") # 768,162 obs (nanowells) x 46,944 vars (genes)
131
+ ```
132
+
133
+ ## Integrity
134
+
135
+ `MANIFEST.csv` lists every file with its SHA256 checksum, byte size, and (for parquet) row and
136
+ column counts. Verify a download with, for example, `sha256sum -c` after reformatting, or by
137
+ recomputing hashes and comparing against the manifest.
138
+
139
+ ## Excluded from this release
140
+
141
+ The following were deliberately left out of the deposit: the `Manuscripts_June2026` folder, the
142
+ `zscreen_v2` / `v3` / `v4` working directories, the raw external `scperturb_downloads/` H5AD
143
+ matrices, and the redundant `active_seq_same_well/joined_same_well_data.parquet`.
144
+
145
+ ## License and citation
146
+
147
+ License: **CC BY-NC 4.0** (Creative Commons Attribution-NonCommercial 4.0 International).
148
+ You may share and adapt the data with attribution, for non-commercial purposes only.
149
+ Please cite the associated Z-Screen manuscript and this dataset DOI.