Skip to content

StatFunGen/xqtl-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

244 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FunGen-xQTL Resources

This repository contains 100 datasets developed by the ADSP Functional Genomics Consortium (FunGen-AD).

Published at: https://statfungen.github.io/xqtl-resources/

All datasets are hosted on Synapse: variant & gene summaries (syn69865684) · xQTL models (syn69670588) · raw QTL data (syn69670632) · reference files (syn69670634)

Dataset Categories

Study Information (6 datasets)

  • Knight-ADRC study info: The Memory and Aging Project at the Charles F. And Joanne Knight Alzheimer's Disease Research Center (Knight-ADRC at Washington University in St. Louis) collects plasma, CSF, fibroblast, neuroimaging, clinical and cognition data longitudinally and autopsied brain samples. This clinical information combined with deep molecular phenotyping (i.e. genetic, proteomics, transcriptomics and others) will lead to the identification of novel genetic modifiers, protective variants, molecular biomarkers and novel targets. Participants were recruited by the Knight-ADRC at Washington University in St. Louis (MO).
  • MAGENTA study info: Multi-Ancestry Genomics, Epigenomics, and Transcriptomics of Alzheimer's (MAGENTA) Project: Participants include 465 individuals (AA – 113 with AD, 118 cognitively intact controls; NHW – 116 with AD, 118 controls) ascertained as part of the ADSP Follow-up Study. All participants were adjudicated by a clinical panel with expertise in AD related disorders and classified as AD according to standard criteria developed by the National Institute of Aging and the Alzheimer's Association.
  • MiGA study info: Microglia Genomic Atlas from the Netherlands Brain Bank (NBB) and the Neuropathology Brain Bank and Research CoRE at Mount Sinai Hospital. The permission to collect human brain material was obtained from the Ethical Committee of the VU University Medical Center, Amsterdam, The Netherlands, and the Mount Sinai Institutional Review Board.
  • MSBB study info: The Mount Sinai Brain Bank (MSBB) cohort study generated large-scale matched multi-omics data in AD and control brains for exploring novel molecular underpinnings of AD.
  • ROSMAP study info: Religious Orders Study (ROS) or the Rush Memory and Aging Project (MAP): longitudinal clinical-pathologic cohort studies of aging and Alzheimer's disease run from Rush University, enrolling participants for longitudinal clinical analysis and brain donation.
  • STARNET study info: STARNET is an RNA expression study of various disease-relevant tissues obtained from living patients with cardiovascular disease (CVD). The inclusion criterion for patients was eligibility for coronary artery by-pass graft (CABG) surgery.

GWAS Summary Statistics (6 datasets)

Omics Data (49 datasets)

Gene Expression (13 datasets)

Alternative Splicing (8 datasets)

Proteomics (5 datasets)

Glycoproteomics (1 dataset)

  • ROSMAP DLPFC glycoproteomics: Religious Orders Study (ROS) or the Rush Memory and Aging Project (MAP) DLPFC glycoprotein expression dataset.

DNA Methylation (3 datasets)

Histone ChIP-seq (1 dataset)

  • ROSMAP DLPFC H3K9ac ChIP-seq: Religious Orders Study (ROS) or the Rush Memory and Aging Project (MAP) H3K9ac histone acetylation ChIP-seq dataset.

snATAC-seq (1 dataset)

Metabolomics (5 datasets)

Single-nucleus RNA-seq (3 datasets)

Genotype (8 datasets)

Covariates (1 dataset)

  • ROSMAP covariates data: Religious Orders Study (ROS) or the Rush Memory and Aging Project (MAP) covariates dataset for xQTL analysis.

QTL Results (38 datasets)

Expression QTLs — eQTL (13 datasets)

Splicing QTLs — sQTL (8 datasets)

Protein QTLs — pQTL (5 datasets)

Glycosylation QTLs — gpQTL (1 dataset)

Methylation QTLs — mQTL (3 datasets)

Histone Acetylation QTLs — haQTL (1 dataset)

  • ROSMAP DLPFC H3K9ac QTL: Religious Orders Study (ROS) or the Rush Memory and Aging Project (MAP) H3K9ac QTL analysis using the FGC xQTL pipeline.

Chromatin Accessibility QTLs — caQTL (1 dataset)

Metabolome QTLs — metaQTL (5 datasets)

Reference Data (1 dataset)

  • Non-Hispanic White Linkage Disequilibrium Reference Panel: LD matrices calculated from whole genome sequencing data from 16,905 non-Hispanic White individuals from the Alzheimer's Disease Sequencing Project (ADSP). Correlation matrices were calculated between SNPs within 1361 LD blocks. Provides improved coverage of low-frequency variants for fine-mapping relative to 1000 Genomes reference panels (syn69670651, syn69670652).

Repository Structure

.
├── content/                  # Source markdown files
│   ├── xqtl-data/           # xQTL datasets
│   │   ├── study_info/      # Study descriptions (6 cohorts)
│   │   ├── gwas/            # GWAS summary statistics (6 datasets)
│   │   ├── omics/           # Omics data (49 datasets)
│   │   │   ├── expression/      # Bulk & pseudo-bulk RNA-seq
│   │   │   ├── splicing/        # Alternative splicing
│   │   │   ├── proteomics/      # Protein expression (TMT MS)
│   │   │   ├── glycoproteomics/ # Glycoprotein expression
│   │   │   ├── methylation/     # DNA methylation (RRBS/WGBS)
│   │   │   ├── histone_ChIPSeq/ # H3K9ac ChIP-seq
│   │   │   ├── snATAC/          # Single-nucleus ATAC-seq
│   │   │   ├── metabolomics/    # Brain, CSF, and plasma metabolomics
│   │   │   ├── snRNA_seq/       # Single-nucleus RNA-seq
│   │   │   ├── genotype/        # WGS genotype data
│   │   │   └── covariates/      # Covariate files
│   │   ├── qtl/             # QTL results (38 datasets)
│   │   │   ├── eQTL/            # Expression QTLs (13 datasets)
│   │   │   ├── sQTL/            # Splicing QTLs (8 datasets)
│   │   │   ├── pQTL/            # Protein QTLs (5 datasets)
│   │   │   ├── gpQTL/           # Glycosylation QTLs (1 dataset)
│   │   │   ├── mQTL/            # Methylation QTLs (3 datasets)
│   │   │   ├── haQTL/           # Histone acetylation QTLs (1 dataset)
│   │   │   ├── caQTL/           # Chromatin accessibility QTLs (1 dataset)
│   │   │   └── metaQTL/         # Metabolome QTLs (5 datasets)
│   │   └── reference_data/  # LD reference panels (1 dataset)
│   └── *.md                 # Documentation pages
├── scripts/                  # Processing scripts
│   └── hugo_generator.py
└── website/                  # Generated Hugo site (git-ignored)

Contributing

To add or update content:

  1. Edit markdown files in content/ directory
  2. Run make or python scripts/hugo_generator.py --serve to preview locally
  3. Submit a pull request

The website/ directory is automatically generated and should not be edited directly.

Building the Site

# Install Hugo (https://gohugo.io/getting-started/installing/)
# Then run:

# Generate and serve locally
python scripts/hugo_generator.py --serve

# Build for production
python scripts/hugo_generator.py --build --minify

About

FunGen-xQTL resources navigation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors