javierdiazmejia commited on
Commit
6e39b86
·
verified ·
1 Parent(s): b76b4ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,9 +1,20 @@
 
 
 
 
 
 
 
 
 
1
 
2
  # scREF
3
 
4
- This dataset contains human single cell RNA-sequencing (scRNA-seq) data collected from public respositories and standardized by Diaz-Mejia JJ et al. (2025) for the paper [Benchmarking and optimizing organism wide single-cell RNA alignment methods](https://arxiv.org/abs/2503.20730) presented at the LMRL Workshop at the International Conference on Learning Representations (2025).
 
5
 
6
- * Folder `Phenomic-AI/scref_ICLR_2025/zarr` contains standardized single-cell RNA data for each study analyzed, in `zarr` format. Sub-folder names show: `{first author, last name}_{journal}_{year}_{Pubmed ID}`.
 
7
  * `zarr` files can be loaded as AnnData objects in Python with [Dask + Zarr](https://anndata.readthedocs.io/en/latest/tutorials/notebooks/%7Bread%2Cwrite%7D_dispatched.html)
8
  * Cell-metadata includes an `obs` slot with columns:
9
  - `barcode`: unique cell identifier
@@ -12,4 +23,4 @@ This dataset contains human single cell RNA-sequencing (scRNA-seq) data collecte
12
  - `sample_name`: unique sample identifier
13
  - `tissue_collected`: tissue where the sample was collected from
14
  - `included_scref_train`: boolean indicating if the cell was included in downsampled training and benchmark analyses.
15
- * Code to compute Batch Adversarially trained single-cell Variational Inference (BA-scVI) is available at https://github.com/PhenomicAI/bascvi
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - biology
5
+ - single_cell
6
+ - deep_neural_networks
7
+ - benchmark
8
+ pretty_name: scREF, all cells
9
+ ---
10
 
11
  # scREF
12
 
13
+ This dataset contains human single cell RNA-sequencing (scRNA-seq) data collected from 46 studies and standardized
14
+ by Diaz-Mejia JJ et al. (2025) for the paper [Benchmarking and optimizing organism wide single-cell RNA alignment methods](https://arxiv.org/abs/2503.20730) presented at the LMRL Workshop at the International Conference on Learning Representations (2025).
15
 
16
+ * Folder `Phenomic-AI/scref_ICLR_2025/zarr` contains standardized single-cell RNA data for each study in `zarr` format.
17
+ * Sub-folder names show: `{first author, last name}_{journal}_{year}_{Pubmed ID}`.
18
  * `zarr` files can be loaded as AnnData objects in Python with [Dask + Zarr](https://anndata.readthedocs.io/en/latest/tutorials/notebooks/%7Bread%2Cwrite%7D_dispatched.html)
19
  * Cell-metadata includes an `obs` slot with columns:
20
  - `barcode`: unique cell identifier
 
23
  - `sample_name`: unique sample identifier
24
  - `tissue_collected`: tissue where the sample was collected from
25
  - `included_scref_train`: boolean indicating if the cell was included in downsampled training and benchmark analyses.
26
+ * Code to compute Batch Adversarially trained single-cell Variational Inference (BA-scVI) is available at https://github.com/PhenomicAI/bascvi