Dataset Viewer
Auto-converted to Parquet Duplicate
Table
stringclasses
3 values
Description
stringclasses
3 values
Key Info
stringclasses
3 values
Table S1
Summary of scRNA-seq datasets used in this study
Includes metadata for public and in-house datasets
Table S2
Summary of aging scores and model performance for each model
Contains MAE and Pearson correlation across models and cell types
Table S3
Feature importance for different models
Lists genes/features ranked by importance per model
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

sc-ImmuAging – Human PBMC Single Cell Aging Clock Dataset

This repository contains a summary of tables extracted from the supplementary materials of the publication:

"A single-cell immune clock of human aging"
Science Advances, 2022
DOI: 10.1126/sciadv.abn5631

The extracted tables are converted into a structured .parquet file for easier use in computational pipelines.


πŸ“¦ Dataset Description

Table Description
Table S1 Summary of scRNA-seq datasets used in this study (public + in-house)
Table S2 Aging scores and model performance across models and cell types
Table S3 Gene-level feature importance for predictive aging models

These tables provide high-level information to replicate or interpret the immune aging clock models developed using single-cell RNA-seq data from human PBMCs.


πŸ”§ Usage Instructions

Load the Parquet File in Python

import pandas as pd

df = pd.read_parquet("sciadv_abn5631_summary.parquet")
print(df)

πŸ’‘ Use Cases

  • Investigating immune cell aging patterns in human PBMCs
  • Benchmarking single-cell predictive aging models
  • Training or validating ML models using gene-level feature importance
  • Augmenting multi-omics longevity studies

πŸ“š Citation

If you use this dataset, please cite:

Ma, L., et al. (2022). A single-cell immune clock of human aging. Science Advances, 8(46), eabn5631.
DOI: 10.1126/sciadv.abn5631


πŸ™ Acknowledgments

This dataset is derived from the supplementary materials of the original publication.
Data conversion and formatting by Iris Lee for use in longevity-related research and AI health hackathons. ### πŸ§‘β€πŸ’» Team: MultiModalMillenials. Iris Lee (@iris8090)

Downloads last month
9