CoolFace
Datasetpublic

Koushul/spacetravlr

SpaceTravLR dataset hub Precomputed SpaceTravLR outputs: per-gene beta matrices (*_betadata.feather), run metadata, and optional per-sample .h5ad exports. Layout spacetravlr/ ├── tonsil/ # placeholder / demo gene outputs └── xenium_skin_mixed/ ├── run.toml # shared training config for this cohort ├── manifest.json # sample index and upload metadata ├── sample12/ ├── sample13/ ├──… See the full description on the dataset page: https://huggingface.co/datasets/Koushul/spacetravlr.

sourceHugging Facemitupdated 2mo agoView on Hugging Face
0likes1.9kdownloads
Dataset Card

SpaceTravLR dataset hub

Precomputed SpaceTravLR outputs: per-gene beta matrices (*_betadata.feather), run metadata, and optional per-sample .h5ad exports.

Layout

spacetravlr/
├── tonsil/                         # placeholder / demo gene outputs
└── xenium_skin_mixed/
    ├── run.toml                    # shared training config for this cohort
    ├── manifest.json               # sample index and upload metadata
    ├── sample12/
    ├── sample13/
    ├── sample14/
    ├── sample15/
    └── sample16/

Each xenium_skin_mixed/sample*/ directory contains:

File / folderDescription
*_betadata.featherPer-modulator beta matrices from SpaceTravLR training
sample*.h5adCondition-filtered AnnData export for the sample
sample*.csvSummary table for the run
condition_label.txtCondition identifier
spacetravlr_run_repro.tomlReproducibility config (paths rewritten on download)
spacetravlr_run_summary.htmlHTML training summary
log/Training logs

Not uploaded: perturbations/ folders (in-silico perturbation grids).

Cohort: xenium_skin_mixed

Mouse skin Xenium data with mixed samples. Training used xenium_skin_mixed.h5ad with sample_id as the condition column and cell_type_int as the cluster annotation.

SampleApprox. sizeBeta files
sample1259 GB2,809
sample13103 GB2,807
sample1466 GB2,810
sample15100 GB2,801
sample1689 GB2,801

Download

bash
# Entire xenium_skin_mixed cohort
hf download Koushul/spacetravlr xenium_skin_mixed --repo-type dataset --local-dir ./spacetravlr

# Single sample
hf download Koushul/spacetravlr xenium_skin_mixed/sample12 --repo-type dataset --local-dir ./sample12

Usage with SpaceTravLR

Point spatial_viewer or spacetravlr-perturb at a downloaded sample directory containing *_betadata.feather and the matching spacetravlr_run_repro.toml.

Citation

If you use these outputs, please cite SpaceTravLR and the underlying Xenium skin dataset.

Koushul/spacetravlr · CoolFace