<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to SimuFamily</title><link>https://sourceforge.net/p/gbchen/wiki/SimuFamily/</link><description>Recent changes to SimuFamily</description><atom:link href="https://sourceforge.net/p/gbchen/wiki/SimuFamily/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 28 Dec 2014 23:44:08 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gbchen/wiki/SimuFamily/feed" rel="self" type="application/rss+xml"/><item><title>SimuFamily modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/SimuFamily/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -1,8 +1,9 @@
 ##Simulation for nuclear family##
 ------------------------
-It is a very naive simulation for discordant nuclear sib-pair families.  Equi-biallelic loci are simulated for discordant family.
+This procedure helps generate nuclear families, having two parents and a pair of children.

-**Subcommand: ** simufam
+**Subcommand: ** 
+simufam

 **Available Options**
 -f, --num-fam &amp;lt;arg&amp;gt;
@@ -11,7 +12,7 @@
 -m, --num-marker &amp;lt;arg&amp;gt;
 Specify the number of markers.

--s,--seed &amp;lt;arg&amp;gt;
+-s, --seed &amp;lt;arg&amp;gt;
 Specify the seed of random number generator.

 --make-bed
@@ -21,10 +22,10 @@
 Specify the output root filename

 --freq &amp;lt;arg&amp;gt;
-Specify the maf for simulation. By default, maf = 0.5.
+Specify the allelic frequency for simulation. By default, freq = 0.5 for all loci.

 --unif-freq
-Randomly generate maf in a uniform distribution from 0.01 to 0.5.
+Randomly generate allelic frequency in a uniform distribution from 0.01 to 0.5.

 --rec &amp;lt;arg&amp;gt;
 Specify a universal recombination fraction, which is applied to the genome.
@@ -37,6 +38,9 @@

 --ld &amp;lt;arg&amp;gt;
 Specify a universal ld (in DPrime). By defaulty, ld = 0.
+
+--rand-ld
+Generates ld from the uniform distribution from -1 to 1.

 **Examples**

&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 23:44:08 -0000</pubDate><guid>https://sourceforge.net0b30f19745e0a570e87d965d8809aa5a7864a3a3</guid></item><item><title>SimuFamily modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/SimuFamily/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -14,35 +14,48 @@
 -s,--seed &amp;lt;arg&amp;gt;
 Specify the seed of random number generator.

--b,--make-bed
+--make-bed
 If this option is set, then .bed, .bim and .fam files will be outputted; otherwise .ped and .map files will be outputted.

--o,--out &amp;lt;arg&amp;gt;
+--out &amp;lt;arg&amp;gt;
 Specify the output root filename

---maf &amp;lt;arg&amp;gt;
+--freq &amp;lt;arg&amp;gt;
 Specify the maf for simulation. By default, maf = 0.5.

--mr, --maf-rand
+--unif-freq
 Randomly generate maf in a uniform distribution from 0.01 to 0.5.

--r, --rec &amp;lt;arg&amp;gt;
+--rec &amp;lt;arg&amp;gt;
 Specify a universal recombination fraction, which is applied to the genome.

--rs, --rec-sex &amp;lt;arg&amp;gt;
+--rec-sex &amp;lt;arg&amp;gt;
 Specify a universal recombination fractions for males and females.

--rr, --rec-rand
+--unif-rec
 Randomly generate recombination fractions in a uniform distribution from 0 to 0.5.

--l, --ld &amp;lt;arg&amp;gt;
+--ld &amp;lt;arg&amp;gt;
 Specify a universal ld (in DPrime). By defaulty, ld = 0.

-**Example**
+**Examples**
+
+~~~~~~~~~
+1 Generating 100 nuclear families, and each individual has 100 markers. Allelic frequency is 0.5 for each locus, and loci are in linkage disequilibrium 
 gear simufam --num-fam 100 --num-marker 100 --out poly
-gear simufam -f 100 -m 100 -b -o poly
+
+2 Generating 100 nuclear families, and each individual has 100 markers. Allelic frequency is 0.5, and ld for a pair of neighboring markers is 0.8, and recombination fraction is 0.1
 gear simufam --num-fam 100 --num-marker 100 --ld 0.8 --rec 0.1 --out poly
+
+3 Similar to the last simulation, but parents have heterogeneous recombination fractions of 0.1 and 0.2
 gear simufam --num-fam 100 --num-marker 100 --ld 0.8 --rec-sex 0.1 0.2 --out poly
-gear simufam --num-fam 100 --num-marker 100 --ld 0.8 --rec-rand --make-bed --out poly
-gear simufam --num-fam 100 --num-marker 100 --ld 0.8 --maf 0.3 --make-bed --out poly
-gear simufam --num-fam 100 --num-marker 100 --ld 0.8 --maf-rand --make-bed --out poly
+
+4 Recombination follows uniform distribution
+gear simufam --num-fam 100 --num-marker 100 --ld 0.8 --unif-rec --make-bed --out poly
+
+5 Allele frequency is 0.3 for each locus
+gear simufam --num-fam 100 --num-marker 100 --ld 0.8 --freq 0.3 --make-bed --out poly
+
+6 Allele frequency follows uniform distribution between 0.01~0.5
+gear simufam --num-fam 100 --num-marker 100 --ld 0.8 --unif-freq --make-bed --out poly
+~~~~~~~~~~
&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 05:27:06 -0000</pubDate><guid>https://sourceforge.net77ebab6300727e9a02d2046fd613b6f7d219b8cc</guid></item><item><title>SimuFamily modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/SimuFamily/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -42,7 +42,7 @@
 gear simufam --num-fam 100 --num-marker 100 --out poly
 gear simufam -f 100 -m 100 -b -o poly
 gear simufam --num-fam 100 --num-marker 100 --ld 0.8 --rec 0.1 --out poly
-gear simufam --num-fam 100 --num-marker 100 --ld 0.8 --rec-sex 0.1,0.2 --out poly
+gear simufam --num-fam 100 --num-marker 100 --ld 0.8 --rec-sex 0.1 0.2 --out poly
 gear simufam --num-fam 100 --num-marker 100 --ld 0.8 --rec-rand --make-bed --out poly
 gear simufam --num-fam 100 --num-marker 100 --ld 0.8 --maf 0.3 --make-bed --out poly
 gear simufam --num-fam 100 --num-marker 100 --ld 0.8 --maf-rand --make-bed --out poly
&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 12:26:51 -0000</pubDate><guid>https://sourceforge.net489171dbf5b6d1c19663383831cbdcd0ebb1c0b7</guid></item><item><title>SimuFamily modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/SimuFamily/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -36,7 +36,7 @@
 Randomly generate recombination fractions in a uniform distribution from 0 to 0.5.

 -l, --ld 
-Specify a universal ld (in DPrime).
+Specify a universal ld (in DPrime). By defaulty, ld = 0.

 **Example**
 gear simufam --num-fam 100 --num-marker 100 --out poly
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guobo Chen</dc:creator><pubDate>Thu, 30 Jan 2014 12:09:34 -0000</pubDate><guid>https://sourceforge.netda27568dab18a5845ff0814be67c76c698489f4f</guid></item><item><title>SimuFamily modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/SimuFamily/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -20,6 +20,12 @@
 -o,--out 
 Specify the output root filename

+--maf 
+Specify the maf for simulation. By default, maf = 0.5.
+
+-mr, --maf-rand
+Randomly generate maf in a uniform distribution from 0.01 to 0.5.
+
 -r, --rec 
 Specify a universal recombination fraction, which is applied to the genome.

@@ -38,3 +44,5 @@
 gear simufam --num-fam 100 --num-marker 100 --ld 0.8 --rec 0.1 --out poly
 gear simufam --num-fam 100 --num-marker 100 --ld 0.8 --rec-sex 0.1,0.2 --out poly
 gear simufam --num-fam 100 --num-marker 100 --ld 0.8 --rec-rand --make-bed --out poly
+gear simufam --num-fam 100 --num-marker 100 --ld 0.8 --maf 0.3 --make-bed --out poly
+gear simufam --num-fam 100 --num-marker 100 --ld 0.8 --maf-rand --make-bed --out poly
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guobo Chen</dc:creator><pubDate>Mon, 27 Jan 2014 11:30:02 -0000</pubDate><guid>https://sourceforge.net8d1f263a79e3b1c7c3bf708efe16c652dd441c06</guid></item><item><title>SimuFamily modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/SimuFamily/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -5,11 +5,11 @@
 **Subcommand: ** simufam

 **Available Options**
--f,--num-fams 
+-f, --num-fam 
 Specify the number of families.

--m,--num-markers 
-Specifiy the number of markers.
+-m, --num-marker 
+Specify the number of markers.

 -s,--seed 
 Specify the seed of random number generator.
@@ -33,8 +33,8 @@
 Specify a universal ld (in DPrime).

 **Example**
-gear simufam --num-fams 100 --num-markers 100 --out poly
+gear simufam --num-fam 100 --num-marker 100 --out poly
 gear simufam -f 100 -m 100 -b -o poly
-gear simufam --num-fams 100 --num-markers 100 --ld 0.8 --rec 0.1 --out poly
-gear simufam --num-fams 100 --num-markers 100 --ld 0.8 --rec-sex 0.1,0.2 --out poly
-gear simufam --num-fams 100 --num-markers 100 --ld 0.8 --rec-rand --make-bed --out poly
+gear simufam --num-fam 100 --num-marker 100 --ld 0.8 --rec 0.1 --out poly
+gear simufam --num-fam 100 --num-marker 100 --ld 0.8 --rec-sex 0.1,0.2 --out poly
+gear simufam --num-fam 100 --num-marker 100 --ld 0.8 --rec-rand --make-bed --out poly
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guobo Chen</dc:creator><pubDate>Sat, 25 Jan 2014 07:41:31 -0000</pubDate><guid>https://sourceforge.net03420c93d51ef1d78728e2d92ad9e78b21d7efbe</guid></item><item><title>SimuFamily modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/SimuFamily/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -23,6 +23,9 @@
 -r, --rec 
 Specify a universal recombination fraction, which is applied to the genome.

+-rs, --rec-sex 
+Specify a universal recombination fractions for males and females.
+
 -rr, --rec-rand
 Randomly generate recombination fractions in a uniform distribution from 0 to 0.5.

@@ -33,4 +36,5 @@
 gear simufam --num-fams 100 --num-markers 100 --out poly
 gear simufam -f 100 -m 100 -b -o poly
 gear simufam --num-fams 100 --num-markers 100 --ld 0.8 --rec 0.1 --out poly
+gear simufam --num-fams 100 --num-markers 100 --ld 0.8 --rec-sex 0.1,0.2 --out poly
 gear simufam --num-fams 100 --num-markers 100 --ld 0.8 --rec-rand --make-bed --out poly
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guobo Chen</dc:creator><pubDate>Sat, 25 Jan 2014 07:40:30 -0000</pubDate><guid>https://sourceforge.net54654eb1abf650ed0b84ca7391dd3e371472d2c0</guid></item><item><title>SimuFamily modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/SimuFamily/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -20,6 +20,17 @@
 -o,--out 
 Specify the output root filename

+-r, --rec 
+Specify a universal recombination fraction, which is applied to the genome.
+
+-rr, --rec-rand
+Randomly generate recombination fractions in a uniform distribution from 0 to 0.5.
+
+-l, --ld 
+Specify a universal ld (in DPrime).
+
 **Example**
 gear simufam --num-fams 100 --num-markers 100 --out poly
 gear simufam -f 100 -m 100 -b -o poly
+gear simufam --num-fams 100 --num-markers 100 --ld 0.8 --rec 0.1 --out poly
+gear simufam --num-fams 100 --num-markers 100 --ld 0.8 --rec-rand --make-bed --out poly
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guobo Chen</dc:creator><pubDate>Sat, 18 Jan 2014 03:22:26 -0000</pubDate><guid>https://sourceforge.net7d45402d10d41d1e52dc71b042765e0f23738433</guid></item><item><title>SimuFamily modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/SimuFamily/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -8,7 +8,7 @@
 -f,--num-fams 
 Specify the number of families.

--m,--num-fams 
+-m,--num-markers 
 Specifiy the number of markers.

 -s,--seed 
@@ -21,5 +21,5 @@
 Specify the output root filename

 **Example**
-gear simufam --num-fams 100 --num-fams 100 --out poly
+gear simufam --num-fams 100 --num-markers 100 --out poly
 gear simufam -f 100 -m 100 -b -o poly
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guobo Chen</dc:creator><pubDate>Sat, 11 Jan 2014 11:14:13 -0000</pubDate><guid>https://sourceforge.netd8866b26371b39ff94f60026e994766405ee55d8</guid></item><item><title>SimuFamily modified by Zhixiang Zhu</title><link>https://sourceforge.net/p/gbchen/wiki/SimuFamily/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,21 +1,25 @@
-
 ##Simulation for nuclear family##
 ------------------------
-It is a very naive simulation for discordant nuclear families.  Equi-biallelic loci are simulated for discordant family.
+It is a very naive simulation for discordant nuclear sib-pair families.  Equi-biallelic loci are simulated for discordant family.

-**Master command**
---simu-fam
-The master option to simulate nuclear discordant sib-pair families.
+**Subcommand: ** simufam

---simu-fam-size
+**Available Options**
+-f,--num-fams 
 Specify the number of families.

---simu-fam-marker
+-m,--num-fams 
 Specifiy the number of markers.

---simu-seed
-Specify the seed for simulation.
+-s,--seed 
+Specify the seed of random number generator.

-Example
-gear --simu-fam --simu-fam-size 100 --simu-fam-marker 100 --out poly
-gear --simu-fam --simu-fam-size 100 --simu-fam-marker 100 --make-bed --out poly
+-b,--make-bed
+If this option is set, then .bed, .bim and .fam files will be outputted; otherwise .ped and .map files will be outputted.
+
+-o,--out 
+Specify the output root filename
+
+**Example**
+gear simufam --num-fams 100 --num-fams 100 --out poly
+gear simufam -f 100 -m 100 -b -o poly
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zhixiang Zhu</dc:creator><pubDate>Sat, 21 Sep 2013 17:10:58 -0000</pubDate><guid>https://sourceforge.netff3ec2100a59a77bf07b0a14b47733318c2c1227</guid></item></channel></rss>