SNPTEST v2

SNPTEST is a program for the analysis of single SNP association in genome-wide studies. The tests implemented include
The program is designed to work seamlessly with the output of both the genotype calling program CHIAMO, the genotype imputation program IMPUTE [1] and the programs QCTOOL and GTOOL. This program was used in the analysis of the 7 genome-wide association studies carried out by the Wellcome Trust Case-Control Consortium (WTCCC) [2]. Much of the theory behind the implemented tests is described in this paper [3].

SNPTEST has many different features which are illustrated below through a number of different examples that use the datasets provided with the software in the directory /example. These files contain data at 200 SNPs on 1000 individuals that are split into a control cohort and a case cohort. These datasets can be used to try out the tests using both binary (case-control) and quantitative phenotypes.

Home Screen Output Other Options
New features
Frequentist Association Tests References
Download
Bayesian Association Tests
Contact Information
Input File Formats Conditional Tests of Association
Version History
Data Summaries Excluding/Including SNPs/Individuals

New features in v2.2.0

NOTE : the default missing value in the the sample files is now the two-character string "NA", changed from the previous default of -9.  You may need to update your sample files, or use the -missing_code option appropriately to account for this.

Download (top)

SNPTEST is available free to use for academic use only. Please see the LICENCE and also included with the package.

Pre-compiled versions of the program and example files can be downloaded from the links below. We've supplied both static and dynamic versions of the Linux executables. If you intend to run SNPTEST on a machine running an old kernel then you probably want to use the dynamic version. If you have any problems getting the program to work on your machine please contact us.


Platform
File
Linux (x86_64) Static Executable
snptest_v2.2.0_x86_64_static.tgz
Linux (x86_64) Static Executable (SuSE 9.3)
snptest_v2.2.0_SuSE9.3_x86_64_static.tgz
Linux (x86_64) Dynamic Executable
snptest_v2.2.0_x86_64_dynamic.tgz
Linux (i386) Static Executable
snptest_v2.2.0_i386_static.tgz
Linux (i386) Dynamic Executable
snptest_v2.2.0_i386_dynamic.tgz
Mac OS X 10.4-10.6 Intel
snptest_v2.2.0_MacOSX_Intel.tgz
Mac OS X (PowerPC) snptest_v2.2.0_MacOSX_PowerPC.tgz
Solaris 5.8 (Sun SPARC)
snptest_v2.2.0_Solaris5.8_SPARC.tar
Solaris 5.10 (AMD Opterons)
snptest_v2.2.0_Solaris5.10_Opteron.tgz
SLES 10 (Intel Itanium2)
snptest_v2.2.0_SLES10_Itanium2.tgz
Windows MS-DOS (Intel)
snptest_v2.2.0_Windows_Intel.tgz

Please fill out the registration form to receive emails about updates to this software.

To unpack the files use the command like


tar zxvf snptest_vX.X.X_i386.tgz

This will create an executable called snptest and a directory /example that contains the example files. To see a list of options available in SNPTEST type

./snptest -help

Input File Formats (top)

SNPTEST allows the analysis of multiple cohorts of individuals. The data for each cohort is stored in two files. The first file (the genotype file) stores the genotype data for the cohort. The second file (the sample file) stores the ID's and associated covariate and phenotype information of the individuals of each cohort. For the example datasets included with the software the sample and genotype files for each of these cohorts have the suffices .sample and .gen respectively. The file format is described on a FILE FORMAT WEBPAGE.

A few points to be aware of are as follows

  1. when using multiple cohorts SNPTEST assumes that
  2. SNPTEST will read both gzipped GEN files (filename ending in .gz) or BGEN (binary GEN files, ending in .bgen). Support for BGEN files was added in v2.2.0. BGEN files are designed to have file size similar or better than gzipped GEN files, but to support faster loading and seeking of individual SNPs. More information of using BGEN files and on converting GEN files to BGEN files can be found here.
  3. SNPTEST supports arbitrary (non-whitespace) string values in discrete covariate columns (of type "D").  These are mapped internally to covariate levels. 
  4. The default missing value for sample files is now the two-character string "NA".

Data Summaries (top)

The simplest use of SNPTEST is to calculate data summaries for each SNP i.e genotype counts, allele frequencies, SNP missing data proportions and odds ratios. This is specified using the -summary_stats_only option.

NOTE : within each command box below, most lines end with the '\' character. This is not actually part of the command -- it is just a shorthand notation that means "keep reading the next line as part of a single command." We use this notation to split each example command over multiple lines so it is easier to read. This is a valid way to enter commands in a Unix-style terminal window (so, for example, you should be able to directly paste these commands into the terminal and hit 'enter' to make them run), but it would be equivalent to put all of the arguments on a single line, separated by spaces.

For example, the command

./snptest \
-summary_stats_only \
-data ./example/cohort1.gen ./example/cohort1.sample ./example/cohort2.gen ./example/cohort2.sample 
\
-o ./example/ex.out


produces a file ./example/ex.out which contains the data summaries for all 200 SNPs across the two cohorts. Note how the cohorts are specified by placing the relevant genotype and sample files after the -data and option in the command. For each cohort the name of the genotype file should be followed by its associated sample file. There is a limit of 18 cohorts that can be specified.

The -o option specified the output file i.e. ./example/ex.out. This file contains a line for each SNP and there is a header line which specifies the contents of each column. The following table give a description of each of the entries in this file.
id
SNP ID (taken from input files)
rsid
RS ID of the SNP (taken from input files)
chromosome
A 2-letter chromosome identifier (if SNPTEST can determine it) or the value NA.  See the section on chromosomes.
pos
Base pair position of the SNP
allele_A  allele_B
The two alleles at the SNP. allele_A is coded 0 and allele_B is coded 1.
average_maximum_posterior_call
The average maximum posterior probability across all individuals in the sample that are used for the test at each SNP.This is a measure of how much uncertainty there is at each SNP. Samples excluded  will be (a) those excluded using the -exclude_samples option, (b) samples with a missing phenotype or covariate relevant to the test, (c) samples without genotypes if the -method threshold option is used, (d) samples where the sum of the genotype probabilities is less than 0.1. 
info
A measure of the observed statistical information for the estimate of allele frequency of the SNP using all individuals in the sample that are used for the test at each SNP. This measure has a maximum value of 1 that indicates that perfect information. Samples excluded  will be (a) those excluded using the -exclude_samples option, (b) samples with a missing phenotype or covariate relevant to the test, (c) samples without genotypes if the -method threshold option is used, (d) samples where the sum of the genotype probabilities is less than the value set by the option -total_prob_limit (default 0.1).
cohort_1_AA cohort_1_AB cohort_1_BB cohort_1_NULL

Counts of AA, AB, BB and NULL genotypes in the 1st cohort. See Note below which details exactly how genotype counts are calculated in SNPETST v2.
cohort_2_AA cohort_2_AB cohort_2_BB cohort_2_NULL Counts of AA, AB, BB and NULL genotypes for the 2nd cohort (see details above). Subsequent cohorts will be included in a similar way. See Note below which details exactly how genotype counts are calculated in SNPETST v2.
all_AA all_AB all_BB all_NULL Counts of AA, AB, BB and NULL thresholded genotypes across all cohorts. See Note below which details exactly how genotype counts are calculated in SNPETST v2.
all_maf
Minor allele frequencies (MAF) in the combined controls, combined cases and combined across all cohorts.
missing_data_proportion
The proportion of missing data across all cohorts.

NOTE ON HOW GENOTYPE COUNTS, MINOR ALLELE FREQUENCIES AND MISSING DATA PROPORTIONS ARE CALCULATED IN SNPTEST v2
If no association tests are specified or -method threshold is specfied then thresholded genotype counts are reported. Otherwise, expected counts are given. The expected count for a genotype is the sum of the probabilities across all individuals in the sample. If individuals are explicitely excluded then they will not be included in the genotype counts in any way. When testing for association, if an individual has at least one missing phenotype or missing covariate that is needed for the test then their genotype will be called as NULL in the genotype counts. Samples where the sum of the genotype probabilities is less than the value set by the option -total_prob_limit (default 0.1) will also be counted as NULL at each SNP. This way of calculating genotype counts has changed from v1 to v2.

 If a test for a binary phenotype is being carried out then the following additional fields are included

controls_AA controls_AB controls_BB controls_NULL Counts of AA, AB, BB and NULL genotypes across all case cohorts. See Note above which details exactly how genotype counts are calculated in SNPETST v2.
cases_AA cases_AB cases_BB cases_NULL Counts of AA, AB, BB and NULL genotypes across all case cohorts. See Note above which details exactly how genotype counts are calculated in SNPETST v2.
cases_maf controls_maf
Minor allele frequencies (MAF) in the controls and cases across all cohorts.
het_OR het_OR_lower het_OR_upper Estimated odds ratios and lower and upper 95% confidence limits for the heterozygote genotype AB versus the (baseline) AA genotype.
hom_OR hom_OR_lower hom_OR_upper Estimated odds ratios and lower and upper 95% confidence limits for the homozygote genotype BB versus the (baseline) AA genotype.
all_OR, all_OR_lower all_OR_upper Estimated allelic odds ratios and lower and upper 95% confidence limits for the B allele versus the (baseline) A allele.

NOTE : Odds ratios and their confidence limits are set to -1 if they cannot be calculated.

Screen Output (top)

You should notice that SNPTEST produces some screen output when run. Information about which data files were specified, the tests selected, the numbers of SNPs, the total number of cases and the total number of controls, information about the covariates and phenotypes in the sample files and information about individuals and SNPs selected for exclusion is all written to the screen. Also, information about the progress of the program is written to the screen. Warning and/or error messages may also be shown. Incorrect use of the options or input files with the wrong format may cause the program to terminate. The screen output can be used to identify any problems that lead to the termination. The flag -printids can be used to print the SNP IDs of each SNP as it is processed which can be useful to identify where problems occur.

Frequentist Association Tests (top)

There are 3 options that control Frequentist testing for association (-pheno, -frequentist and -method),

-pheno <name>                                                                                        
This specifies which phenotype you wish to test. The <name> should match one of the phenotypes in the sample file. If the phenotype in the sample file is binary (B) then a case-control test is carried out. If the phenotypes in the sample file is continuous (P) then a quantitative trait test (i.e. F-test for a linear model) is carried out.  See FILE FORMAT WEBPAGE for more details about how to specify a phenotype in the sample file. If no phenotype is specified then the first phenotype in the sample file is used.
-frequentist <t1>...<tn>                                        
This option controls the model you wish to test at each SNP versus a model of no association. The five different models are coded as 1=Additive, 2=Dominant, 3=Recessive, 4=General and 5=Heterozygote. When using this option the output file will have a column for each test that contains the p-value for the test as well as estimates of the  model parameters (beta's) and their standard errors. SNPTEST codes allele_A as 0 and allele_B as 1 and this defines the meaning of the beta's and there se's. For example, when using the additive model the beta estimates the increase in log-odds that can be attributed to each copy of allele_B. When a model cannot be fitted to the data the p-value is set to -1.

Dealing with genotype uncertainty (the -method option)

The -method option which controls the way genotype uncertainty is taken into account when carrying out association tests. The options are listed in the table below.

-method threshold             
Use thresholded genotypes. The calling threshold is controlled by the flag -call_thresh. The default calling threshold is 0.9. This is the same as the default option in previous versions.
-method expected
Use expected genotype counts (aka genotype dosages).
-method score
Use a missing data likelihood score test. This is equivalent to the -proper option in previous versions, except that if the score test experiences problems at a SNP (usually due to a rare SNP and/or high uncertainty) then -method em is used for this SNP.
-method ml
Use multiple Newton-Raphson iterations to estimate the parameters in the missing data likelihood for the model.
-method em
Use an EM algorithm to estimate the parameters in the missing data likelihood for the model.

There are two other options that control how the imputed genotypes are treated.

-renorm   
The methods described above to deal with genotype uncertainty were developed for the use with imputed SNPs. This implies that the genotype probabilities will sum to 1. If probabilistic genotype calls from an algorithm like CHIAMO are used then the  probabilities might sum to less than one and any left over probability is the probability of a NULL call. The -renorm option renormalizes the genotype probabilities to sum to 1. The default is not to renormalize the probablities unless the -method expected option is chosen in which case it is automatically turned on.
-total_prob_limit <x>  
There is an internal lower limit set on the sum of genotype probabilities. The default is 0.1. If this threshold is not met then that genotype is not included in the test. This protects against SNPs with a high proportion of NULL genotypes.

The statistical details of the Frequentist tests implemented are given in this pdf.

Information measure

If score, ml or em are chosen as the method when using a frequentist test then a relative information measure will be calculated at each SNP. This will be reported in a column ending in _info.The statistical details of these information measures are given in this pdf.

Output column naming convention

The naming convention for the columns of the output file that contain the results of the statistical tests is

<phenotype_name(s)>_<test_type>_<genetic_model>_<covariate_name(s)>_<summary_measure>

<phenotype_name(s)> The name (or names if -mpheno is used) of the phenotypes used in the test.
<test_type> frequentist or bayesian
<genetic_model> add, dom, rec, gen or het
<covariate_name(s)> The name (or names) of the covariates being conditioned upon in the test
<summary_measure> One of pvalue, info, beta_X, se_X or log10_bf depending on the column

Example 1 - Case-Control Test

The following example carries out a case-control test for the binary phenotype named bin1.

./snptest \
-data ./example/cohort1.gen ./example/cohort1.sample ./example/cohort2.gen ./example/cohort2.sample \
-o ./example/ex.out \
-frequentist 1 \
-method score \
-pheno bin1

The p-values for the test is given in the column bin1_frequentist_add_pvalue. Parameter estimates and their standard errors are given in the columns labeled bin1_frequentist_add_beta_1 and  bin1_frequentist_add_se_1.

Example 2 Quantitative Trait Test

The following example carries out a case-control test for the quantitative phenotype named pheno1

./snptest \
-data ./example/cohort1.gen ./example/cohort1.sample ./example/cohort2.gen ./example/cohort2.sample \
-o ./example/ex.out \
-method score \
-frequentist 1 \
-pheno pheno1

The p-values for the test is given in the column pheno1_frequentist_add_pvalue. Parameter estimates and their standard errors are given in the columns labeled pheno1_frequentist_add_beta_1 and  pheno1_frequentist_add_se_1.

Bayesian Tests (Bayes Factors) (top)

The Bayesian tests are specified by the -bayesian option, in a similar way to the use of the -frequentist option. The statistical details of the Bayesian tests implemented are given in this pdf.

-bayesian <t1>...<tn>                                        
This option controls the model you wish to test at each SNP versus a model of no association. The five different models are coded as 1=Additive, 2=Dominant, 3=Recessive, 4=General and 5=Heterozygote. When using this option the output file will have a column for each test that contains the log10 Bayes Factor for the test as well as posterior mean estimates of the model parameters (beta's) and their standard errors. SNPTEST codes allele_A as 0 and allele_B as 1 and this defines the meaning of the beta's and there se's. For example, when using the additive model the beta estimates the increase in log-odds that can be attributed to each copy of allele_B. A Bayes factor will always be calculated at a SNP.

The -method option is also used to control the way the Bayesian models are fit, but not all options are valid.

Priors for Binary Trait models

The table below gives a description of the linear predictor of the logistic regression used, the form of the priors used on the model parameters, the default priors used in SNPTEST and the command line option that can be used to change the priors.

Model
Linear Predictor
Priors
Default
Coding
Command line option
Additive
log(pi/(1-pi)) = µ + ßGi 
µ~N(a0, a12)   
ß~N(b0, b12)
a0=0, a1=1
b0=0, b1=0.2
Gi is the additive coding of the SNP
 i.e. AA -> 0, AB ->1, BB -> 2.
-prior_add a0 a1 b0 b1
Dominant
log(pi/(1-pi)) = µ + ßDi
µ~N(a0, a12)   
ß~N(b0, b12)
a0=0, a1=1
b0=0, b1=0.5
Di is the dominant coding of the SNP
 i.e. AA -> 0, AB -> 1, BB -> 1.
-prior_dom a0 a1 b0 b1
Recessive
log(pi/(1-pi)) = µ + ßRi
µ~N(a0, a12)   
ß~N(b0, b12)
a0=0, a1=1
b0=0, b1=0.5
Ri is the recessive coding of the SNP
 i.e. AA -> 0, AB -> 0, BB -> 1.
-prior_rec a0 a1 b0 b1
General
log(pi/(1-pi)) = µ + ßGi + qHi µ~N(a0, a12)   
ß~N(b0, b12)
q~N(c0, c12)
a0=0, a1=1
b0=0, b1=0.2
c0=0, c1=0.5
Gi is the additive coding of the SNP
 i.e. AA -> 0, AB ->1, BB -> 2.
Hi is the heterozygote coding of the SNP
 i.e. AA -> 0, AB ->1, BB -> 0.
-prior_gen a0 a1 b0 b1 c0 c1
Heterozygote
log(pi/(1-pi)) = µ + ßHi
µ~N(a0, a12)   
ß~N(b0, b12)
a0=0, a1=1
b0=0, b1=0.5
Hi is the heterozygote coding of the
SNP i.e. AA -> 0, AB ->1, BB -> 0.
-prior_het a0 a1 b0 b1

t-distribution priors

In SNPTEST v2 there is a new option to specify the use of t-distribution priors on the genetic effects. The fatter tails of the t-distribution allow more flexibility in specifying beliefs about the size of the genetic effects. This option is controlled by the following two options.

-t_prior                      
Specfies the use of t-distribution priors on the genetic effects. Effectively, this option modifies the priors described in the table above i.e. the mean and variance of the t-distributions are specified by the options given in the table above, but the normal distributon is replaced by the t-distribution. NOTE : a t-distribution is only used for the genetic effects i.e. the parameters ß and q in the models above. For example, -bayesian add -t_prior would specify the linear predictor log(pi/(1-pi)) = µ + ßGi and the priors would be µ~N(a0, a12) and ß~t(b0, b12, df = 3). 
-t_df <x>  
The degrees of freedom parameter of the t-distribution. The default value is 3. When this parameter is set very large the prior converges to the normal distribution prior.
 

Example  - Bayesian Case-Control Test

The following example calculates a Bayesian additive model Bayes Factor for the binary phenotype  bin1 named using the default priors.

./snptest \
-data ./example/cohort1.gen ./example/cohort1.sample ./example/cohort2.gen ./example/cohort2.sample \
-o ./example/ex.out \
-bayesian 1 \
-method score \
-pheno bin1

Bayesian Quantitative Trait models and priors

The Bayesian tests for quantitative traits are carried out using the conjugate prior formulation of the linear model using either thresholded genotypes (-method threshold) or the expected genotypes (-method expected). The model is most easily explained through an example. For an additive model the formulation is

yi = ßGi + ei,      ei ~ N(0, σ2),     

where
y
i = the residual phenotype for the ith individual. The residual phenotype is calculated by subtracting off an baseline term and estimates of any specified covariates.
Gi = an additive coding for the thresholded or expected genotype of the ith indvidual.
σ2 = the error variance of the model. 

This model is compared to the model                                       yi =  ei,     ei ~ N(0, σ2).

Prior Specification

We use a Normal Inverse Gamma (NIG) prior on the effects ß and σ2. This prior has the form

σ2 ~ IG(a,b)    and   ß ~ N(mß, Vßσ2)

This makes it clear that the prior variance on ß is specified in terms of the fraction (V
ß) of the error variance.
It can be shown that the expected non-centrality parameter for the F-test when fitting the above linear model is approximately  Np(1 − p)2ß22
where ß and σ
2 are the true values of the alternative model, p is the allele frequency of the SNP and 2N is the total sample size.
This can be usefully compared to the non-centrality parameter for the case-control test which is approximately Np(1 − p)ß
2
assuming N cases and N controls, and here ß is the log-odds ratio parameter of a logistic regression model. So,
if we are happy to put a N(0, 0.2
2) prior on ß for a binary trait we might reasonably put the same prior on √2ß/σ in the model above i.e ß ∼ N(0, 0.02σ2).

In the context of the NIG prior used in SNPTEST v2 this would mean setting m
ß=0 and Vß = 0.02.

By default all quantitative phenotypes are centered and scaled to have zero mean and unit variance before analysis. This places all the quantitative phenotypes on a comparable scale. Since most genetic effects will be very small in GWAS it is reasonable to assume that the error variance σ
2 will be close to 1. Thus using a IG(3,2) prior for σwhich has mean 1 and variance 1 will produce reasonably robust results. The variance centering and scaling can be turned off with the -use_raw_phenotypes flag. In this case the prior on the error variance σ should be specified to take this into account.

The following example uses this model to analyze the phenotype pheno1. This produces a log10 Bayes Factor in the output file.

./snptest \
-data ./example/cohort1.gen ./example/cohort1.sample ./example/cohort2.gen ./example/cohort2.sample \
-o ./example/ex.out \
-bayesian 1 \
-method expected \
-pheno pheno1 \
-prior_qt_mean_b 0 \
-prior_qt_V_b 0.02 \
-prior_qt_a 3 \
-prior_qt_b 2


The 5 genetic models, their priors and how to specify them on the command line are set out in the following table.

NOTE : there are no default values for these parameters. You MUST specify them manually in order to use the Bayesian Quantitative Trait models.


Model name
Model
Priors
Command line options needed
Additive
yi = ßGi + ei,      ei ~ N(0, σ2) ß~N(b0, Vßσ2)
σ2 ~ IG(a,b)
-prior_qt_mean_b b0 -prior_qt_V_b Vß
-prior_qt_a a -prior_qt_a b
Dominant
yi = ßDi + ei,      ei ~ N(0, σ2) ß~N(b0, Vßσ2)
σ2 ~ IG(a,b)
-prior_qt_mean_b b0 -prior_qt_V_b Vß
-prior_qt_a a -prior_qt_a b
Recessive
yi = ßRi + ei,      ei ~ N(0, σ2) ß~N(b0, Vßσ2)
σ2 ~ IG(a,b)
-prior_qt_mean_b b0 -prior_qt_V_b Vß
-prior_qt_a a -prior_qt_a b
General
yi = ßGi + qHi + ei,      ei ~ N(0, σ2) ß~N(b0, Vßσ2)
ß~N(b1, Vqσ2)
σ2 ~ IG(a,b)
-prior_qt_mean_b b0 -prior_qt_V_b Vß
-prior_qt_mean_q b1 -prior_qt_V_q Vq
-prior_qt_a a -prior_qt_a b
Heterozygote
yi = ßHi + ei,      ei ~ N(0, σ2) ß~N(b0, Vßσ2)
σ2 ~ IG(a,b)
-prior_qt_mean_b b0 -prior_qt_V_b Vß
-prior_qt_a a -prior_qt_a b

Model averaging option

The option -mean_bf is used to average over a set of Bayesian models. This can be used for both binary and quantitative phenotype tests. This option does not currently work with the -mpheno option.

-mean_bf <w1>...<wn>                                                                                                                
Specify that a log10 Bayes factor for a weighted average over the models specified by -bayesian with weights given by <w1>....<wn>. For example, -bayesian 1 4 -mean_bf 9 1 would calculate a Bayes factor for a weighted average of the additive and general models where the additive model is given weight 9 and the general model is given weight 1. The log10 Bayes factor will be written in a column with the label mean_bf.

Bayesian Multiple Phenotype Test

A Bayesian test for association of a SNP with multiple quantitative phenotypes can be carried out with the -mpheno option.

The model we use is the Bayesian Multivariate Linear model which is specified by

(yi1,....,yiq)T= Gi1,...,ßq)T + (ei1,...,eiq)T     where     (ei1,...,eiq)T ~ Nq(0, Σ)

where the (yi1,....,yiq) is the vector of the q residual phenotypes measured on the ith individual. The residual phenotype is calculated by subtracting off an baseline term and estimates of any specified covariates. Further we assume that each of these phenotypes has been centered and scaled to have zero mean and unit variance. Also, Gi is the coded version of the SNP genotype for the ith individual.

We use the conjugate prior for this model. This is an inverse Wishart prior IW(c,Q) prior on the error covariance matrix Σ and a matrix normal (N) prior on the vector of parameters

1,...,ßq) - M ~ N(V, Σ),

where M is a mean vector and V is a constant. For more details of the matrix normal distribution see

A. P. Dawid (1981) Some matrix-variate distribution theory : notational considerations and a bayesian application. Biometrika 68:265-274.

This distribution has the property that the covariance matrix of (ß
1,...,ßq) - M is given by VΣ. By a similar argument to that used above when discussing how to set the priors for a single quantitative phenotype we recommend setting V=0.02 and M = (0,...,0). Since the phenotypes have been centered and scaled we also recommend placing a IW(6,4Iq) prior on Σ where Iis the (qxq) Identity matrix.

The fit of the full model (M1) in which
1,...,ßq) are unconstrained is compared to the fit of the null model (M0) in which1,...,ßq) = 0. The Bayes factor calculated then has the form

BF = P(Data | M1) / P(Data | M0).

The following example uses this model to analyze the phenotypes pheno1 and pheno2 jointly. This produces a log10 Bayes Factor in the output file.

NOTE : the Inverse-Wishart prior is set with the options -prior_mqt_c <c> and -prior_mqt_Q <Q>. This specifies an IW(c,Q
Iq).

./snptest \
-data ./example/cohort1.gen ./example/cohort1.sample ./example/cohort2.gen ./example/cohort2.sample \
-o ./example/ex.out \
-bayesian 1 \
-method expected \
-mpheno pheno1 pheno2 \
-prior_qt_mean_b 0 \
-prior_qt_V_b 0.02 \
-prior_mqt_c 4 \
-prior_mqt_Q

Conditional Tests of Association (top)

There are several options that control how covariates and/or SNPs can be conditioned upon in order to carryout a test of association. These options work with both the Frequentist and Bayesian association tests.

-cov_names <name_1> ... <name_n>
Condition upon the covariates in the sample files with names name_1,...., name_n.
-cov_all
Condition upon all the covariates in the sample files.
-cov_all_discrete
Condition upon all the discrete covariates (D) in the sample files.
-cov_all_continuous
Condition upon all the continuous covariates (C) in the sample files.
-condition_on <snp_1> <model_1> ... <snp_n> <model_n>
Condition upon a list of SNPs with IDs given by snp_1,...,snp_n.
For each SNP a list of models can be supplied; the choices are add,
dom, rec, het, or gen.  Here "gen" is shorthand for "add het",
i.e. condition on additive and heterozygote dosages.  If no model
is supplied, the default "add" is used.  These covariates are internally
added to the sample file as continuous (type C) covariates
and appear in the covariate summary in the screen output.

Conditioning upon one (or more) covariate means that the test of association being carried out is testing for a genetic effect over and above that explained by the covariate(s). Discrete covariates are added into the model as factors i.e. a different baseline term for each level of the factor is fitted.

Example 1 - Mantel-Hantzel Test

If a single Discrete (D) covariate is conditioned upon then this is equivalent to a Mantel-Hantzel test. This is a test for a common genetic effect where each group is allowed to have it's own baseline effect. Here is an example of conditioning upon the binary covariate called cov1 in the sample files.

./snptest \
-data ./example/cohort1.gen ./example/cohort1.sample ./example/cohort2.gen ./example/cohort2.sample \
-o ./example/ex.out \
-frequentist 1 \
-method score \
-pheno bin2 \
-cov_names cov1

This produces an output file ./example/ex.out which contains a column with header bin2_frequentist_add_cov1_pvalue that contains the p-values for the test based on the covariate.

Example 2 - Conditioning on covariates that code for population structure

For association studies it has become popular to use eigenvectors from a PCA analysis to code for unobserved population structure. This is carried out in SNPTEST by setting the eigenvectors as Continunus (C) covariates in the sample file and then conditioning upon these covariates. Here is an example of conditioning upon the two continuous covariates called cov3 and cov4 in the sample files.

./snptest \
-data ./example/cohort1.gen ./example/cohort1.sample ./example/cohort2.gen ./example/cohort2.sample \
-o ./example/ex.out \
-frequentist 1 \
-method score \
-pheno bin1 \
-cov_names cov3 cov4

Example 3 - Conditioning on SNPs

In regions where an association has been found it is often desirable to carryout a test conditioning upon the most associated SNP to look for secondary signals of association which may highlight allelic heterogeneity or possible a haplotype effect in the region. This can be carried out in SNPTEST usinb the -condition_on option. A list of SNPs can be specified along with the coding to be applied to those SNPs. The following example carries out a conditional test of association conditional upon the SNPs with IDs RSID_10 and RSID_20. The SNP RSID_10 is coded as an additive effect while SNP RSID_20 is coded as a general effect.

./snptest \
-data ./example/cohort1.gen ./example/cohort1.sample ./example/cohort2.gen ./example/cohort2.sample \
-o ./example/ex.out \
-frequentist 1 \
-method score \
-pheno bin1 \
-condition_on RSID_10 add RSID_20 gen

The p-values from this command occurs in a column labelled bin1_frequentist_add_RSID_10:additive_dosage_RSID_20:additive_dosage_RSID_20:heterozygote_dosage_score_pvalue.

A summary of the conditioned-on dosages appears in the main covariate summary in the screen output.

In case of SNPs for which a useful ID is not present, the syntax -condition_on pos:xxxx can be used, where xxxx is the position of the SNP to be conditioned on.

Excluding/Including SNPs and/or Individuals (top)

Specify a range of SNPs by base-pair position (-range)

The -range option can be used to analyze only those SNPs whose base-pair position lies within a given set of intervals. The following example only carries out tests on SNPs within the intervals [20000,30000] and [40000, 50000].

./snptest \
-data ./example/cohort1.gen ./example/cohort1.sample ./example/cohort2.gen ./example/cohort2.sample \
-o ./example/ex.out \
-frequentist 1 \
-method score \
-pheno bin1 \
-range 20000-30000 40000-50000

In a range specification the start or end of the range can be omitted.  For example, the syntax -range 50000- will restrict to all SNPs with position 50000 or above.

Specify a list of SNPs (-snpid)

The -snpid option can be used to specify a list of specific SNPs to analyze. The following example only carries out tests at SNPs with IDs RSID_4 and SNPID_7.

./snptest \
-data ./example/cohort1.gen ./example/cohort1.sample ./example/cohort2.gen ./example/cohort2.sample \
-o ./example/ex.out \
-frequentist 1 \
-method score \
-pheno bin1 \
-snpid RSID_4 SNPID_7

Excluding SNPs (-exclude_snps)

The -exclude_snps option can be used to specify a file containing a list of SNPs that should be excluded from the analysis. The IDs in the file can be the SNP IDs (first column of the genotype file) or RS IDs (second column of the genotype file). For example, the file ./example/snps.list contains a list of the SNP IDs for the first 10 SNPs in the example data files. To exclude these SNPs from the analysis we can use

./snptest \
-data ./example/cohort1.gen ./example/cohort1.sample ./example/cohort2.gen ./example/cohort2.sample \
-o ./example/ex.out \
-frequentist 1 \
-method score \
-pheno bin1 \
-exclude_snps ./example/snps.list

You should notice that the screen output reports that it has read in 10 SNP IDs and that the output file does not contain output for these SNPs.

Excluding Individuals (-exclude_samples,-miss_thresh)

The -exclude_samples option can be used to specify a file containing a list of individuals that should be excluded from the analysis. The IDs in the file should be the ID that appears in the first column of the sample files. For example, the file ./example/samples.list contains a list of the IDs for the first 10 individuals in the example data files. To exclude these individuals from the analysis we can use

./snptest \
-data ./example/cohort1.gen ./example/cohort1.sample ./example/cohort2.gen ./example/cohort2.sample \
-o ./example/ex.out \
-frequentist
1 \
-method score \
-pheno bin1 \
-exclude_samples ./example/samples.list

You should notice that the screen output reports that it has read in 10 sample IDs and that these individuals were excluded.

The -miss_thresh option can be used to exclude individuals whose proportion of missing data does exceeds some level. The missing data proportion of each individual is specified in the 3rd column of the sample file. For example, to specify a maximum missing data proportion of 1% use

./snptest \
-data ./example/cohort1.gen ./example/cohort1.sample ./example/cohort2.gen ./example/cohort2.sample \
-o ./example/ex.out \
-frequentist 1 \
-method score \
-pheno bin1 \
-miss_thresh 0.01

You should notice that the screen output reports that it has read in 10 SNPs IDs that the number of individuals included after the missing data threshold and exclusion list has been applied is less than the original number of individuals in the raw files.

Excluding individuals with missing covariate or phenotype values (-missing_code)

When carrying out a statistical test that conditions on covariates or uses a quantitative phenotype any indvidual with at least one missing value of a covariate or phenotype will be excluded from the test. The default code for missing covariates or phenotypes in the sample files is NA (see FILE FORMAT). The option -missing_code can be used to specify a list of comma-separated alphanumeric codes that will be interpreted as missing values.  For example, the syntax -missing_code NA,-999 will treat any value equal to -999 or NA in the sample files as missing.

Other Options (top)

-hwe
This will produce an output file with columns that contain the p-values for an exact test of HWE in each cohort. If a test for a binary phenotype is carried out then HWE for all the case individuals and all the control individuals are also reported.
-chunk <x>                        
The program works by reading in, analyzing and writing output for chunks of the data at a time. This option is included to control the maximum amount of RAM used by the program at any one time. The default chunk size is 100 SNPs.
-nowarn
Turns off printing off warnings to the screen
-log <filename>
Copy all screen output to the specified log file.

Support for binary gen (BGEN) format files

In addition to GEN and gzipped GEN file formats, SNPTEST can process files in the BGEN (binary GEN) format.  These are designed to have file size similar or better than gzipped GEN files, but to support faster loading and seeking of individual SNPs.  Another difference is that BGEN files contain chromosome information that can sometimes be used by SNPTEST (see below).

NOTE: SNPTEST detects the file type based on inspection of the filename.  Files ending in ".bgen" are assumed to be BGEN format files.

Here is a short example showing how to use QCTOOL to generate a BGEN file from a GEN file, and then run SNPTEST.  Given a GEN file example/cohort1.gen, the command


qctool \
-g example/cohort1.gen \
-og example/cohort1.bgen \
-force


produces a BGEN file called
example/cohort1.bgen containing the same information as example/cohort1.gen.  SNPTEST can then be run on this cohort with the command

./snptest \
-data example/cohort1.bgen example/cohort1.sample \
-o example/ex.out \
-frequentist 1 \
-method score \
-pheno bin2


NOTE: the BGEN format stores probabilities to 4 decimal places of accuracy, and this can lead to small numerical differences in the output compared with the same command run on plain GEN files.

To include chromosome information in the generated BGEN file, the simplest method is to group SNPs into files labelled with the chromosome, e.g.
example/cohort1_01.gen, ..., example/cohort1_22.gen.  Then the command

qctool \
-g example/cohort1_#.gen \
-og example/cohort1_#.bgen \
-force

produces corresponding files example/cohort1_01.bgen, ..., example/cohort1_22.bgen which have SNPs labelled with chromosome appropriately.

More information about the BGEN format can be found on the QCTOOL webpage.

Support for chromosome information

SNPTEST now has some support for working with chromosome information.  Although standard GEN files do not contain chromosome information, SNPTEST can deduce the chromosomes of SNPs in the following ways:
If SNPTEST can deduce the chromosome of a SNP via one of the methods above, some extra features become available:

FAQ (top)

Q : I get the error "igamc underflow error" printed to the screen. What does this mean?

This error occurs at SNPs where a very small p-value from a chi-squared test needs to be calculated. The CPROB library used by SNPTEST is used to carry this out and it reports an underflow error when this occurs. In this case it returns a p-value of 0. This usually occurs when the signal of association is very huge and can sometime indicate problems with the data. To identify which SNPs this occurs at you can use the -printids flag.

Version History (top)

2.2.0
07.12.2010
This is a substantial update on the previous version that implements a number of new features
  • A -condition_on option has been added to allow tests conditional upon other SNPs. This is useful when doing conditional analyses to look for secondary effects.
  • A -range option that allows analysis of only those SNPs whose base-pair position lies within a given set of intervals.
  • A -summary_stats_only option that produces just the summary statistics at each SNP.
  • Continuous phenotypes are now mean-centred and scaled to have variance 1 by default.  Use the -use_raw_phenotypes option to turn this off.
  • A -mpheno option that implements a Bayesian multiple phenotype test.
  • The -snpid option can now take a list of SNP or RS IDs. 
  • The -missing_code option now takes a comma-separated list of values, each of which is treated as missing when encountered in the sample file(s).
  • The -log option can be used to copy all screen output to a log file.
  • Columns of type "D" (discrete covariate) in the sample file can now accept any string value (previously positive integers were required).
  • Phenotypes and covariates can now appear in any order in the sample files.
  • To avoid issues with incorrect file formatting, more extensive checks are now performed on the sample and gen files.
  • SNPTEST can now process binary gen (BGEN) files; these can be produced using the QCTOOL program as described below.
  • Support for chromosome information has been added; see the section on chromosomes below.
  • More detailed data summaries are produced in the screen output.
  • Performance improvements
2.1.1
01.04.2010
Minor update. This release can be found here.
2.1.0
19.03.2010
This is major change to SNPTEST from previous versions. Please read the following carefully
  • The file format used by this version has been modified NEW FILE FORMAT. I have changed type 1,2,3 covariates to types D=discrete, C=continuous in the sample file. Binary phenotypes now need to be specified in the sample files by using a column of 1's and 0's (1=case and 0=control). The column should be labelled B. Quantitative phenotypes should be labelled P. Look at the sample files example/*.sample for examples.
  • The -cases and -controls flags have been replaced by the  -data option i.e. all cohorts should be specified by this option. You can specify multiple gen and sample files but you no longer divide them up into cases and controls.
  • There is no longer a -qt flag. To specify the phenotype you use -pheno <name>. The name_of_phenotype should match the column you want to use from the sample file. It runs logistic regression or linear regression dependent on the type of phenotype you select.
  •  There are some changes to the output and the header line of the output file. Take a look. They are pretty straight forward. Basically some of the names of the columns have changed and you get a few extra columns of output if you use a binary phenotype.
  • The -cov_names flag has been added so that you can specify covariates by their name i.e. -cov_names Gender will condition on the covariates named Gender . 
  • Multiple covariates can now be specified i.e -cov_names 1 3 will condition on covariates 1 and 3 and it does not matter if they are of different types
  • There are now 3 flags that allow you to specify groups of covariates (i)  -cov_all_continuous - condition on all continuous covariates, (ii)  -cov_all_discrete - condition on all discrete covariates, (iii)  -cov_all - condition on all covariates
  • If no association tests are specified or -method threshold is specfied then thresholded genotype counts are reported. Otherwise, expected conts are given. The expected count for a genotype is the sum of the probabilities across all individuals in the sample. If individuals are explicitely excluded then they will not be included in the genotype counts in any way. When testing for association, if an individual has at least one missing phenotype or missing covariate that is needed for the test then their genotype will be called as NULL in the genotype counts. Samples where the sum of the genotype probabilities is less than 0.1 will also be counted as NULL at each SNP. The -exp_counts flaghas been removed.
  • There is a new option -method that is used to specify the method used to fit the chosen model. The new options give better results at SNPs that are rare and/or have high genotype uncertainty.
  • The Bayesian tests now account for genotype uncertainy and can allow covariates in the tests.
  • Bayesian Binary Trait tests now have an option to use a t-distribution prior on the genetic effect parameters. This allows more flexibility in specifying the prior beliefs about the genetic effect sizes. See option -t_prior and -t_df in the section on Bayesian Tests.
  • There are now Bayesian tests for quantitative traits.
  • There is now an option -mean_bf that calculate the weighted mean of the Bayes factors across the range of models specified. This 'model averaging' feature allows a range of models to be tested at the same time. See the section on Bayesian Tests.
  • There is now a Bayesian test for multiple quantitative phenotypes.
1.1.5
28.05.2008
This release can be found here

References (top)

[1] J. Marchini, B. Howie, S. Myers, G. McVean and P. Donnelly (2007) A new multipoint method for genome-wide association studies via imputation of genotypes. Nature Genetics 39 : 906-913 [Free Access PDF][Supplementary Material][News and Views Article]
[2] The Wellcome Trust Case Control Consortium (2007) Genomewide association study of 14,000 cases of seven common diseases and 3,000 shared controls.
Nature 447;661-78. PMID: 17554300 DOI: 10.1038/nature05911
[3] J. Marchini and B. Howie (2010) Genotype imputation for genome-wide association studies. Nature Reviews Genetics [Link]



























































StatCounter - Free Web Tracker and Counter