<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Forward Simulation</title><link>https://sourceforge.net/p/forwardsimulation/wiki/Forward%2520Simulation/</link><description>Recent changes to Forward Simulation</description><atom:link href="https://sourceforge.net/p/forwardsimulation/wiki/Forward%20Simulation/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 05 Jan 2014 20:14:05 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/forwardsimulation/wiki/Forward%20Simulation/feed" rel="self" type="application/rss+xml"/><item><title>Forward Simulation modified by Victor Spirin</title><link>https://sourceforge.net/p/forwardsimulation/wiki/Forward%2520Simulation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Victor Spirin</dc:creator><pubDate>Sun, 05 Jan 2014 20:14:05 -0000</pubDate><guid>https://sourceforge.net3497d3f8607d6c565396b08cf7d47c669ea94814</guid></item><item><title>Forward Simulation modified by Victor Spirin</title><link>https://sourceforge.net/p/forwardsimulation/wiki/Forward%2520Simulation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Victor Spirin</dc:creator><pubDate>Sun, 05 Jan 2014 20:13:08 -0000</pubDate><guid>https://sourceforge.net3152dac66b7c6abd33888ea7436da19ed6d705d6</guid></item><item><title>Forward Simulation modified by Victor Spirin</title><link>https://sourceforge.net/p/forwardsimulation/wiki/Forward%2520Simulation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Victor Spirin</dc:creator><pubDate>Sun, 05 Jan 2014 19:34:17 -0000</pubDate><guid>https://sourceforge.net7f14643b1e5cf1293257324c42afc76365a1c431</guid></item><item><title>Forward Simulation modified by Victor Spirin</title><link>https://sourceforge.net/p/forwardsimulation/wiki/Forward%2520Simulation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -3,7 +3,7 @@
 Population with size P&lt;sub&gt;1&lt;/sub&gt;+P&lt;sub&gt;2&lt;/sub&gt; evolves for BURNIN generations in units of 2(P&lt;sub&gt;1&lt;/sub&gt;+P&lt;sub&gt;2&lt;/sub&gt;).
 After BURNIN, this population evolves further with the same parameters
 and at _tSpeciation_ splits into two populations with sizes P&lt;sub&gt;1&lt;/sub&gt; and P&lt;sub&gt;2&lt;/sub&gt;.
-These two populations evolve independently for _tSweepStart_ - _tSpeciation generations
+These two populations evolve independently for _tSweepStart_ - _tSpeciation_ generations
 with _m_ individuals per generation migrating from Population 2 to Population 1.
 At _tSweepStart_ selection switches on in Population 1 --- either on a random site
 or on a predefined genome region.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Victor Spirin</dc:creator><pubDate>Sun, 05 Jan 2014 19:26:48 -0000</pubDate><guid>https://sourceforge.net2b6ef6eea9d1b51eeffa046ce83b24f66c93c483</guid></item><item><title>Forward Simulation modified by Victor Spirin</title><link>https://sourceforge.net/p/forwardsimulation/wiki/Forward%2520Simulation/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="overview"&gt;Overview&lt;/h1&gt;
&lt;p&gt;Population with size P&lt;sub&gt;1&lt;/sub&gt;+P&lt;sub&gt;2&lt;/sub&gt; evolves for BURNIN generations in units of 2(P&lt;sub&gt;1&lt;/sub&gt;+P&lt;sub&gt;2&lt;/sub&gt;).&lt;br /&gt;
After BURNIN, this population evolves further with the same parameters&lt;br /&gt;
and at &lt;em&gt;tSpeciation&lt;/em&gt; splits into two populations with sizes P&lt;sub&gt;1&lt;/sub&gt; and P&lt;sub&gt;2&lt;/sub&gt;.&lt;br /&gt;
These two populations evolve independently for &lt;em&gt;tSweepStart&lt;/em&gt; - &lt;em&gt;tSpeciation generations&lt;br /&gt;
with _m&lt;/em&gt; individuals per generation migrating from Population 2 to Population 1.&lt;br /&gt;
At &lt;em&gt;tSweepStart&lt;/em&gt; selection switches on in Population 1 --- either on a random site&lt;br /&gt;
or on a predefined genome region.&lt;/p&gt;
&lt;p&gt;All or only a fraction of sites int this region may be under selection.&lt;br /&gt;
Fitness may also be simply 1 if we have none of the alleles in the selected region,&lt;br /&gt;
or 1+&lt;em&gt;s&lt;/em&gt; if we have any of the alleles in the selected region (regardless of how many&lt;br /&gt;
and whether they are homozygous or heterozygous).  The user can&lt;br /&gt;
specify the dominance parameter &lt;em&gt;h&lt;/em&gt;, which will make heterozygote&lt;br /&gt;
fitness in both populations to &lt;em&gt;1+hs&lt;/em&gt;.  Additionally, two more fitness&lt;br /&gt;
options are available. Truncation selection and simple synergistic&lt;br /&gt;
epistasis.  Truncation selection sets fitness to zero if the number of&lt;br /&gt;
mutated sites is larger than a prespecified threshold.  Simple&lt;br /&gt;
synergistic epistasis models fitness using an additional quadratic&lt;br /&gt;
term &lt;em&gt;f&lt;/em&gt; = 1+&lt;em&gt;as&lt;/em&gt;+&lt;em&gt;bs&lt;/em&gt;&lt;sup&gt;2&lt;/sup&gt;.  The parameters &lt;em&gt;a&lt;/em&gt; and &lt;em&gt;b&lt;/em&gt; can be specified by&lt;br /&gt;
the user.&lt;/p&gt;
&lt;p&gt;These two populations evolve for further &lt;em&gt;tTotal&lt;/em&gt; - &lt;em&gt;tSweepStart&lt;/em&gt; generations&lt;br /&gt;
with selection in Population 1 and migration from Population 2 to&lt;br /&gt;
Population 1.  Populations 1 and/or 2 may start expansion after BURNIN.&lt;/p&gt;
&lt;p&gt;All time units are in 2(P&lt;sub&gt;1&lt;/sub&gt;+P&lt;sub&gt;2&lt;/sub&gt;) generations.&lt;/p&gt;
&lt;p&gt;All evolutionary event times are measured from the end of BURNIN.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Victor Spirin</dc:creator><pubDate>Sun, 05 Jan 2014 19:25:37 -0000</pubDate><guid>https://sourceforge.net8c286d6dd27c3bb6dc131063f5e6305ae08d4d96</guid></item></channel></rss>