metadata
license: mit
tags:
- biology
- genetics
- genomics
- variants
- annotation
- longevity
- pharmacogenomics
language:
- en
size_categories:
- 1K<n<10K
Genomic Variant Annotators
Curated genomic variant annotation modules from the DNA-seq project.
Overview
This dataset contains pre-computed annotation data for genetic variants, organized by module:
| Module | Description | Files |
|---|---|---|
| longevitymap | Longevity-associated variants | annotations.parquet, studies.parquet, weights.parquet |
Schema
annotations.parquet
Variant-level facts linking rsIDs to genes and phenotypes.
rsid: dbSNP reference IDmodule: Source module namegene: Associated gene symbolphenotype: Associated phenotype/traitcategory: Functional category
studies.parquet
Per-study evidence from scientific publications.
rsid: dbSNP reference IDmodule: Source module namepmid: PubMed IDpopulation: Study populationp_value: Statistical significanceconclusion: Study conclusionstudy_design: Type of study
weights.parquet
Curator-defined scoring for variant impact.
rsid: dbSNP reference IDgenotype: Genotype as list[str] (e.g., ["C", "T"])module: Source module nameweight: Numeric weightstate: "protective", "risk", or "neutral"priority: Priority levelconclusion: Curator conclusioncurator: Curator namemethod: Curation method
Usage
import polars as pl
# Load from HuggingFace
weights = pl.read_parquet("hf://datasets/just-dna-seq/annotators/data/longevitymap/weights.parquet")
studies = pl.read_parquet("hf://datasets/just-dna-seq/annotators/data/longevitymap/studies.parquet")
annotations = pl.read_parquet("hf://datasets/just-dna-seq/annotators/data/longevitymap/annotations.parquet")
Statistics
- Modules: 1 (longevitymap)
- Total files: 3
- Total size: 0.10 MB
License
MIT License - See LICENSE for details.
Citation
If you use this data, please cite the original sources:
- LongevityMap: https://longevitymap.org/