<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Walkthrough_toy</title><link>https://sourceforge.net/p/simulates/wiki/Walkthrough_toy/</link><description>Recent changes to Walkthrough_toy</description><atom:link href="https://sourceforge.net/p/simulates/wiki/Walkthrough_toy/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 25 Jul 2017 13:09:15 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/simulates/wiki/Walkthrough_toy/feed" rel="self" type="application/rss+xml"/><item><title>Walkthrough_toy modified by Robert Kofler</title><link>https://sourceforge.net/p/simulates/wiki/Walkthrough_toy/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,5 +1,5 @@
 # Introduction
-Despite our best efforts, it may sometimes be unclear how our DSL for describing TE landscape is behaving in detail. In this case you have the option to either contact the author or test the behaviour yourself using toy examples.
+Despite our best efforts, it may sometimes be unclear how our DSL for describing TE landscape is behaving in detail. In this case, you have the option to either contact the author or test the behaviour yourself using toy examples.

 While you are always welcome to contact me (Robert Kofler), evaluating the behaviour of SimulaTE with toy examples has several key advantages:

@@ -10,7 +10,7 @@

 # Walkthrough: behaviour of TSD algorithm
 ## the questions
-In this walkthrough we are interested in the behaviour of the algorithm generating the TSD. In particular we want to find out i) which bases are duplicated and ii) whether child TEs  inherit the TSD of the parent TEs. (Of course these details are also explained in the manual; we use these details solely to demonstrate how to generate toy examples).
+In this walkthrough we are interested in the behaviour of the algorithm generating the TSD. In particular we want to find out i) which bases are duplicated and ii) whether child TEs  inherit the TSD of the parent TEs. (Of course these details are also explained in the manual; we use these walkthrough solely to demonstrate the generation of toy examples).

 ## the toy example

@@ -24,7 +24,7 @@
 7 * child
 ~~~~~

-**Note**: we used a chassis reference genome of "123456789" to facilitate identification of the exact insertion site. Of course,  apart from toy examples a chassis consisting solely of "ATCG" should be
+**Note**: we used a chassis reference genome of "123456789" to facilitate identification of the exact insertion site. Of course,  apart from toy examples a chassis consisting solely of "ATCG" should be used
 **Note** the parent has the sequence *TTT* and a TSD of 2bp is specificed
 **Note** the child has the sequence of the parent and a nested insertion (*CC*) at position 2
 **Note** we generate two sequences; one with the TE *parent* inserted at position 3 and one with the TE *child* inserted at position 7
@@ -47,7 +47,7 @@
 ~~~~~

 These two sequences demonstrate
-* the 3' bases are used for the TSD (the sequence *23* is duplicated)
+* the 5' bases are used for the TSD (the sequence *23* is duplicated)
 * the child inherits the TSD of the parent (the sequence *67* is duplicated, although we did not specifiy a TSD for the *child* TE)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Kofler</dc:creator><pubDate>Tue, 25 Jul 2017 13:09:15 -0000</pubDate><guid>https://sourceforge.net990c45a7c09a21a5692d4a3b7e491f5e5fe86959</guid></item><item><title>Walkthrough_toy modified by Robert Kofler</title><link>https://sourceforge.net/p/simulates/wiki/Walkthrough_toy/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,11 +1,11 @@
 # Introduction
-Despite we tried our best it may sometimes not be clear how the DSL of  SimulaTE is behaving. In this case you have the option to either contact the author or evaluate the behaviour using toy examples.
+Despite our best efforts, it may sometimes be unclear how our DSL for describing TE landscape is behaving in detail. In this case you have the option to either contact the author or test the behaviour yourself using toy examples.

 While you are always welcome to contact me (Robert Kofler), evaluating the behaviour of SimulaTE with toy examples has several key advantages:

  * even authors of tools tend to forget details of the implementation; so a response must not necessarily be correct
- * you can answer any questions immediatelly; so no waiting time for author response
- * you gain confidence in the tool (not relying on second hand lore)
+ * you can answer any questions immediatelly; so its not necessary to wait for the author response
+ * you gain confidence in the tool (because you know the behaviour from first hand experience)

 # Walkthrough: behaviour of TSD algorithm
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Kofler</dc:creator><pubDate>Wed, 12 Jul 2017 11:45:44 -0000</pubDate><guid>https://sourceforge.net9aed338619c62efba236c7d00fbb955e2f576c31</guid></item><item><title>Walkthrough_toy modified by Robert Kofler</title><link>https://sourceforge.net/p/simulates/wiki/Walkthrough_toy/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -8,9 +8,9 @@
  * you gain confidence in the tool (not relying on second hand lore)

-# Walkthrough, behaviour of TSD
+# Walkthrough: behaviour of TSD algorithm
 ## the questions
-In this walkthrough we are interested in the behaviour of the TSD. In particular we want to find out which bases are duplicated and if child TEs (using our DSL) inherit the TSD of the parent. Note these things are mentioned in the manual, so this serves merely as an illustration on how to generate toy examples;
+In this walkthrough we are interested in the behaviour of the algorithm generating the TSD. In particular we want to find out i) which bases are duplicated and ii) whether child TEs  inherit the TSD of the parent TEs. (Of course these details are also explained in the manual; we use these details solely to demonstrate how to generate toy examples).

 ## the toy example

@@ -27,11 +27,12 @@
 **Note**: we used a chassis reference genome of "123456789" to facilitate identification of the exact insertion site. Of course,  apart from toy examples a chassis consisting solely of "ATCG" should be
 **Note** the parent has the sequence *TTT* and a TSD of 2bp is specificed
 **Note** the child has the sequence of the parent and a nested insertion (*CC*) at position 2
+**Note** we generate two sequences; one with the TE *parent* inserted at position 3 and one with the TE *child* inserted at position 7

-We generate the population genome file using
+We generate the population genome file using:

 ~~~~~
-python ~/dev/simulate/build-population-genome.py --pgd toy.pgd --output toy.pg
+python build-population-genome.py --pgd toy.pgd --output toy.pg
 ~~~~~

@@ -45,8 +46,8 @@
 1234567AACCA6789
 ~~~~~

-This demonstrates:
-* the 3' bases are used for the TSD
-* the child inherits the TSD of the parent (i.e. 2bp TSD)
+These two sequences demonstrate
+* the 3' bases are used for the TSD (the sequence *23* is duplicated)
+* the child inherits the TSD of the parent (the sequence *67* is duplicated, although we did not specifiy a TSD for the *child* TE)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Kofler</dc:creator><pubDate>Wed, 12 Jul 2017 11:40:48 -0000</pubDate><guid>https://sourceforge.net500235fdda980d4bd0ea20c93fcfe4a50a5cefb4</guid></item><item><title>Walkthrough_toy modified by Robert Kofler</title><link>https://sourceforge.net/p/simulates/wiki/Walkthrough_toy/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -9,10 +9,44 @@

 # Walkthrough, behaviour of TSD
-## Questions
+## the questions
 In this walkthrough we are interested in the behaviour of the TSD. In particular we want to find out which bases are duplicated and if child TEs (using our DSL) inherit the TSD of the parent. Note these things are mentioned in the manual, so this serves merely as an illustration on how to generate toy examples;

 ## the toy example

-We construct a pgd-file that can answer our question
+To answer our question we create the following pgd file

+~~~~~
+chassis="123456789"
+parent="TTT"+2bp
+child=parent-{2:"CC"}
+3 parent *
+7 * child
+~~~~~
+
+**Note**: we used a chassis reference genome of "123456789" to facilitate identification of the exact insertion site. Of course,  apart from toy examples a chassis consisting solely of "ATCG" should be
+**Note** the parent has the sequence *TTT* and a TSD of 2bp is specificed
+**Note** the child has the sequence of the parent and a nested insertion (*CC*) at position 2
+
+We generate the population genome file using
+
+~~~~~
+python ~/dev/simulate/build-population-genome.py --pgd toy.pgd --output toy.pg
+~~~~~
+
+
+## the result
+Following the output (e.g. *less toy.pg*)
+
+~~~~~
+&amp;gt;hg1
+123TTT23456789
+&amp;gt;hg2
+1234567AACCA6789
+~~~~~
+
+This demonstrates:
+* the 3' bases are used for the TSD
+* the child inherits the TSD of the parent (i.e. 2bp TSD)
+
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Kofler</dc:creator><pubDate>Wed, 12 Jul 2017 10:36:32 -0000</pubDate><guid>https://sourceforge.netae0529da0cdcb4af54c76b070e9e804721958cb8</guid></item><item><title>Walkthrough_toy modified by Robert Kofler</title><link>https://sourceforge.net/p/simulates/wiki/Walkthrough_toy/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="introduction"&gt;Introduction&lt;/h1&gt;
&lt;p&gt;Despite we tried our best it may sometimes not be clear how the DSL of  SimulaTE is behaving. In this case you have the option to either contact the author or evaluate the behaviour using toy examples.&lt;/p&gt;
&lt;p&gt;While you are always welcome to contact me (Robert Kofler), evaluating the behaviour of SimulaTE with toy examples has several key advantages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;even authors of tools tend to forget details of the implementation; so a response must not necessarily be correct&lt;/li&gt;
&lt;li&gt;you can answer any questions immediatelly; so no waiting time for author response&lt;/li&gt;
&lt;li&gt;you gain confidence in the tool (not relying on second hand lore)&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id="walkthrough-behaviour-of-tsd"&gt;Walkthrough, behaviour of TSD&lt;/h1&gt;
&lt;h2 id="questions"&gt;Questions&lt;/h2&gt;
&lt;p&gt;In this walkthrough we are interested in the behaviour of the TSD. In particular we want to find out which bases are duplicated and if child TEs (using our DSL) inherit the TSD of the parent. Note these things are mentioned in the manual, so this serves merely as an illustration on how to generate toy examples;&lt;/p&gt;
&lt;h2 id="the-toy-example"&gt;the toy example&lt;/h2&gt;
&lt;p&gt;We construct a pgd-file that can answer our question&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Kofler</dc:creator><pubDate>Wed, 12 Jul 2017 10:16:16 -0000</pubDate><guid>https://sourceforge.neta21db222ac36eb5b8693f3eac5e96aa75f0f79ee</guid></item></channel></rss>