Add README.md
Browse files
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- longevity
|
5 |
+
- aging
|
6 |
+
- single-cell
|
7 |
+
pretty_name: A single-cell transcriptomic atlas characterizes ageing tissues in the mouse
|
8 |
+
size_categories:
|
9 |
+
- 10K<n<100K
|
10 |
+
---
|
11 |
+
|
12 |
+
# A single-cell transcriptomic atlas characterizes ageing tissues in the mouse
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
Code to download and process this dataset is available in: https://github.com/seanome/2025-longevity-x-ai-hackathon
|
17 |
+
|
18 |
+
Dataset structure is originally from [AnnData](https://anndata.readthedocs.io/en/latest/index.html).
|
19 |
+
|
20 |
+
Descriptions of each data file is below.
|
21 |
+
|
22 |
+
## Data Files
|
23 |
+
|
24 |
+
This dataset contains multiple parquet files, one for each sheet in the original Excel file:
|
25 |
+
|
26 |
+
aging-gene-expression-single-cell-mouse_*.parquet - Data files containing gene expression and metadata
|
27 |
+
|
28 |
+
## Metadata Files
|
29 |
+
|
30 |
+
aging-gene-expression-single-cell-mouse_unstructured_metadata.json - Additional metadata about the dataset
|