CoolFace
Datasetpublic

Iris8090/Immune-Aging-transcriptomic

🧬 Single-Cell Transcriptomic Insights into Immune Aging in Human PBMCs This dataset was extracted from the supplementary tables of the publication: Title: Single-cell transcriptomic landscape of human immune agingJournal: Cell Research (Nature Publishing Group), 2021DOI: 10.1038/s41422-020-00412-6 πŸ“‚ Dataset Description The data was extracted using OCR techniques from PDF tables and saved in .parquet format for easy use in data science pipelines. Each row… See the full description on the dataset page: https://huggingface.co/datasets/Iris8090/Immune-Aging-transcriptomic.

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes7downloads
Dataset Card

🧬 Single-Cell Transcriptomic Insights into Immune Aging in Human PBMCs

This dataset was extracted from the supplementary tables of the publication:

Title: Single-cell transcriptomic landscape of human immune aging Journal: Cell Research (Nature Publishing Group), 2021 DOI: 10.1038/s41422-020-00412-6

πŸ“‚ Dataset Description

The data was extracted using OCR techniques from PDF tables and saved in .parquet format for easy use in data science pipelines. Each row typically represents a gene, cell type, or age group comparison across various immune cell subtypes derived from peripheral blood mononuclear cells (PBMCs).

Format:

  • β€”File: Immune-Aging-transcriptomic .parquet
  • β€”Type: Tabular dataset
  • β€”Structure: Varies per table; gene names, expression levels, p-values, fold changes, and metadata columns may be present.

πŸ”§ Usage Instructions

Python (with pandas)

python
import pandas as pd

df = pd.read_parquet("Immune-Aging-transcriptomic .parquet")
print(df.head())

Use in ML pipelines

  • β€”Input for aging clock models
  • β€”Feature matrix construction for immune cell classification
  • β€”Differential gene expression analysis

πŸ’‘ Use Cases

  • β€”Aging Biomarker Discovery: Identify aging-related genes in immune cells.
  • β€”Comparative Aging Studies: Use alongside other datasets like Tabula Muris Senis or sc-ImmuAging.
  • β€”Model Benchmarking: Evaluate immune aging clocks using preprocessed features.
  • β€”Longevity Research: Investigate immune signatures linked to lifespan and healthspan.
  • β€”Multi-omics Integration: Combine with telomere, methylation, or proteomic datasets.

πŸ“š Citation

If you use this dataset, please cite the original paper:

Yang, J., Zheng, Y., Gou, X. et al. Single-cell transcriptomic landscape of human immune aging. Cell Research 31, 1004–1022 (2021). DOI:10.1038/s41422-020-00412-6

πŸ™ Acknowledgments

  • β€”Dataset extracted and converted to .parquet by Iris Lee for use in longevity and immune aging hackathons.
  • β€”Original research by Yang et al., published in Cell Research, provided foundational insights into immune aging.

πŸ“ License

Please refer to the license of the original publication. This conversion is provided for non-commercial research purposes only.