<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to QTPolygenicSimu</title><link>https://sourceforge.net/p/gbchen/wiki/QTPolygenicSimu/</link><description>Recent changes to QTPolygenicSimu</description><atom:link href="https://sourceforge.net/p/gbchen/wiki/QTPolygenicSimu/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 28 Apr 2015 22:54:28 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gbchen/wiki/QTPolygenicSimu/feed" rel="self" type="application/rss+xml"/><item><title>QTPolygenicSimu modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/QTPolygenicSimu/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -23,16 +23,16 @@
 **--freq-file**
 **Specify the file which contains frequency for the reference alleles. One element per line.**

---effect &amp;lt;arg&amp;gt;
-Specify the effect of for loci. 0.5 by default.
-
 --poly-effect
-It generates polygenic effect from N(0,1).
+It generates polygenic effects from the standard normal distribution.

 --poly-effect-sort
-It generates sorted polygenic effects from N(0,1).
+It generates polygenic effects from the standard normal distribution.  Different from --poly-effect, this option will sort the genetic effects in ascending order to the markers, say the first marker has the smallest effect and the last the biggest.

---effect-file
+--effect &amp;lt;arg&amp;gt;
+Specify the universal effect of each loci. 0.5 by default.
+
+--effect-file &amp;lt;arg&amp;gt;
 Specify the file which contains the effects for each locus.

 --ld &amp;lt;arg&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guobo Chen</dc:creator><pubDate>Tue, 28 Apr 2015 22:54:28 -0000</pubDate><guid>https://sourceforge.netb4463611e0647357e050152464013f3331729391</guid></item><item><title>QTPolygenicSimu modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/QTPolygenicSimu/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -35,11 +35,11 @@
 --effect-file
 Specify the file which contains the effects for each locus.

-**--ld &amp;lt;arg&amp;gt;**
-Specify LD in Lewontin's D'. 0 by default.
+--ld &amp;lt;arg&amp;gt;
+Specify LD in Lewontin's D', a value between -1 to 1. 0 by default.

-**--rand-ld**
-It generates Lewontin's D' from uniform distribution between -1,1.
+--rand-ld
+It generates Lewontin's D' from the uniform distribution between -1,1.

 --hsq &amp;lt;arg&amp;gt;
 Specify the heritability. 0.5 by default.
@@ -55,3 +55,8 @@
 gear simuqt --n 1000 --m 1000 --freq-file frq.txt --poly-effect --ld 0.8 --out test
 ~~~~~

+The output files includes
+*.phe: there are four columns included. The first two columns are family id, and individual id. The 3rd column is genotypic values (breeding values), and the 4th column is phenotypic values.
+*.rnd: there are three columns included. 1st is the marker name, 2nd is the reference alleles, the 3rd column is additive effects.
+*.add: the genotype in additive model coding scheme.
+*.bim, *.fam, *.bed: the genotype in plink binary format.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guobo Chen</dc:creator><pubDate>Tue, 28 Apr 2015 22:48:44 -0000</pubDate><guid>https://sourceforge.net3f18450b8c861c4f81317952bba1cb401e197474</guid></item><item><title>QTPolygenicSimu modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/QTPolygenicSimu/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -49,9 +49,9 @@

 Examples

-~~~
+~~~~~
 gear simuqt --n 1000 --m 1000 --null-loci 900 --freq 0.45 --ld 0.3 --hsq 0.25 --poly-effect --out test
 gear simuqt --n 1000 --m 1000 --null-loci 500 --unif-freq --rand-ld --hsq 0.2 --effect-file eff.txt --out test
 gear simuqt --n 1000 --m 1000 --freq-file frq.txt --poly-effect --ld 0.8 --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>Sun, 28 Dec 2014 06:09:01 -0000</pubDate><guid>https://sourceforge.net3eaaa4143ae18262d5846a777c48fdc68e4e585f</guid></item><item><title>QTPolygenicSimu modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/QTPolygenicSimu/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="simulation-for-polygenic-quantitative-traits"&gt;Simulation for polygenic quantitative traits&lt;/h2&gt;
&lt;p&gt;Master option&lt;br /&gt;
simuqt&lt;/p&gt;
&lt;p&gt;Options&lt;br /&gt;
--sample-size/--n&lt;br /&gt;
Specify the sample size. 100 by default.&lt;/p&gt;
&lt;p&gt;--marker/--m&lt;br /&gt;
Specify the number of total markers. 100 by default.&lt;/p&gt;
&lt;p&gt;--null-marker&lt;br /&gt;
Specify the number of markers from null distribution. 0 by default.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;--freq &amp;lt;arg&amp;gt;&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;Specify the frequencies for the markers. 0.5 by default.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;--unif-freq&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;It generates frequency spectrum from uniform distribution between 0.01~0.5.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;--freq-file&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;Specify the file which contains frequency for the reference alleles. One element per line.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;--effect &amp;lt;arg&amp;gt;&lt;br /&gt;
Specify the effect of for loci. 0.5 by default.&lt;/p&gt;
&lt;p&gt;--poly-effect&lt;br /&gt;
It generates polygenic effect from N(0,1).&lt;/p&gt;
&lt;p&gt;--poly-effect-sort&lt;br /&gt;
It generates sorted polygenic effects from N(0,1).&lt;/p&gt;
&lt;p&gt;--effect-file&lt;br /&gt;
Specify the file which contains the effects for each locus.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;--ld &amp;lt;arg&amp;gt;&lt;/strong&gt;&lt;br /&gt;
Specify LD in Lewontin's D'. 0 by default.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;--rand-ld&lt;/strong&gt;&lt;br /&gt;
It generates Lewontin's D' from uniform distribution between -1,1.&lt;/p&gt;
&lt;p&gt;--hsq &amp;lt;arg&amp;gt;&lt;br /&gt;
Specify the heritability. 0.5 by default.&lt;/p&gt;
&lt;p&gt;--make-bed&lt;br /&gt;
It generates genotypes in bed format.&lt;/p&gt;
&lt;p&gt;Examples&lt;/p&gt;
&lt;p&gt;~~~&lt;br /&gt;
gear simuqt --n 1000 --m 1000 --null-loci 900 --freq 0.45 --ld 0.3 --hsq 0.25 --poly-effect --out test&lt;br /&gt;
gear simuqt --n 1000 --m 1000 --null-loci 500 --unif-freq --rand-ld --hsq 0.2 --effect-file eff.txt --out test&lt;br /&gt;
gear simuqt --n 1000 --m 1000 --freq-file frq.txt --poly-effect --ld 0.8 --out test&lt;br /&gt;
~~~&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guobo Chen</dc:creator><pubDate>Sat, 27 Dec 2014 13:14:54 -0000</pubDate><guid>https://sourceforge.net2e9a1cc64f5b69cdc09e8f547b739d0c6082d856</guid></item></channel></rss>