tabbiomed-neurips2026 commited on
Commit
32043ab
·
verified ·
1 Parent(s): c980a93

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cdla-permissive-2.0
3
+ task_categories:
4
+ - tabular-regression
5
+ pretty_name: sc_dentategyrus_transition
6
+ tags:
7
+ - tabular
8
+ - singlecell
9
+ - regression
10
+ - Biomedical
11
+ - Benchmark
12
+ - rna-seq
13
+ - dynamic-transcriptomics
14
+ configs:
15
+ - config_name: sc_dentategyrus_transition
16
+ data_files:
17
+ - split: train
18
+ path: data/train.parquet
19
+ - split: validation
20
+ path: data/val.parquet
21
+ - split: test
22
+ path: data/test.parquet
23
+ dataset_info:
24
+ description: Single-cell RNA-seq data from the developing mouse dentate gyrus (P12
25
+ and P35) measured with 10x Genomics Chromium. The dentate gyrus is part of the
26
+ hippocampus involved in learning, episodic memory and spatial coding. The dataset
27
+ captures the granule cell lineage — neuroblasts differentiating into granule cells
28
+ — as well as distinct cell types such as Cajal-Retzius and GABA cells. The task
29
+ is to predict the RNA velocity self-transition probability of each cell, which
30
+ reflects how transcriptionally stable a cell is at its current state.
31
+ ---