Add README.md
Browse files
README.md
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
## `transcriptomic-atlas-mouse_expression.parquet`
|
23 |
+
|
24 |
+
The main expression matrix containing gene expression data.
|
25 |
+
|
26 |
+
## `transcriptomic-atlas-mouse_sample_metadata.parquet`
|
27 |
+
|
28 |
+
Metadata for each sample/cell in the dataset.
|
29 |
+
|
30 |
+
## `transcriptomic-atlas-mouse_feature_metadata.parquet`
|
31 |
+
|
32 |
+
Metadata for each feature/gene in the dataset.
|
33 |
+
|
34 |
+
## `transcriptomic-atlas-mouse_unstructured_metadata.json`
|
35 |
+
|
36 |
+
Additional unstructured metadata about the dataset.
|