jkh commited on
Commit
0e61c80
·
verified ·
1 Parent(s): 1c9f99a

Add dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +34 -4
dataset_infos.json CHANGED
@@ -1,5 +1,35 @@
1
  {
2
- "name": "gene-expression-single-cell-mouse",
3
- "source": "https://www.nature.com/articles/s41586-020-2496-1#Sec2",
4
- "created_at": "2025-06-14T14:05:35.482350"
5
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "default": {
3
+ "description": "A single-cell transcriptomic atlas characterizes ageing tissues in the mouse",
4
+ "citation": "https://www.nature.com/articles/s41586-020-2496-1#Sec2",
5
+ "homepage": "https://github.com/seanome/2025-longevity-x-ai-hackathon",
6
+ "license": "mit",
7
+ "features": {
8
+ "expression_data": {
9
+ "description": "Gene expression data from multiple tissues and organs"
10
+ },
11
+ "metadata": {
12
+ "description": "Sample and feature metadata"
13
+ }
14
+ },
15
+ "size_categories": ["10K<n<100K"],
16
+ "task_templates": [],
17
+ "builder_name": "gene_expression_single_cell_mouse",
18
+ "config_name": "default",
19
+ "version": {
20
+ "version_str": "1.0.0",
21
+ "description": null,
22
+ "major": 1,
23
+ "minor": 0,
24
+ "patch": 0
25
+ },
26
+ "splits": {
27
+ "train": {
28
+ "name": "train",
29
+ "num_bytes": null,
30
+ "num_examples": null,
31
+ "dataset_name": "gene_expression_single_cell_mouse"
32
+ }
33
+ }
34
+ }
35
+ }