Commit
·
2a868cd
1
Parent(s):
d73e3c8
Initial commit: Add Human Skeletal Muscle Aging Atlas sn/scRNA-seq dataset
Browse files- README.md +189 -0
- cell_metadata.parquet +3 -0
- expression.parquet +3 -0
- gene_metadata.parquet +3 -0
- gene_statistics.parquet +3 -0
- highly_variable_gene_metadata.parquet +3 -0
- pca_embeddings.parquet +3 -0
- pca_explained_variance.parquet +3 -0
- umap_embeddings.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,189 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- found
|
4 |
+
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
|
8 |
+
license: cc-by-4.0 # Or the specific license of the Muscle Aging Atlas data if different
|
9 |
+
|
10 |
+
multilinguality: monolingual
|
11 |
+
|
12 |
+
pretty_name: Human Skeletal Muscle Aging Atlas (sn/scRNA-seq)
|
13 |
+
|
14 |
+
size_categories:
|
15 |
+
- 100K<n<1M # Based on 183,161 cells, adjust if your downloaded file varies
|
16 |
+
|
17 |
+
source_datasets:
|
18 |
+
- original
|
19 |
+
|
20 |
+
tags:
|
21 |
+
- single-cell
|
22 |
+
- single-nucleus
|
23 |
+
- snRNA-seq
|
24 |
+
- scRNA-seq
|
25 |
+
- human
|
26 |
+
- skeletal-muscle
|
27 |
+
- aging
|
28 |
+
- longevity
|
29 |
+
- cell-atlas
|
30 |
+
- anndata
|
31 |
+
- gene-expression
|
32 |
+
- pca
|
33 |
+
- umap
|
34 |
+
- dimensionality-reduction
|
35 |
+
- cell-types
|
36 |
+
- biomarkers
|
37 |
+
---
|
38 |
+
|
39 |
+
# Human Skeletal Muscle Aging Atlas (sn/scRNA-seq) Dataset
|
40 |
+
|
41 |
+
## **1. Data Overview**
|
42 |
+
|
43 |
+
This dataset provides single-nucleus and single-cell RNA sequencing (sn/scRNA-seq) data specifically focusing on the human skeletal muscle across different age groups. It serves as a rich resource for investigating cell-type specific gene expression changes and cellular composition shifts that occur during the aging process in a critical human tissue.
|
44 |
+
|
45 |
+
The original data was sourced from the Human Skeletal Muscle Aging Atlas project, which aims to provide a comprehensive cellular and molecular map of skeletal muscle aging. This processed version has been transformed into standardized `.h5ad` and `.parquet` formats, enhancing its usability for machine learning, bioinformatics pipelines, and enabling high-resolution insights into the molecular hallmarks of muscle aging.
|
46 |
+
|
47 |
+
### **Relevance to Aging and Longevity Research**
|
48 |
+
|
49 |
+
Skeletal muscle undergoes significant functional and structural decline with age, a process known as sarcopenia, which contributes to frailty, loss of independence, and reduced quality of life in older adults. Understanding the cellular and molecular basis of muscle aging is crucial for developing interventions to promote healthy aging and extend healthspan.
|
50 |
+
|
51 |
+
This dataset offers an unprecedented opportunity to:
|
52 |
+
|
53 |
+
- **Identify age-specific molecular signatures** within various skeletal muscle cell types (e.g., muscle stem cells, fibroblasts, immune cells, endothelial cells).
|
54 |
+
- **Uncover how cellular processes** like muscle regeneration, metabolism, inflammation, and cellular senescence change with age at the single-cell level.
|
55 |
+
- **Discover biomarkers or therapeutic targets** for age-associated muscle decline (sarcopenia) and related conditions.
|
56 |
+
- **Investigate the contribution of different cell types** to the overall aging process of skeletal muscle and their interplay.
|
57 |
+
- **Analyze shifts in cellular composition** within the muscle tissue with advancing age.
|
58 |
+
|
59 |
+
This dataset is therefore a powerful resource for advancing our understanding of the intricate molecular mechanisms of aging within a vital human tissue, with direct implications for longevity and healthspan research.
|
60 |
+
|
61 |
+
## **2. Source**
|
62 |
+
|
63 |
+
The original data for this processed dataset originates from the Human Skeletal Muscle Aging Atlas, a comprehensive single-cell/nucleus RNA sequencing study of human skeletal muscle.
|
64 |
+
|
65 |
+
**Organism:** Homo sapiens (Human)
|
66 |
+
**Tissue:** Skeletal Muscle
|
67 |
+
**Cell Types:** Various (e.g., muscle stem cells, fibroblasts, immune cells, endothelial cells, myofibers)
|
68 |
+
**Technology:** 10x Genomics scRNA-seq and snRNA-seq
|
69 |
+
**Condition:** Healthy individuals across different age groups (Young, Old)
|
70 |
+
**Number of Cells:** ~183,161 (based on `SKM_human_pp_cells2nuclei_2023-06-22.h5ad`, may vary by specific file)
|
71 |
+
**Original AnnData File Used (Example):** `SKM_human_pp_cells2nuclei_2023-06-22.h5ad` (downloaded from Human Skeletal Muscle Aging Atlas portal)
|
72 |
+
|
73 |
+
**Primary Data Source Link:**
|
74 |
+
[https://www.muscleageingcellatlas.org/human-pp/](https://www.muscleageingcellatlas.org/human-pp/)
|
75 |
+
|
76 |
+
Please refer to the original project website and associated publications for full details on experimental design, data collection, and initial processing.
|
77 |
+
|
78 |
+
## **3. Transformations**
|
79 |
+
|
80 |
+
The data has undergone the following transformations, designed to prepare it for machine learning and in-depth bioinformatics analysis:
|
81 |
+
|
82 |
+
1. **AnnData Loading:** The original `.h5ad` file was loaded into an AnnData object, a standard format for single-cell data in Python. Sparse matrices were converted to dense for broader compatibility.
|
83 |
+
2. **Expression Data Extraction and Conversion:** The `adata.X` matrix (gene expression counts/values for each cell) was extracted and saved as `expression.parquet`. This serves as the primary input for gene-level analyses.
|
84 |
+
3. **Feature/Gene Metadata Extraction and Conversion:** The `adata.var` DataFrame (containing metadata about each gene/feature) was extracted and saved as `gene_metadata.parquet`.
|
85 |
+
4. **Observation/Cell Metadata Extraction and Conversion:** The `adata.obs` DataFrame (containing comprehensive metadata about each cell, such as cell type annotations, donor age, sex, and sample information) was extracted and saved as `cell_metadata.parquet`. Categorical columns were converted to string for better Parquet compatibility.
|
86 |
+
5. **Highly Variable Gene (HVG) Identification and Subsetting:**
|
87 |
+
* The script first checks if HVGs are already marked in `adata.var`.
|
88 |
+
* If not, `scanpy.pp.highly_variable_genes` is used to identify genes that show significant variation across cells, which are often the most biologically interesting.
|
89 |
+
* For dimensionality reduction (PCA and UMAP), the AnnData object is **subsetted to only these highly variable genes** (`adata_for_dr`), significantly reducing memory usage and computational time while preserving biological signal.
|
90 |
+
6. **Principal Component Analysis (PCA):**
|
91 |
+
* The script checks for existing `X_pca` embeddings in `adata.obsm`; if found and sufficient, they are used directly.
|
92 |
+
* Otherwise, PCA is performed on the (optionally scaled) highly variable gene expression data to reduce dimensionality.
|
93 |
+
* The resulting PCA embeddings are saved as `pca_embeddings.parquet`.
|
94 |
+
* The explained variance ratio for each component is saved as `pca_explained_variance.parquet`.
|
95 |
+
7. **UMAP (Uniform Manifold Approximation and Projection):**
|
96 |
+
* The script checks for existing `X_umap` embeddings in `adata.obsm`; if found, they are used directly.
|
97 |
+
* Otherwise, UMAP is performed, typically on the PCA embeddings (or HVG expression data if PCA was skipped), to generate a low-dimensional (e.g., 2D or 3D) non-linear representation of the data.
|
98 |
+
* The UMAP embeddings are saved as `umap_embeddings.parquet`.
|
99 |
+
8. **Basic Gene Statistics:**
|
100 |
+
* Calculates and saves `mean_expression` and `n_cells_expressed` for each gene to `gene_statistics.parquet`, providing basic insights into gene prevalence.
|
101 |
+
9. **Cell Type Proportion Analysis:**
|
102 |
+
* Calculates the overall proportions of different cell types (`cell_type_proportions_overall.parquet`).
|
103 |
+
* Calculates cell type proportions grouped by a key metadata column (e.g., 'Age', 'donor_id') if available, saving to `cell_type_proportions_by_{grouping_column}.parquet`. This is vital for studying age-related cellular compositional changes.
|
104 |
+
10. **Sample/Donor Metadata Aggregation:**
|
105 |
+
* Aggregates key metadata (e.g., Age, Sex) at the donor or sample level into `donor_metadata.parquet`, useful for population-level analyses.
|
106 |
+
|
107 |
+
## **4. Contents**
|
108 |
+
|
109 |
+
- **`expression.parquet`**: Contains the full gene expression matrix (Cells x Genes). Each row represents a cell (observation), and each column represents a gene (feature).
|
110 |
+
- **`gene_metadata.parquet`**: Contains metadata about each gene, such as gene symbols, Ensembl IDs, and a 'highly_variable' flag.
|
111 |
+
- **`cell_metadata.parquet`**: Contains comprehensive metadata for each cell, including (but not limited to) inferred cell types, donor ID, age, sex, and experimental batch information. This is crucial for labeling and grouping cells in ML tasks.
|
112 |
+
- **`pca_embeddings.parquet`**: Contains the data after linear dimensionality reduction using PCA. Each row corresponds to a cell, and columns represent the principal components (e.g., PC1, PC2, ...). Ideal as features for ML models and for linear visualizations.
|
113 |
+
- **`pca_explained_variance.parquet`**: A table showing the proportion of variance explained by each principal component. Useful for determining the optimal number of components to retain.
|
114 |
+
- **`umap_embeddings.parquet`**: Contains the data after non-linear dimensionality reduction using UMAP. Each row corresponds to a cell, and columns represent the UMAP coordinates (e.g., UMAP1, UMAP2). Excellent for visualization of cell clusters and relationships.
|
115 |
+
- **`highly_variable_gene_metadata.parquet`**: Metadata specifically for genes identified as highly variable across cells. Useful for feature selection in ML models. (Only generated if HVGs are found/computed).
|
116 |
+
- **`gene_statistics.parquet`**: Basic statistics per gene, such as mean expression and the number of cells a gene is expressed in.
|
117 |
+
- **`cell_type_proportions_overall.parquet`**: A table showing the overall proportion of each cell type across the entire dataset.
|
118 |
+
- **`cell_type_proportions_by_{grouping_column}.parquet`**: (e.g., `cell_type_proportions_by_Age.parquet`) Tables showing cell type proportions broken down by a key grouping variable like donor age or donor ID. Crucial for studying age-related cellular shifts.
|
119 |
+
- **`donor_metadata.parquet`**: Aggregated metadata at the donor/sample level, containing unique donor IDs and associated information like age and sex.
|
120 |
+
|
121 |
+
## **5. Usage**
|
122 |
+
|
123 |
+
This dataset is ideal for a variety of research and machine learning tasks in the context of muscle aging and longevity:
|
124 |
+
|
125 |
+
### **Single-Cell Analysis**
|
126 |
+
Exploring cellular heterogeneity, identifying novel cell states, and characterizing gene expression patterns within the aging skeletal muscle.
|
127 |
+
|
128 |
+
### **Aging & Longevity Research**
|
129 |
+
- Investigating age-related changes in gene expression, cellular processes (e.g., inflammation, senescence, regeneration), and cellular composition within muscle.
|
130 |
+
- Identifying molecular signatures that define "healthy" vs. "unhealthy" muscle aging.
|
131 |
+
- Discovering biomarkers or therapeutic targets for sarcopenia and other age-related muscle pathologies.
|
132 |
+
|
133 |
+
### **Machine Learning**
|
134 |
+
- **Clustering:** Applying clustering algorithms (e.g., K-Means, Leiden) on `pca_embeddings.parquet` or `umap_embeddings.parquet` to identify distinct cell populations or sub-populations.
|
135 |
+
- **Classification:** Building models to classify cell types, age groups (e.g., young vs. old), or disease states (if available) using `pca_embeddings.parquet` or `umap_embeddings.parquet` as features and `cell_metadata.parquet` for labels.
|
136 |
+
- **Regression:** Predicting the biological age of a cell or donor based on gene expression or cell type composition.
|
137 |
+
- **Dimensionality Reduction & Visualization:** Using the PCA and UMAP embeddings for generating 2D or 3D plots to visualize complex cell relationships and age-related trends.
|
138 |
+
- **Feature Selection:** Identifying key genes or principal components relevant to muscle aging processes.
|
139 |
+
|
140 |
+
These Parquet files can be easily loaded into Pandas DataFrames in Python, or into other data analysis environments that support the Parquet format.
|
141 |
+
|
142 |
+
```python
|
143 |
+
import pandas as pd
|
144 |
+
|
145 |
+
# Load expression data
|
146 |
+
df_expression = pd.read_parquet("human_muscle_aging_atlas_ml_data/expression.parquet")
|
147 |
+
|
148 |
+
# Load PCA embeddings
|
149 |
+
df_pca_embeddings = pd.read_parquet("human_muscle_aging_atlas_ml_data/pca_embeddings.parquet")
|
150 |
+
|
151 |
+
# Load UMAP embeddings
|
152 |
+
df_umap_embeddings = pd.read_parquet("human_muscle_aging_atlas_ml_data/umap_embeddings.parquet")
|
153 |
+
|
154 |
+
# Load cell metadata
|
155 |
+
df_cell_metadata = pd.read_parquet("human_muscle_aging_atlas_ml_data/cell_metadata.parquet")
|
156 |
+
|
157 |
+
# Load donor metadata (if available)
|
158 |
+
try:
|
159 |
+
df_donor_metadata = pd.read_parquet("human_muscle_aging_atlas_ml_data/donor_metadata.parquet")
|
160 |
+
except FileNotFoundError:
|
161 |
+
print("Donor metadata file not found (might not be generated if donor IDs were not clear).")
|
162 |
+
df_donor_metadata = None
|
163 |
+
|
164 |
+
|
165 |
+
print("Expression data shape:", df_expression.shape)
|
166 |
+
print("PCA embeddings shape:", df_pca_embeddings.shape)
|
167 |
+
print("UMAP embeddings shape:", df_umap_embeddings.shape)
|
168 |
+
print("Cell metadata shape:", df_cell_metadata.shape)
|
169 |
+
if df_donor_metadata is not None:
|
170 |
+
print("Donor metadata shape:", df_donor_metadata.shape)
|
171 |
+
```
|
172 |
+
|
173 |
+
## **6. Citation**
|
174 |
+
|
175 |
+
Please ensure you cite the original source of the Human Skeletal Muscle Aging Atlas data. Refer to the project's official website for the most up-to-date citation information for the atlas and its associated publications:
|
176 |
+
|
177 |
+
**Human Skeletal Muscle Aging Atlas Official Website:**
|
178 |
+
[https://www.muscleageingcellatlas.org/](https://www.muscleageingcellatlas.org/)
|
179 |
+
|
180 |
+
If you use the `scanpy` library for any further analysis or preprocessing, please also cite Scanpy.
|
181 |
+
|
182 |
+
## **7. Contributions**
|
183 |
+
|
184 |
+
This dataset was processed and prepared by:
|
185 |
+
- Venkatachalam
|
186 |
+
- Pooja
|
187 |
+
- Albert
|
188 |
+
|
189 |
+
*Curated on June 15, 2025.*
|
cell_metadata.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69d3943bb926f65ded70b099f4cb1d0cf71d85727dfe0a0495554188f776ad91
|
3 |
+
size 4490582
|
expression.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54cb7412e7b5c09ec1d0d9de98411348ca986648eae38e83443f3ccbc7d603f5
|
3 |
+
size 1570248856
|
gene_metadata.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a780841a3e1349744505e709213c4a2b4aee38bdce5d26aa277ab32318097553
|
3 |
+
size 1563708
|
gene_statistics.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48d272210c680121086995ee521b6322e19f7096c65e30d3d4eb1640fb3475ae
|
3 |
+
size 532344
|
highly_variable_gene_metadata.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c70dbcc59744956d089325de06155d76c7943a7c1378f65e76a323bba31f992
|
3 |
+
size 347501
|
pca_embeddings.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:441d0287b0f4bf04cab90bfbadb0b88e6dc7178d4855911e9bb4f8ec10118138
|
3 |
+
size 59211264
|
pca_explained_variance.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d40e527962a8d650ec3a9fe487ed058ad431fc66b02c360d8fe867ca5b64a90
|
3 |
+
size 4049
|
umap_embeddings.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5dbb5cd093679542940908144bb326c2bc5ceea0ba82982db23ca7fdff125eb
|
3 |
+
size 4256086
|