<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://genome.sph.umich.edu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Amanning</id>
	<title>Genome Analysis Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://genome.sph.umich.edu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Amanning"/>
	<link rel="alternate" type="text/html" href="http://genome.sph.umich.edu/wiki/Special:Contributions/Amanning"/>
	<updated>2026-09-27T04:27:47Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://genome.sph.umich.edu/w/index.php?title=Meta_Analysis_of_SNPxEnvironment_Interaction&amp;diff=2751</id>
		<title>Meta Analysis of SNPxEnvironment Interaction</title>
		<link rel="alternate" type="text/html" href="http://genome.sph.umich.edu/w/index.php?title=Meta_Analysis_of_SNPxEnvironment_Interaction&amp;diff=2751"/>
		<updated>2011-01-10T16:24:43Z</updated>

		<summary type="html">&lt;p&gt;Amanning: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction  =&lt;br /&gt;
&lt;br /&gt;
The meta-analysis of SNP-Environment interaction regression models is possible by jointly meta-analyzing and testing the SNP and SNPxE beta coefficients from an interaction regression model: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;E(Y)=\beta_0 + \beta_1 E + \beta_2 \text {SNP} + \beta_3 E \times \text {SNP}&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The joint meta-analysis: &lt;br /&gt;
&lt;br /&gt;
*produces summary estimates of &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;β&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt; and &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;β&amp;lt;sub&amp;gt;3&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt; &lt;br /&gt;
*produces the estimated covariance matrix of &amp;lt;math&amp;gt;\hat \beta_2 &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat \beta_3 &amp;lt;/math&amp;gt; &lt;br /&gt;
*computes a test statistics for the null hypothesis: &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;β&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt;=0 and &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;β&amp;lt;sub&amp;gt;3&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt;=0 &lt;br /&gt;
*computes a test of homogeneity of the regression slopes&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;Reference&amp;lt;/strong&amp;gt; Manning AK, Lavalley M, Liu CT, Rice K, An P, Liu Y, et al. Meta-analysis of gene-environment interaction: Joint estimation of SNP and SNP x environment regression coefficients. Genet Epidemiol. 2011 Jan;35(1):11-8. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The joint meta-analysis method has been implemented though a patch to METAL available from [http://www.sph.umich.edu/csg/abecasis/Metal http://www.sph.umich.edu/csg/abecasis/Metal] ([[Metal_Documentation|Metal Documentation]]). Individual studies can obtain the required beta and covariance estimates for interaction regression models using QUICKTEST version 0.95 and later ([http://toby.freeshell.org/software/quicktest/ http://toby.freeshell.org/software/quicktest/]) and ProbABEL version 0.1-3 and later ([http://mga.bionet.nsc.ru/~yurii/ABEL/GenABEL/ http://mga.bionet.nsc.ru/~yurii/ABEL/GenABEL/]). &amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
= Implementation  =&lt;br /&gt;
&lt;br /&gt;
The joint meta-analysis is executed through the SCHEME INTERACTION command. The following commands must be used for each data file: &lt;br /&gt;
&lt;br /&gt;
  MARKERLABEL [LABEL] &lt;br /&gt;
  ALLELELABELS [LABEL1 LABEL2] &lt;br /&gt;
  EFFECTLABEL [LABEL] &lt;br /&gt;
  STDERRLABEL [LABEL] &lt;br /&gt;
  INTEFFECTLABEL [LABEL] &lt;br /&gt;
  INTSTDERRLABEL [LABEL] &lt;br /&gt;
  INTCOVLABEL [LABEL] &lt;br /&gt;
&lt;br /&gt;
If MINMAXFREQUENCY ON is used, FREQLABEL must be specified. If AVERAGEFREQUENCY ON is used, in addition to FREQLABEL, WEIGHTLABEL also must be specified to calculate the average frequencies of alleles. Using the sample size as the weight to calculate average allele frequency is strongly suggested. In this case, frequency results in the output will be the same as frequency results from SCHEME SAMPLESIZE. &lt;br /&gt;
&lt;br /&gt;
Two columns of directions will appear in the output of SCHEME INTERACTION, one for the direction of the main effect, one for the direction of the interaction term. &lt;br /&gt;
&lt;br /&gt;
The output columns are: &lt;br /&gt;
&lt;br /&gt;
; Effect : Summarized estimate of the SNP beta coefficient &lt;br /&gt;
; StdErr : Estimated standard error of the SNP beta coefficient &lt;br /&gt;
; IntEffect : Summarized estimate of the SNPxE beta coefficient &lt;br /&gt;
; IntStdErr : Estimated standard error of the SNPxE beta coefficient &lt;br /&gt;
; IntCov : Estimated covariance between the SNP beta coefficient and the SNPxE beta coefficient &lt;br /&gt;
; ChiSq2df : Joint test of the SNP beta coefficient and SNPxE beta coefficient &lt;br /&gt;
; P-value : P-value of ChiSq2df &lt;br /&gt;
; Direction : Study-specific direction of the SNP beta-coefficient &lt;br /&gt;
; DirectionInt : Study-specific direction of the SNPxE beta-coefficient &lt;br /&gt;
; HetChiSq : Heterogeneity test statistic &lt;br /&gt;
; HetDf : Heterogeneity test statistic degrees of freedom &lt;br /&gt;
; HetPVal : Heterogeneity p-value &lt;br /&gt;
&lt;br /&gt;
If ANALYZE HETEROGENEITY is specified, the heterogeneity test statistic, degrees of freedom and p-value will be produced in the output columns: HetChiSq, HetDf and HetPVal. &lt;br /&gt;
&lt;br /&gt;
The command, GENOMICCONTROL ON, adjusts the test statistics within each sample by &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;λ&amp;lt;sub&amp;gt;&#039;&#039;GC&#039;&#039;&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt;, which is either pre-specified or calculated. &lt;br /&gt;
&lt;br /&gt;
For sample i, the Wald test statistic for each SNP is calculated to test the joint significance of &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;β&amp;lt;sub&amp;gt;SNP,&#039;&#039;i&#039;&#039;&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt; and &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;β&amp;lt;sub&amp;gt;SNPxE,&#039;&#039;i&#039;&#039;&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt;: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;W_i=\bold \beta^T_i \Sigma^{-1}_i \bold \beta_i&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Under the null hypothesis, these &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;&#039;&#039;W&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;i&#039;&#039;&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt;&#039;s follow a chi-square distribution of 2 df. The median statistic from this distribution is 1.386294, so &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\lambda_{GC}=\frac{\text{median observed} W_i}{1.386294}&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
for this sample.&lt;br /&gt;
&lt;br /&gt;
= Example&amp;lt;br&amp;gt;  =&lt;br /&gt;
&amp;lt;pre&amp;gt;CUSTOMVARIABLE TotalSampleSize&lt;br /&gt;
LABEL TotalSampleSize as N&lt;br /&gt;
SCHEME INTERACTION&lt;br /&gt;
&lt;br /&gt;
SEPARATOR TAB&lt;br /&gt;
MARKER SNP&lt;br /&gt;
ALLELE EFFECT_ALLELE NON_EFFECT_ALLELE&lt;br /&gt;
EFFECT  BETA&lt;br /&gt;
STDERR  SE &lt;br /&gt;
INTEFFECT BETA_INT&lt;br /&gt;
INTSTDERR SE_INT&lt;br /&gt;
INTCOV COV&lt;br /&gt;
WEIGHT N &lt;br /&gt;
&lt;br /&gt;
PROCESS results1.txt&lt;br /&gt;
PROCESS results2.txt&lt;br /&gt;
PROCESS results3.txt&lt;br /&gt;
PROCESS results4.txt&lt;br /&gt;
PROCESS results5.txt&lt;br /&gt;
&lt;br /&gt;
OUTFILE jointmeta .txt&lt;br /&gt;
ANALYZE &lt;br /&gt;
&lt;br /&gt;
OUTFILE jointmeta_het .txt&lt;br /&gt;
ANALYZE HETEROGENEITY&lt;br /&gt;
&lt;br /&gt;
QUIT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Amanning</name></author>
	</entry>
	<entry>
		<id>http://genome.sph.umich.edu/w/index.php?title=Joint_Meta_Analysis&amp;diff=1517</id>
		<title>Joint Meta Analysis</title>
		<link rel="alternate" type="text/html" href="http://genome.sph.umich.edu/w/index.php?title=Joint_Meta_Analysis&amp;diff=1517"/>
		<updated>2010-05-26T15:46:52Z</updated>

		<summary type="html">&lt;p&gt;Amanning: moved Joint Meta Analysis to Meta Analysis of SNPxEnvironment Interaction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Meta Analysis of SNPxEnvironment Interaction]]&lt;/div&gt;</summary>
		<author><name>Amanning</name></author>
	</entry>
	<entry>
		<id>http://genome.sph.umich.edu/w/index.php?title=Meta_Analysis_of_SNPxEnvironment_Interaction&amp;diff=1516</id>
		<title>Meta Analysis of SNPxEnvironment Interaction</title>
		<link rel="alternate" type="text/html" href="http://genome.sph.umich.edu/w/index.php?title=Meta_Analysis_of_SNPxEnvironment_Interaction&amp;diff=1516"/>
		<updated>2010-05-26T15:46:52Z</updated>

		<summary type="html">&lt;p&gt;Amanning: moved Joint Meta Analysis to Meta Analysis of SNPxEnvironment Interaction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction  =&lt;br /&gt;
&lt;br /&gt;
The meta-analysis of SNP-Environment interaction regression models is possible by jointly meta-analyzing and testing the SNP and SNPxE beta coefficients from an interaction regression model: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;E(Y)=\beta_0 + \beta_1 E + \beta_2 \text {SNP} + \beta_3 E \times \text {SNP}&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The joint meta-analysis: &lt;br /&gt;
&lt;br /&gt;
*produces summary estimates of &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;β&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt; and &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;β&amp;lt;sub&amp;gt;3&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt; &lt;br /&gt;
*produces the estimated covariance matrix of &amp;lt;math&amp;gt;\hat \beta_2 &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat \beta_3 &amp;lt;/math&amp;gt; &lt;br /&gt;
*computes a test statistics for the null hypothesis: &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;β&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt;=0 and &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;β&amp;lt;sub&amp;gt;3&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt;=0 &lt;br /&gt;
*computes a test of homogeneity of the regression slopes&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The joint meta-analysis method has been implemented in METAL available from [http://www.sph.umich.edu/csg/abecasis/Metal http://www.sph.umich.edu/csg/abecasis/Metal] ([[Metal_Documentation|Metal Documentation]]). Individual studies can obtain the required beta and covariance estimates for interaction regression models using QUICKTEST version 0.95 and later ([http://toby.freeshell.org/software/quicktest/ http://toby.freeshell.org/software/quicktest/]) and ProbABEL version 0.1-3 and later ([http://mga.bionet.nsc.ru/~yurii/ABEL/GenABEL/ http://mga.bionet.nsc.ru/~yurii/ABEL/GenABEL/]). &amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
= Implementation  =&lt;br /&gt;
&lt;br /&gt;
The joint meta-analysis is executed through the SCHEME INTERACTION command. The following commands must be used for each data file: &lt;br /&gt;
&lt;br /&gt;
MARKERLABEL [LABEL] &lt;br /&gt;
&lt;br /&gt;
ALLELELABELS [LABEL1 LABEL2] &lt;br /&gt;
&lt;br /&gt;
EFFECTLABEL [LABEL] &lt;br /&gt;
&lt;br /&gt;
STDERRLABEL [LABEL] &lt;br /&gt;
&lt;br /&gt;
INTEFFECTLABEL [LABEL] &lt;br /&gt;
&lt;br /&gt;
INTSTDERRLABEL [LABEL] &lt;br /&gt;
&lt;br /&gt;
INTCOVLABEL [LABEL] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
If MINMAXFREQUENCY ON is used, FREQLABEL must be specified. If AVERAGEFREQUENCY ON is used, in addition to FREQLABEL, WEIGHTLABEL also must be specified to calculate the average frequencies of alleles. Using the sample size as the weight to calculate average allele frequency is strongly suggested. In this case, frequency results in the output will be the same as frequency results from SCHEME SAMPLESIZE. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Two columns of directions will appear in the output of SCHEME INTERACTION, one for the direction of the main effect, one for the direction of the interaction term. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The output columns are: &lt;br /&gt;
&lt;br /&gt;
Effect - Summarized estimate of the SNP beta coefficient &lt;br /&gt;
&lt;br /&gt;
StdErr - Estimated standard error of the SNP beta coefficient &lt;br /&gt;
&lt;br /&gt;
IntEffect - Summarized estimate of the SNPxE beta coefficient &lt;br /&gt;
&lt;br /&gt;
IntStdErr - Estimated standard error of the SNPxE beta coefficient &lt;br /&gt;
&lt;br /&gt;
IntCov - Estimated covariance between the SNP beta coefficient and the SNPxE beta coefficient &lt;br /&gt;
&lt;br /&gt;
ChiSq2df - Joint test of the SNP beta coefficient and SNPxE beta coefficient &lt;br /&gt;
&lt;br /&gt;
P-value - P-value of ChiSq2df &lt;br /&gt;
&lt;br /&gt;
Direction - Study-specific direction of the SNP beta-coefficient &lt;br /&gt;
&lt;br /&gt;
DirectionInt - Study-specific direction of the SNPxE beta-coefficient &lt;br /&gt;
&lt;br /&gt;
HetChiSq - Heterogeneity test statistic &lt;br /&gt;
&lt;br /&gt;
HetDf - Heterogeneity test statistic degrees of freedom &lt;br /&gt;
&lt;br /&gt;
HetPVal - Heterogeneity p-value &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
If ANALYZE HETEROGENEITY is specified, the heterogeneity test statistic, degrees of freedom and p-value will be produced in the output columns: HetChiSq, HetDf and HetPVal. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The command, GENOMICCONTROL ON, adjusts the test statistics within each sample by &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;λ&amp;lt;sub&amp;gt;&#039;&#039;GC&#039;&#039;&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt;, which is either pre-specified or calculated. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
For sample i, the Wald test statistic for each SNP is calculated to test the joint significance of &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;β&amp;lt;sub&amp;gt;SNP,&#039;&#039;i&#039;&#039;&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt; and &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;β&amp;lt;sub&amp;gt;SNPxE,&#039;&#039;i&#039;&#039;&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt;: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;W_i=\bold \beta^T_i \Sigma^{-1}_i \bold \beta_i&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Under the null hypothesis, these &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;&#039;&#039;W&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;i&#039;&#039;&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt;&#039;s follow a chi-square distribution of 2 df. The median statistic from this distribution is 1.386294, so &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\lambda_{GC}=\frac{\text{median observed} W_i}{1.386294}&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; for this sample. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Example&amp;lt;br&amp;gt;  =&lt;br /&gt;
&amp;lt;pre&amp;gt;CUSTOMVARIABLE TotalSampleSize&lt;br /&gt;
LABEL TotalSampleSize as N&lt;br /&gt;
SCHEME INTERACTION&lt;br /&gt;
&lt;br /&gt;
SEPARATOR TAB&lt;br /&gt;
MARKER SNP&lt;br /&gt;
ALLELE EFFECT_ALLELE NON_EFFECT_ALLELE&lt;br /&gt;
EFFECT  BETA&lt;br /&gt;
STDERR  SE &lt;br /&gt;
INTEFFECT BETA_INT&lt;br /&gt;
INTSTDERR SE_INT&lt;br /&gt;
INTCOV COV&lt;br /&gt;
WEIGHT N &lt;br /&gt;
&lt;br /&gt;
PROCESS results1.txt&lt;br /&gt;
PROCESS results2.txt&lt;br /&gt;
PROCESS results3.txt&lt;br /&gt;
PROCESS results4.txt&lt;br /&gt;
PROCESS results5.txt&lt;br /&gt;
&lt;br /&gt;
OUTFILE jointmeta .txt&lt;br /&gt;
ANALYZE &lt;br /&gt;
&lt;br /&gt;
OUTFILE jointmeta_het .txt&lt;br /&gt;
ANALYZE HETEROGENEITY&lt;br /&gt;
&lt;br /&gt;
QUIT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Amanning</name></author>
	</entry>
	<entry>
		<id>http://genome.sph.umich.edu/w/index.php?title=Meta_Analysis_of_SNPxEnvironment_Interaction&amp;diff=1515</id>
		<title>Meta Analysis of SNPxEnvironment Interaction</title>
		<link rel="alternate" type="text/html" href="http://genome.sph.umich.edu/w/index.php?title=Meta_Analysis_of_SNPxEnvironment_Interaction&amp;diff=1515"/>
		<updated>2010-05-26T15:46:23Z</updated>

		<summary type="html">&lt;p&gt;Amanning: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction  =&lt;br /&gt;
&lt;br /&gt;
The meta-analysis of SNP-Environment interaction regression models is possible by jointly meta-analyzing and testing the SNP and SNPxE beta coefficients from an interaction regression model: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;E(Y)=\beta_0 + \beta_1 E + \beta_2 \text {SNP} + \beta_3 E \times \text {SNP}&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The joint meta-analysis: &lt;br /&gt;
&lt;br /&gt;
*produces summary estimates of &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;β&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt; and &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;β&amp;lt;sub&amp;gt;3&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt; &lt;br /&gt;
*produces the estimated covariance matrix of &amp;lt;math&amp;gt;\hat \beta_2 &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat \beta_3 &amp;lt;/math&amp;gt; &lt;br /&gt;
*computes a test statistics for the null hypothesis: &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;β&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt;=0 and &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;β&amp;lt;sub&amp;gt;3&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt;=0 &lt;br /&gt;
*computes a test of homogeneity of the regression slopes&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The joint meta-analysis method has been implemented in METAL available from [http://www.sph.umich.edu/csg/abecasis/Metal http://www.sph.umich.edu/csg/abecasis/Metal] ([[Metal_Documentation|Metal Documentation]]). Individual studies can obtain the required beta and covariance estimates for interaction regression models using QUICKTEST version 0.95 and later ([http://toby.freeshell.org/software/quicktest/ http://toby.freeshell.org/software/quicktest/]) and ProbABEL version 0.1-3 and later ([http://mga.bionet.nsc.ru/~yurii/ABEL/GenABEL/ http://mga.bionet.nsc.ru/~yurii/ABEL/GenABEL/]). &amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
= Implementation  =&lt;br /&gt;
&lt;br /&gt;
The joint meta-analysis is executed through the SCHEME INTERACTION command. The following commands must be used for each data file: &lt;br /&gt;
&lt;br /&gt;
MARKERLABEL [LABEL] &lt;br /&gt;
&lt;br /&gt;
ALLELELABELS [LABEL1 LABEL2] &lt;br /&gt;
&lt;br /&gt;
EFFECTLABEL [LABEL] &lt;br /&gt;
&lt;br /&gt;
STDERRLABEL [LABEL] &lt;br /&gt;
&lt;br /&gt;
INTEFFECTLABEL [LABEL] &lt;br /&gt;
&lt;br /&gt;
INTSTDERRLABEL [LABEL] &lt;br /&gt;
&lt;br /&gt;
INTCOVLABEL [LABEL] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
If MINMAXFREQUENCY ON is used, FREQLABEL must be specified. If AVERAGEFREQUENCY ON is used, in addition to FREQLABEL, WEIGHTLABEL also must be specified to calculate the average frequencies of alleles. Using the sample size as the weight to calculate average allele frequency is strongly suggested. In this case, frequency results in the output will be the same as frequency results from SCHEME SAMPLESIZE. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Two columns of directions will appear in the output of SCHEME INTERACTION, one for the direction of the main effect, one for the direction of the interaction term. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The output columns are: &lt;br /&gt;
&lt;br /&gt;
Effect - Summarized estimate of the SNP beta coefficient &lt;br /&gt;
&lt;br /&gt;
StdErr - Estimated standard error of the SNP beta coefficient &lt;br /&gt;
&lt;br /&gt;
IntEffect - Summarized estimate of the SNPxE beta coefficient &lt;br /&gt;
&lt;br /&gt;
IntStdErr - Estimated standard error of the SNPxE beta coefficient &lt;br /&gt;
&lt;br /&gt;
IntCov - Estimated covariance between the SNP beta coefficient and the SNPxE beta coefficient &lt;br /&gt;
&lt;br /&gt;
ChiSq2df - Joint test of the SNP beta coefficient and SNPxE beta coefficient &lt;br /&gt;
&lt;br /&gt;
P-value - P-value of ChiSq2df &lt;br /&gt;
&lt;br /&gt;
Direction - Study-specific direction of the SNP beta-coefficient &lt;br /&gt;
&lt;br /&gt;
DirectionInt - Study-specific direction of the SNPxE beta-coefficient &lt;br /&gt;
&lt;br /&gt;
HetChiSq - Heterogeneity test statistic &lt;br /&gt;
&lt;br /&gt;
HetDf - Heterogeneity test statistic degrees of freedom &lt;br /&gt;
&lt;br /&gt;
HetPVal - Heterogeneity p-value &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
If ANALYZE HETEROGENEITY is specified, the heterogeneity test statistic, degrees of freedom and p-value will be produced in the output columns: HetChiSq, HetDf and HetPVal. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The command, GENOMICCONTROL ON, adjusts the test statistics within each sample by &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;λ&amp;lt;sub&amp;gt;&#039;&#039;GC&#039;&#039;&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt;, which is either pre-specified or calculated. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
For sample i, the Wald test statistic for each SNP is calculated to test the joint significance of &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;β&amp;lt;sub&amp;gt;SNP,&#039;&#039;i&#039;&#039;&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt; and &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;β&amp;lt;sub&amp;gt;SNPxE,&#039;&#039;i&#039;&#039;&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt;: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;W_i=\bold \beta^T_i \Sigma^{-1}_i \bold \beta_i&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Under the null hypothesis, these &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;&#039;&#039;W&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;i&#039;&#039;&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt;&#039;s follow a chi-square distribution of 2 df. The median statistic from this distribution is 1.386294, so &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\lambda_{GC}=\frac{\text{median observed} W_i}{1.386294}&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; for this sample. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
= Example&amp;lt;br&amp;gt;  =&lt;br /&gt;
&amp;lt;pre&amp;gt;CUSTOMVARIABLE TotalSampleSize&lt;br /&gt;
LABEL TotalSampleSize as N&lt;br /&gt;
SCHEME INTERACTION&lt;br /&gt;
&lt;br /&gt;
SEPARATOR TAB&lt;br /&gt;
MARKER SNP&lt;br /&gt;
ALLELE EFFECT_ALLELE NON_EFFECT_ALLELE&lt;br /&gt;
EFFECT  BETA&lt;br /&gt;
STDERR  SE &lt;br /&gt;
INTEFFECT BETA_INT&lt;br /&gt;
INTSTDERR SE_INT&lt;br /&gt;
INTCOV COV&lt;br /&gt;
WEIGHT N &lt;br /&gt;
&lt;br /&gt;
PROCESS results1.txt&lt;br /&gt;
PROCESS results2.txt&lt;br /&gt;
PROCESS results3.txt&lt;br /&gt;
PROCESS results4.txt&lt;br /&gt;
PROCESS results5.txt&lt;br /&gt;
&lt;br /&gt;
OUTFILE jointmeta .txt&lt;br /&gt;
ANALYZE &lt;br /&gt;
&lt;br /&gt;
OUTFILE jointmeta_het .txt&lt;br /&gt;
ANALYZE HETEROGENEITY&lt;br /&gt;
&lt;br /&gt;
QUIT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Amanning</name></author>
	</entry>
	<entry>
		<id>http://genome.sph.umich.edu/w/index.php?title=Meta_Analysis_of_SNPxEnvironment_Interaction&amp;diff=1514</id>
		<title>Meta Analysis of SNPxEnvironment Interaction</title>
		<link rel="alternate" type="text/html" href="http://genome.sph.umich.edu/w/index.php?title=Meta_Analysis_of_SNPxEnvironment_Interaction&amp;diff=1514"/>
		<updated>2010-05-26T15:39:34Z</updated>

		<summary type="html">&lt;p&gt;Amanning: The meta-analysis of SNP-Environment interaction regression models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction  =&lt;br /&gt;
&lt;br /&gt;
The meta-analysis of SNP-Environment interaction regression models is possible by jointly meta-analyzing and testing the SNP and SNPxE beta coefficients from an interaction regression model: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;E(Y)=\beta_0 + \beta_1 E + \beta_2 \text {SNP} + \beta_3 E \times \text {SNP}&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The joint meta-analysis: &lt;br /&gt;
&lt;br /&gt;
*produces summary estimates of &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;β&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt; and &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;β&amp;lt;sub&amp;gt;3&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt; &lt;br /&gt;
*produces the estimated covariance matrix of &amp;lt;math&amp;gt;\hat \beta_2 &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\hat \beta_3 &amp;lt;/math&amp;gt; &lt;br /&gt;
*computes a test statistics for the null hypothesis: &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;β&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt;=0 and &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;β&amp;lt;sub&amp;gt;3&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt;=0 &lt;br /&gt;
*computes a test of homogeneity of the regression slopes&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
= Implementation  =&lt;br /&gt;
&lt;br /&gt;
The joint meta-analysis is executed through the SCHEME INTERACTION command. The following commands must be used for each data file: &lt;br /&gt;
&lt;br /&gt;
MARKERLABEL [LABEL] &lt;br /&gt;
&lt;br /&gt;
ALLELELABELS [LABEL1 LABEL2] &lt;br /&gt;
&lt;br /&gt;
EFFECTLABEL [LABEL] &lt;br /&gt;
&lt;br /&gt;
STDERRLABEL [LABEL] &lt;br /&gt;
&lt;br /&gt;
INTEFFECTLABEL [LABEL] &lt;br /&gt;
&lt;br /&gt;
INTSTDERRLABEL [LABEL] &lt;br /&gt;
&lt;br /&gt;
INTCOVLABEL [LABEL] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
If MINMAXFREQUENCY ON is used, FREQLABEL must be specified. If AVERAGEFREQUENCY ON is used, in addition to FREQLABEL, WEIGHTLABEL also must be specified to calculate the average frequencies of alleles. Using the sample size as the weight to calculate average allele frequency is strongly suggested. In this case, frequency results in the output will be the same as frequency results from SCHEME SAMPLESIZE. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Two columns of directions will appear in the output of SCHEME INTERACTION, one for the direction of the main effect, one for the direction of the interaction term. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The output columns are: &lt;br /&gt;
&lt;br /&gt;
Effect - Summarized estimate of the SNP beta coefficient &lt;br /&gt;
&lt;br /&gt;
StdErr - Estimated standard error of the SNP beta coefficient &lt;br /&gt;
&lt;br /&gt;
IntEffect - Summarized estimate of the SNPxE beta coefficient &lt;br /&gt;
&lt;br /&gt;
IntStdErr - Estimated standard error of the SNPxE beta coefficient &lt;br /&gt;
&lt;br /&gt;
IntCov - Estimated covariance between the SNP beta coefficient and the SNPxE beta coefficient &lt;br /&gt;
&lt;br /&gt;
ChiSq2df - Joint test of the SNP beta coefficient and SNPxE beta coefficient &lt;br /&gt;
&lt;br /&gt;
P-value - P-value of ChiSq2df &lt;br /&gt;
&lt;br /&gt;
Direction - Study-specific direction of the SNP beta-coefficient &lt;br /&gt;
&lt;br /&gt;
DirectionInt - Study-specific direction of the SNPxE beta-coefficient &lt;br /&gt;
&lt;br /&gt;
HetChiSq - Heterogeneity test statistic &lt;br /&gt;
&lt;br /&gt;
HetDf - Heterogeneity test statistic degrees of freedom &lt;br /&gt;
&lt;br /&gt;
HetPVal - Heterogeneity p-value &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
If ANALYZE HETEROGENEITY is specified, the heterogeneity test statistic, degrees of freedom and p-value will be produced in the output columns: HetChiSq, HetDf and HetPVal. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The command, GENOMICCONTROL ON, adjusts the test statistics within each sample by &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;λ&amp;lt;sub&amp;gt;&#039;&#039;GC&#039;&#039;&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt;, which is either pre-specified or calculated. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
For sample i, the Wald test statistic for each SNP is calculated to test the joint significance of &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;β&amp;lt;sub&amp;gt;SNP,&#039;&#039;i&#039;&#039;&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt; and &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;β&amp;lt;sub&amp;gt;SNPxE,&#039;&#039;i&#039;&#039;&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt;: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;W_i=\bold \beta^T_i \Sigma^{-1}_i \bold \beta_i&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Under the null hypothesis, these &amp;lt;span class=&amp;quot;texhtml&amp;quot;&amp;gt;&#039;&#039;W&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;i&#039;&#039;&amp;lt;/sub&amp;gt;&amp;lt;/span&amp;gt;&#039;s follow a chi-square distribution of 2 df. The median statistic from this distribution is 1.386294, so &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\lambda_{GC}=\frac{\text{median observed} W_i}{1.386294}&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; for this sample. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The joint meta-analysis method has been implemented in METAL available from [http://www.sph.umich.edu/csg/abecasis/Metal http://www.sph.umich.edu/csg/abecasis/Metal] ([[Metal Documentation|Metal Documentation]]). Individual studies can obtain the required beta and covariance estimates for interaction regression models using QUICKTEST version 0.95 and later ([http://toby.freeshell.org/software/quicktest/ http://toby.freeshell.org/software/quicktest/]) and ProbABEL version 0.1-3 and later ([http://mga.bionet.nsc.ru/ yurii/ABEL/ http://mga.bionet.nsc.ru/ yurii/ABEL/]). &lt;br /&gt;
&lt;br /&gt;
= Example&amp;lt;br&amp;gt; =&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CUSTOMVARIABLE TotalSampleSize&lt;br /&gt;
LABEL TotalSampleSize as N&lt;br /&gt;
SCHEME INTERACTION&lt;br /&gt;
&lt;br /&gt;
SEPARATOR TAB&lt;br /&gt;
MARKER SNP&lt;br /&gt;
ALLELE EFFECT_ALLELE NON_EFFECT_ALLELE&lt;br /&gt;
EFFECT  BETA&lt;br /&gt;
STDERR  SE &lt;br /&gt;
INTEFFECT BETA_INT&lt;br /&gt;
INTSTDERR SE_INT&lt;br /&gt;
INTCOV COV&lt;br /&gt;
WEIGHT N &lt;br /&gt;
&lt;br /&gt;
PROCESS results1.txt&lt;br /&gt;
PROCESS results2.txt&lt;br /&gt;
PROCESS results3.txt&lt;br /&gt;
PROCESS results4.txt&lt;br /&gt;
PROCESS results5.txt&lt;br /&gt;
&lt;br /&gt;
OUTFILE jointmeta .txt&lt;br /&gt;
ANALYZE &lt;br /&gt;
&lt;br /&gt;
OUTFILE jointmeta_het .txt&lt;br /&gt;
ANALYZE HETEROGENEITY&lt;br /&gt;
&lt;br /&gt;
QUIT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Amanning</name></author>
	</entry>
</feed>