<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to GMeta</title><link>https://sourceforge.net/p/gbchen/wiki/GMeta/</link><description>Recent changes to GMeta</description><atom:link href="https://sourceforge.net/p/gbchen/wiki/GMeta/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 05 Jan 2015 05:30:37 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gbchen/wiki/GMeta/feed" rel="self" type="application/rss+xml"/><item><title>GMeta modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/GMeta/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -137,25 +137,25 @@
 Meta-analysis without adjustment for correlation

 ~~~~~~~
-gear gm --meta-batch metalist.txt --cc-batch cc-sample-size.txt --out test
+gear gm --meta-batch metalist.txt --cc-size cc-sample-size.txt --out test
 ~~~~~~~~

 Meta-analysis without adjustment for correlation but with gc correction

 ~~~~~~~
-gear gm --meta-batch metalist.txt --cc-batch cc-sample-size.txt --gc --out test
+gear gm --meta-batch metalist.txt --cc-size cc-sample-size.txt --gc --out test
 ~~~~~~~~

 Meta-analysis with adjustment for correlation

 ~~~~~~~~~~
-gear lam --meta-batch metalist.txt --qt-batch cc-sample-size.txt --cm test.cm --out test
+gear lam --meta-batch metalist.txt --qt-size cc-sample-size.txt --cm test.cm --out test
 ~~~~~~~~~~

 Meta-analysis with adjustment for correlation and gc correction

 ~~~~~~~~~~
-gear lam --meta-batch metalist.txt --qt-batch cc-sample-size.txt --cm test.cm --gc --out test
+gear lam --meta-batch metalist.txt --qt-size cc-sample-size.txt --cm test.cm --gc --out test
 ~~~~~~~~~~

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guobo Chen</dc:creator><pubDate>Mon, 05 Jan 2015 05:30:37 -0000</pubDate><guid>https://sourceforge.net085e6c65269501e357e42bff5eb4b1a745d31420</guid></item><item><title>GMeta modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/GMeta/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -16,7 +16,6 @@

 --gc
 Genomic control for cohorts which have genomic inflation factor greater than 1; otherwise, no genomic control adjustment will happen for cohorts.
-

 --meta/--meta-gz
 Specify the meta-data in text/gz format one by one.
@@ -58,15 +57,15 @@

 And when the files are organized batch format, the sample size should be given in either --qt-batch for quantitative traits or --cc-batch for case-control studies.

---qt-batch
+--qt-size
 Specify the file that each line contains the sample size for the file at the corresponding row in the --meta-batch/--meta-gz-batch.
 For example:
 100
 200
 ...

---cc-batch
-Similar to --qt-batch, but each line has two elements, which are the number of cases and the number of controls for the corresponding files.
+--cc-size
+Similar to --qt-size, but each line has two elements, which are the number of cases and the number of controls for the corresponding files.
 For example:
 200 300
 1000 800
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guobo Chen</dc:creator><pubDate>Fri, 26 Dec 2014 07:35:30 -0000</pubDate><guid>https://sourceforge.neta03aa28b8e19cc1c01d9c18a7c4d0c7106eaa796</guid></item><item><title>GMeta modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/GMeta/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -8,8 +8,15 @@
 --cm
 Specify the correlation matrix file, which is one of the output from [lam](https://sourceforge.net/p/gbchen/wiki/LambdaD/).  If --cm is not used, the analysis is same as Metal.

+--adj-overlap
+Only the elements greater than 0 in the matrix, which is read in through --cm, will be used, and those less than 0 will be set to zero.  It means only the overlapping samples will be adjusted.
+
+--naive
+When this option is turned on, no adjustment will be used.  It equivalent to set the matrix to be the diagonal matrix.
+
 --gc
-Genomic control for cohorts which have genomic inflation factor greater than 1.  This option will suppress. Otherwise, no genomic control adjustment will happen for cohorts.
+Genomic control for cohorts which have genomic inflation factor greater than 1; otherwise, no genomic control adjustment will happen for cohorts.
+

 --meta/--meta-gz
 Specify the meta-data in text/gz format one by one.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guobo Chen</dc:creator><pubDate>Fri, 26 Dec 2014 06:52:14 -0000</pubDate><guid>https://sourceforge.netcb4e56810c2f466e204b17cf3c265608389b4d34</guid></item><item><title>GMeta modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/GMeta/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -9,10 +9,7 @@
 Specify the correlation matrix file, which is one of the output from [lam](https://sourceforge.net/p/gbchen/wiki/LambdaD/).  If --cm is not used, the analysis is same as Metal.

 --gc
-Genomic control for summary stats.  When this option is on, genomic control will be applied.
-
---gci/--gc-inflation-only
-Genomic control for cohorts only which have genomic inflation factor greater than 1.  This option will suppress --gc.
+Genomic control for cohorts which have genomic inflation factor greater than 1.  This option will suppress. Otherwise, no genomic control adjustment will happen for cohorts.

 --meta/--meta-gz
 Specify the meta-data in text/gz format one by one.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guobo Chen</dc:creator><pubDate>Wed, 26 Nov 2014 07:10:10 -0000</pubDate><guid>https://sourceforge.netfc5600f444f2fb4db8576b10bab5c11f86636733</guid></item><item><title>GMeta modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/GMeta/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -36,6 +36,44 @@

 --keep-atgc/--atgc
 By default, AT/GC loci will be eliminated.  When --keep-atgc/--atgc is used, the AT/GC loci will be used in meta-analysis.  Be very careful in using this option, because summary stats are often not aligned on the same reference allele across cohorts.
+
+--meta-batch &amp;lt;arg&amp;gt;
+Specify the batch file that each line contains one meta file.
+It should look like:
+gwas1.txt
+gwas2.txt
+...
+
+Or the files can be in gz format
+--meta-gz-batch &amp;lt;arg&amp;gt;
+Specify the batch file that each line contains one meta file in gz format.
+It should look like:
+gwas1.gz
+gwas2.gz
+...
+
+And when the files are organized batch format, the sample size should be given in either --qt-batch for quantitative traits or --cc-batch for case-control studies.
+
+--qt-batch
+Specify the file that each line contains the sample size for the file at the corresponding row in the --meta-batch/--meta-gz-batch.
+For example:
+100
+200
+...
+
+--cc-batch
+Similar to --qt-batch, but each line has two elements, which are the number of cases and the number of controls for the corresponding files.
+For example:
+200 300
+1000 800
+...
+
+--keep-cohort
+Specify the name of the files of the cohorts which are to be used in meta-analysis.
+
+--remove-cohort
+Specify the name of the files of the cohorts which are not to be used in meta-analysis.
+

 Example

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guobo Chen</dc:creator><pubDate>Mon, 24 Nov 2014 05:20:59 -0000</pubDate><guid>https://sourceforge.netfea260baef7939f86bd4a54023bd96087d6010c2</guid></item><item><title>GMeta modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/GMeta/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -22,6 +22,9 @@

 --qt
 Specify the sample size for each meta file which are for quantitative traits.
+
+--full-snp-only
+Only write SNPs that are available in all cohorts into results.

 --key
 Specify the key words for "SNP", "Beta" (for quantitative traits and case-control studies)/"OR" (for case-control studies only), "SE", "A1" (the reference allele), "A2", "CHR", "BP", and "P". "CHR", "BP", and "P" are optional. The keywords are case-insensitive, and there is no requirement for the order of these columns. "A1" is the reference allele, and "A2" is the other allele.  If "A2" column is absent, the program will not eliminate ambiguous loci, such as A/T and G/C loci.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guobo Chen</dc:creator><pubDate>Tue, 11 Nov 2014 05:39:25 -0000</pubDate><guid>https://sourceforge.net66b5427b142626f646a5a7f1f6b45b904c4e2ff4</guid></item><item><title>GMeta modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/GMeta/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -24,8 +24,7 @@
 Specify the sample size for each meta file which are for quantitative traits.

 --key
-Specify the key words for "SNP", "Beta" (for quantitative traits and case-control studies)/"OR" (for case-control studies only), "SE", "A1" (the reference allele), "A2", "CHR", "BP", and "P". 
-The meta-data should have these columns: "SNP", "A1", "A2", "OR" (or "beta" for quantitative traits), "SE", and "CHR", "BP", and "P" are optional. The keywords are case-insensitive, and there is no requirement for the order of these columns. "A1" is the reference allele, and "A2" is the other allele.  If "A2" column is absent, the program will not eliminate ambiguous loci, such as A/T and G/C loci.
+Specify the key words for "SNP", "Beta" (for quantitative traits and case-control studies)/"OR" (for case-control studies only), "SE", "A1" (the reference allele), "A2", "CHR", "BP", and "P". "CHR", "BP", and "P" are optional. The keywords are case-insensitive, and there is no requirement for the order of these columns. "A1" is the reference allele, and "A2" is the other allele.  If "A2" column is absent, the program will not eliminate ambiguous loci, such as A/T and G/C loci.

 SNP  | CHR | BP | A1 | A2 | OR/Beta | SE | P 
 -----|-----|----|----|----|---------|----|
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guobo Chen</dc:creator><pubDate>Wed, 05 Nov 2014 22:08:42 -0000</pubDate><guid>https://sourceforge.netd977853c9115dc34c1bd7c398cee7b2eb3e0c047</guid></item><item><title>GMeta modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/GMeta/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -11,7 +11,7 @@
 --gc
 Genomic control for summary stats.  When this option is on, genomic control will be applied.

---gc-only
+--gci/--gc-inflation-only
 Genomic control for cohorts only which have genomic inflation factor greater than 1.  This option will suppress --gc.

 --meta/--meta-gz
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guobo Chen</dc:creator><pubDate>Wed, 05 Nov 2014 13:14:30 -0000</pubDate><guid>https://sourceforge.netb691d1cf604cbdd2ad19ee29401e00f262762147</guid></item><item><title>GMeta modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/GMeta/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -10,6 +10,9 @@

 --gc
 Genomic control for summary stats.  When this option is on, genomic control will be applied.
+
+--gc-only
+Genomic control for cohorts only which have genomic inflation factor greater than 1.  This option will suppress --gc.

 --meta/--meta-gz
 Specify the meta-data in text/gz format one by one.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guobo Chen</dc:creator><pubDate>Wed, 05 Nov 2014 01:56:51 -0000</pubDate><guid>https://sourceforge.net012758c83b7a6a04c5d7a8b790dbb14d63563d52</guid></item><item><title>GMeta modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/GMeta/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;strong&gt;Generalized GWAS Meta-analysis&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;When there is covariance structure between cohorts in GWAS Meta-analysis (GM), it may be necessary to adjust the covariance for GM such as commonly used inverse-variance method. The GWAS meta-analysis implemented here is a generalization of the one that in &lt;a class="" href="http://genome.sph.umich.edu/wiki/METAL_Documentation" rel="nofollow"&gt;Metal&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Master command&lt;/strong&gt;&lt;br /&gt;
gmeta/gm&lt;/p&gt;
&lt;p&gt;--cm&lt;br /&gt;
Specify the correlation matrix file, which is one of the output from &lt;a class="" href="https://sourceforge.net/p/gbchen/wiki/LambdaD"&gt;lam&lt;/a&gt;.  If --cm is not used, the analysis is same as Metal.&lt;/p&gt;
&lt;p&gt;--gc&lt;br /&gt;
Genomic control for summary stats.  When this option is on, genomic control will be applied.&lt;/p&gt;
&lt;p&gt;--meta/--meta-gz&lt;br /&gt;
Specify the meta-data in text/gz format one by one.&lt;/p&gt;
&lt;p&gt;--cc&lt;br /&gt;
Specify the numbers of cases and controls for each meta file which are for case-control studies.&lt;/p&gt;
&lt;p&gt;--qt&lt;br /&gt;
Specify the sample size for each meta file which are for quantitative traits.&lt;/p&gt;
&lt;p&gt;--key&lt;br /&gt;
Specify the key words for "SNP", "Beta" (for quantitative traits and case-control studies)/"OR" (for case-control studies only), "SE", "A1" (the reference allele), "A2", "CHR", "BP", and "P". &lt;br /&gt;
The meta-data should have these columns: "SNP", "A1", "A2", "OR" (or "beta" for quantitative traits), "SE", and "CHR", "BP", and "P" are optional. The keywords are case-insensitive, and there is no requirement for the order of these columns. "A1" is the reference allele, and "A2" is the other allele.  If "A2" column is absent, the program will not eliminate ambiguous loci, such as A/T and G/C loci.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;SNP&lt;/th&gt;
&lt;th&gt;CHR&lt;/th&gt;
&lt;th&gt;BP&lt;/th&gt;
&lt;th&gt;A1&lt;/th&gt;
&lt;th&gt;A2&lt;/th&gt;
&lt;th&gt;OR/Beta&lt;/th&gt;
&lt;th&gt;SE&lt;/th&gt;
&lt;th&gt;P&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;snp1&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;100&lt;/td&gt;
&lt;td&gt;G&lt;/td&gt;
&lt;td&gt;T&lt;/td&gt;
&lt;td&gt;1.05&lt;/td&gt;
&lt;td&gt;0.03&lt;/td&gt;
&lt;td&gt;0.03&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;snp2&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;200&lt;/td&gt;
&lt;td&gt;T&lt;/td&gt;
&lt;td&gt;A&lt;/td&gt;
&lt;td&gt;0.95&lt;/td&gt;
&lt;td&gt;0.033&lt;/td&gt;
&lt;td&gt;0.12&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;--keep-atgc/--atgc&lt;br /&gt;
By default, AT/GC loci will be eliminated.  When --keep-atgc/--atgc is used, the AT/GC loci will be used in meta-analysis.  Be very careful in using this option, because summary stats are often not aligned on the same reference allele across cohorts.&lt;/p&gt;
&lt;p&gt;Example&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;gear&lt;/span&gt; &lt;span class="n"&gt;lam&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;meta&lt;/span&gt; &lt;span class="n"&gt;m1&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;txt&lt;/span&gt; &lt;span class="n"&gt;m2&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;txt&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;cc&lt;/span&gt; &lt;span class="mi"&gt;100&lt;/span&gt; &lt;span class="mi"&gt;130&lt;/span&gt; &lt;span class="mi"&gt;150&lt;/span&gt; &lt;span class="mi"&gt;200&lt;/span&gt;
&lt;span class="n"&gt;gear&lt;/span&gt; &lt;span class="n"&gt;lam&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;meta&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;gz&lt;/span&gt; &lt;span class="n"&gt;m1&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;txt&lt;/span&gt; &lt;span class="n"&gt;m2&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;txt&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;cc&lt;/span&gt; &lt;span class="mi"&gt;100&lt;/span&gt; &lt;span class="mi"&gt;130&lt;/span&gt; &lt;span class="mi"&gt;150&lt;/span&gt; &lt;span class="mi"&gt;200&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Notes: the numbers of cases and controls for m1 are 100 and 130, respectively; the numbers of cases and controls for m2 are 150 and 200, respectively.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;gear&lt;/span&gt; &lt;span class="n"&gt;lam&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;meta&lt;/span&gt; &lt;span class="n"&gt;m1&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;txt&lt;/span&gt;  &lt;span class="n"&gt;m2&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;txt&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;qt&lt;/span&gt; &lt;span class="mi"&gt;100&lt;/span&gt; &lt;span class="mi"&gt;200&lt;/span&gt;
&lt;span class="n"&gt;gear&lt;/span&gt; &lt;span class="n"&gt;lam&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;meta&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;gz&lt;/span&gt; &lt;span class="n"&gt;m1&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;gz&lt;/span&gt;  &lt;span class="n"&gt;m2&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;gz&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;qt&lt;/span&gt; &lt;span class="mi"&gt;100&lt;/span&gt; &lt;span class="mi"&gt;200&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Notes: the numbers of the sample size for m1 and m2 are 100 and 200, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Batch format&lt;/strong&gt;&lt;br /&gt;
When there are many GWAS summary statistic files, it is much easier to write a batch file, which contains meta files.&lt;/p&gt;
&lt;p&gt;--meta-batch &amp;lt;arg&amp;gt;&lt;br /&gt;
Specify the batch file that each line contains one meta file.&lt;br /&gt;
It should look like:&lt;br /&gt;
gwas1.txt&lt;br /&gt;
gwas2.txt&lt;br /&gt;
...&lt;/p&gt;
&lt;p&gt;Or the files can be in gz format&lt;br /&gt;
--meta-gz-batch &amp;lt;arg&amp;gt;&lt;br /&gt;
Specify the batch file that each line contains one meta file in gz format.&lt;br /&gt;
It should look like:&lt;br /&gt;
gwas1.gz&lt;br /&gt;
gwas2.gz&lt;br /&gt;
...&lt;/p&gt;
&lt;p&gt;And when the files are organized batch format, the sample size should be given in either --qt-batch for quantitative traits or --cc-batch for case-control studies.&lt;/p&gt;
&lt;p&gt;--qt-batch&lt;br /&gt;
Specify the file that each line contains the sample size for the file at the corresponding row in the --meta-batch/--meta-gz-batch.&lt;br /&gt;
For example:&lt;br /&gt;
100&lt;br /&gt;
200&lt;br /&gt;
...&lt;/p&gt;
&lt;p&gt;--cc-batch&lt;br /&gt;
Similar to --qt-batch, but each line has two elements, which are the number of cases and the number of controls for the corresponding files.&lt;br /&gt;
For example:&lt;br /&gt;
200 300&lt;br /&gt;
1000 800&lt;br /&gt;
...&lt;/p&gt;
&lt;p&gt;--verbose/--verbose-gz&lt;br /&gt;
Once verbose/verbose-gz option is switched on, the result for all selected SNPs will be saved in text/gz format in ".lam".  If this option is not switched on, only 100 fingerprint SNPs, whose lambdaD is at 1,2,3,..,100 percentile of the sequence, will be saved in text format in ".lam".&lt;/p&gt;
&lt;p&gt;Two result files will be found. One is ".lmat", which has the covariance and estimated overlapping samples; the other is ".lam", which saves the lambdaD for SNPs.&lt;/p&gt;
&lt;p&gt;Example&lt;/p&gt;
&lt;p&gt;Meta-analysis without adjustment for correlation&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;gear&lt;/span&gt; &lt;span class="n"&gt;gm&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;meta&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;batch&lt;/span&gt; &lt;span class="n"&gt;metalist&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;txt&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;cc&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;batch&lt;/span&gt; &lt;span class="n"&gt;cc&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;sample&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;size&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;txt&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;out&lt;/span&gt; &lt;span class="n"&gt;test&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Meta-analysis without adjustment for correlation but with gc correction&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;gear&lt;/span&gt; &lt;span class="n"&gt;gm&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;meta&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;batch&lt;/span&gt; &lt;span class="n"&gt;metalist&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;txt&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;cc&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;batch&lt;/span&gt; &lt;span class="n"&gt;cc&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;sample&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;size&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;txt&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;gc&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;out&lt;/span&gt; &lt;span class="n"&gt;test&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Meta-analysis with adjustment for correlation&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;gear&lt;/span&gt; &lt;span class="n"&gt;lam&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;meta&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;batch&lt;/span&gt; &lt;span class="n"&gt;metalist&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;txt&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;qt&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;batch&lt;/span&gt; &lt;span class="n"&gt;cc&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;sample&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;size&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;txt&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;cm&lt;/span&gt; &lt;span class="n"&gt;test&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;cm&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;out&lt;/span&gt; &lt;span class="n"&gt;test&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Meta-analysis with adjustment for correlation and gc correction&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;gear&lt;/span&gt; &lt;span class="n"&gt;lam&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;meta&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;batch&lt;/span&gt; &lt;span class="n"&gt;metalist&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;txt&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;qt&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;batch&lt;/span&gt; &lt;span class="n"&gt;cc&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;sample&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;size&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;txt&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;cm&lt;/span&gt; &lt;span class="n"&gt;test&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;cm&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;gc&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;out&lt;/span&gt; &lt;span class="n"&gt;test&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guobo Chen</dc:creator><pubDate>Wed, 05 Nov 2014 01:36:15 -0000</pubDate><guid>https://sourceforge.net56809269c4f9a95e00c9c8d1b556607df4d02685</guid></item></channel></rss>