Input Format
This page describes the format of GWAS summary statistics data (specified
by the --gcor flag), reference panel (specified by the --bfile flag),
annotation files (specified by the --annot flag), LD score files (
specified by the --ref-ld-chr and --w-ld-chr flag), and minor allele
frequency files (specified by the --frqfile flag).
GWAS summary statistics data
GWAS summary statistics data should be in plain text or gzipped text format containing the following columns:
SNPrs ID of the SNP (e.g. rs62442).CHRChromosome number of the SNP. This should be a number between 1 and 22.BPBase pair position of the SNP.A1Effect allele of the SNP. The sign of the Z-score is with respect to this allele.A2The other allele of the SNP.ZThe Z-score of the SNP.NSample size of the SNP.
Reference panel
Reference panels should be in PLINK format
(specified using the --bfile flag).
The following is a list of publicly available reference panels.
1000 Genomes Project reference genotype data for East Asian and European populations can be downloaded here.
Annotation files
Annotation files should be in gzipped text format. The first 4 columns should always be:
CHRChromosome number of the SNP.BPBase pair position of the SNP.SNPrs ID of the SNP (e.g. rs19800731).CMPosition of the SNP in centimogan.
The first annotation (usually the base annotation) should start on the 5th column.
baseline-LD-X model annotations can be downloaded here.
LD score files
LD score files should be in gzipped text format. The first 3 columns should always be:
CHRChromosome number of the SNP.SNPrs ID of the SNP (e.g. rs19790919).BPBase pair position of the SNP.
LD scores of the first annotation (usually the base annotation) should start on the 4th column.
LD scores for the baseline-LD-X model annotations can be downloaded here.
Minor allele frequency files
Minor allele frequency files format is the same as that of PLINK. The columns are:
CHRChromosome number of the SNP.SNPrs ID of the SNP (e.g. rs19800301).A1Non-effect allele.A2Effect allele (encoded as 1 in PLINK bed file).MAFMinor allele frequencyNCHROBSNumber of samples times 2.
Minor allele frequency files for the East Asian and European populations can be downloaded here.