CoolFace
Datasetpublic

longevity-db/Human_Ageing_Genomic_Resources

🧬 Human Ageing Genomic Resources (HAGR) This dataset collection is derived from the Human Ageing Genomic Resources (HAGR), a curated set of databases focusing on the genetics of human aging, longevity, and cellular senescence. It includes several valuable resources formatted as .parquet files for easy use in data science and machine learning pipelines. πŸ“¦ Files Included drugage.parquet: Database of drugs that affect lifespan in model organisms.… See the full description on the dataset page: https://huggingface.co/datasets/longevity-db/Human_Ageing_Genomic_Resources.

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

🧬 Human Ageing Genomic Resources (HAGR)

This dataset collection is derived from the Human Ageing Genomic Resources (HAGR), a curated set of databases focusing on the genetics of human aging, longevity, and cellular senescence. It includes several valuable resources formatted as .parquet files for easy use in data science and machine learning pipelines.


πŸ“¦ Files Included

  • β€”drugage.parquet: Database of drugs that affect lifespan in model organisms.
  • β€”genage_human.parquet: Genes associated with aging in humans.
  • β€”genage_models.parquet: Aging-related genes in model organisms.
  • β€”longevity.parquet: Genetic variants linked to human longevity.
  • β€”cellage3.parquet: Genes associated with cellular senescence.
  • β€”signatures1.parquet: Transcriptional signatures related to age-associated biological pathways.

πŸ”§ Usage Instructions

python
import pandas as pd

# Example: Load DrugAge
df = pd.read_parquet("drugage.parquet")
print(df.head())

You can load all other .parquet files in the same way.


πŸ”¬ Use Cases

  • β€”Build predictive models of aging or lifespan using genetic or pharmacological features.
  • β€”Identify potential gene-drug-longevity interactions.
  • β€”Benchmark aging clocks against curated biological evidence.
  • β€”Perform feature importance analysis on senescence-related targets.
  • β€”Develop explainable AI models for aging biology.

πŸ“š Citation

Please cite the original HAGR resource:

de MagalhΓ£es, J. P., et al. (2009). The Human Ageing Genomic Resources: new tools for ageing research. Nucleic Acids Research, 37(Database issue), D756–D759. DOI: 10.1093/nar/gkn777

Official site: https://genomics.senescence.info


πŸ™ Acknowledgments

Data curated and maintained by the Human Ageing Genomic Resources project. Formatting and conversion to .parquet for ML use by ### πŸ§‘β€πŸ’» Team: MultiModalMillenials. Iris Lee (@iris8090)


πŸ—‚οΈ License

Please review individual dataset licenses on https://genomics.senescence.info. Most data is freely available for academic and non-commercial use.