<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to FAQ</title><link>https://sourceforge.net/p/arden/wiki/FAQ/</link><description>Recent changes to FAQ</description><atom:link href="https://sourceforge.net/p/arden/wiki/FAQ/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 25 Apr 2013 11:56:58 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/arden/wiki/FAQ/feed" rel="self" type="application/rss+xml"/><item><title>FAQ modified by Giese, Sven</title><link>https://sourceforge.net/p/arden/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -29,9 +29,9 @@
 \#:/data/test/artificial_2.fasta
 &amp;:/data/test/reads.fastq
 @MyMapper
-bamref:/data/test/reference.sam
-bamarg:/data/test/artificial_1.sam
-bamarg:/data/test/artificial_2.sam
+ref:/data/test/reference.sam
+art:/data/test/artificial_1.sam
+art:/data/test/artificial_2.sam
 +
 &lt;code&gt;

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Giese, Sven</dc:creator><pubDate>Thu, 25 Apr 2013 11:56:58 -0000</pubDate><guid>https://sourceforge.net03604358f60989451f7bc1d829a612fa36ed5fdf</guid></item><item><title>WikiPage FAQ modified by Giese, Sven</title><link>https://sourceforge.net/p/arden/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -35,8 +35,8 @@
 +
 &lt;code&gt;

-
-
+&lt;b&gt;Q6: How do I compute the best cut-off?&lt;/b&gt;
+To find a good cut-off it is required to have a look at the generated ROC tables. Since ARDEN provides detailed information about sensitivity, specificity and AUC it is up to the user to choose an appropriate error level. Sorting the ROC tables, by PTP and FP might also give a good overview for suitable cut-offs.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Giese, Sven</dc:creator><pubDate>Fri, 15 Mar 2013 09:40:14 -0000</pubDate><guid>https://sourceforge.netbbea78fd0bb569710cd3c608f96eaf64062e3541</guid></item><item><title>WikiPage FAQ modified by Giese, Sven</title><link>https://sourceforge.net/p/arden/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -25,8 +25,8 @@

 &lt;code&gt; 
 $:/data/test/reference.fasta
-#:/data/test/artificial_1.fasta
-#:/data/test/artificial_2.fasta
+\#:/data/test/artificial_1.fasta
+\#:/data/test/artificial_2.fasta
 &amp;:/data/test/reads.fastq
 @MyMapper
 bamref:/data/test/reference.sam
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Giese, Sven</dc:creator><pubDate>Mon, 11 Mar 2013 16:40:35 -0000</pubDate><guid>https://sourceforge.net6ce353fa97e88be0d5875dd0d311c9a9a78224e0</guid></item><item><title>WikiPage FAQ modified by Giese, Sven</title><link>https://sourceforge.net/p/arden/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -19,7 +19,26 @@

 At the moment there is no support for this kind of input. ARDEN expects the input fasta file to have no "N"s and have a single entry per fasta file.

+&lt;b&gt;Q6: How can I analyze multiple artificial references?&lt;/b&gt;
+
+To include multiple artificial references &lt;b&gt;(A)&lt;/b&gt; with e.g. varying distances additional lines in the control.ini file are necessary. For each additional &lt;b&gt;A&lt;/b&gt; an extra line starting with '#' has to be added to the header. In the same ordering the alignments in sam format have to be added. Such .ini file could look like this:
+
+&lt;code&gt; 
+$:/data/test/reference.fasta
+#:/data/test/artificial_1.fasta
+#:/data/test/artificial_2.fasta
+&amp;:/data/test/reads.fastq
+@MyMapper
+bamref:/data/test/reference.sam
+bamarg:/data/test/artificial_1.sam
+bamarg:/data/test/artificial_2.sam
++
+&lt;code&gt; 

-If your question was not covered here do not hesitate sending me an email:
-gieseS_at_rki.de (without underscores).
+
+
+
+
+
+If your question was not covered here do not hesitate to send an email.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Giese, Sven</dc:creator><pubDate>Mon, 11 Mar 2013 16:40:08 -0000</pubDate><guid>https://sourceforge.net10bc8e81460d10355e978153c249c03a9de37dad</guid></item><item><title>WikiPage FAQ modified by Giese, Sven</title><link>https://sourceforge.net/p/arden/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -15,9 +15,11 @@
  Contact the authors. If there is something wrong with the output format of mapper x it may also result in wrong computations within ARDEN.

-If you think something really important is not covered here, do not hesitate sending me an email:
-gieseS_at_rki.de (without underscores).
-
 &lt;b&gt;Q5: How can I create artificial references for several chromosomes?&lt;/b&gt;

 At the moment there is no support for this kind of input. ARDEN expects the input fasta file to have no "N"s and have a single entry per fasta file.
+
+
+
+If your question was not covered here do not hesitate sending me an email:
+gieseS_at_rki.de (without underscores).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Giese, Sven</dc:creator><pubDate>Thu, 07 Mar 2013 14:29:53 -0000</pubDate><guid>https://sourceforge.net9fb8fa501e5387175c6048877ab5a9f03b7cf8af</guid></item><item><title>WikiPage FAQ modified by Giese, Sven</title><link>https://sourceforge.net/p/arden/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -16,8 +16,8 @@

 If you think something really important is not covered here, do not hesitate sending me an email:
-gieseS_at_rki.de (withour underscores).
+gieseS_at_rki.de (without underscores).

-&lt;b&gt;Q5: How can I create an artificial references for several chromosomes?&lt;/b&gt;
+&lt;b&gt;Q5: How can I create artificial references for several chromosomes?&lt;/b&gt;

 At the moment there is no support for this kind of input. ARDEN expects the input fasta file to have no "N"s and have a single entry per fasta file.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Giese, Sven</dc:creator><pubDate>Tue, 05 Mar 2013 14:00:06 -0000</pubDate><guid>https://sourceforge.nete7fa0198377c7c2581da0ec036cb9a23c7ca65d3</guid></item><item><title>WikiPage FAQ modified by Giese, Sven</title><link>https://sourceforge.net/p/arden/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,19 +1,23 @@
-&lt;b&gt;Does ARDEN support paired end reads? &lt;/b&gt;
+&lt;b&gt;Q1:Does ARDEN support paired end reads? &lt;/b&gt;

 There is no native support for paired ends. It is possible to treat these as single end reads and adjust the analysis.

-&lt;b&gt; What is the recommended distance parameter for creating the artificial reference?&lt;/b&gt;
+&lt;b&gt;Q2: What is the recommended distance parameter for creating the artificial reference?&lt;/b&gt;

 There is no &lt;i&gt;optimal&lt;/i&gt; value. The distance (&lt;b&gt;d&lt;/b&gt;) parameter strongly depends on your application (error level) and your read length. It should be chosen according to your error level (e.g. read length= 100, error level= 5%, a reasonable choice would be &lt;b&gt;d&lt;/b&gt;=21.

-&lt;b&gt; I want to compare a lot of different mappers, how can I decrease the runtime?&lt;/b&gt;
+&lt;b&gt;Q3: I want to compare a lot of different mappers, how can I decrease the runtime?&lt;/b&gt;

  The initial implementation has no support for parallel analysis. It is however possible to split the    input file accordingly in x-parts. The result files need to be put together manually.

-&lt;b&gt; Mapper x cannot be sorted with SAM tools, how can I fix this?&lt;/b&gt;
+&lt;b&gt;Q4: Mapper x cannot be sorted with SAM tools, how can I fix this?&lt;/b&gt;

  Contact the authors. If there is something wrong with the output format of mapper x it may also result in wrong computations within ARDEN.

 If you think something really important is not covered here, do not hesitate sending me an email:
 gieseS_at_rki.de (withour underscores).
+
+&lt;b&gt;Q5: How can I create an artificial references for several chromosomes?&lt;/b&gt;
+
+At the moment there is no support for this kind of input. ARDEN expects the input fasta file to have no "N"s and have a single entry per fasta file.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Giese, Sven</dc:creator><pubDate>Tue, 05 Mar 2013 13:59:22 -0000</pubDate><guid>https://sourceforge.net0abd35a2b0b1846d2c12c0680fc6c5c8ecdb6772</guid></item><item><title>WikiPage FAQ modified by Giese, Sven</title><link>https://sourceforge.net/p/arden/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,7 +1,19 @@
-
-&lt;b&gt;Does ARDEN support paired end reas? &lt;/b&gt;
+&lt;b&gt;Does ARDEN support paired end reads? &lt;/b&gt;

 There is no native support for paired ends. It is possible to treat these as single end reads and adjust the analysis.

 &lt;b&gt; What is the recommended distance parameter for creating the artificial reference?&lt;/b&gt;
+
 There is no &lt;i&gt;optimal&lt;/i&gt; value. The distance (&lt;b&gt;d&lt;/b&gt;) parameter strongly depends on your application (error level) and your read length. It should be chosen according to your error level (e.g. read length= 100, error level= 5%, a reasonable choice would be &lt;b&gt;d&lt;/b&gt;=21.
+
+&lt;b&gt; I want to compare a lot of different mappers, how can I decrease the runtime?&lt;/b&gt;
+
+ The initial implementation has no support for parallel analysis. It is however possible to split the    input file accordingly in x-parts. The result files need to be put together manually.
+
+&lt;b&gt; Mapper x cannot be sorted with SAM tools, how can I fix this?&lt;/b&gt;
+
+ Contact the authors. If there is something wrong with the output format of mapper x it may also result in wrong computations within ARDEN.
+
+
+If you think something really important is not covered here, do not hesitate sending me an email:
+gieseS_at_rki.de (withour underscores).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Giese, Sven</dc:creator><pubDate>Mon, 04 Mar 2013 11:35:01 -0000</pubDate><guid>https://sourceforge.netaa5f9539aff8b7ebe0819a59f2b7f629bbbd573e</guid></item><item><title>WikiPage FAQ modified by Giese, Sven</title><link>https://sourceforge.net/p/arden/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;b&gt;Does ARDEN support paired end reas? &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;There is no native support for paired ends. It is possible to treat these as single end reads and adjust the analysis.&lt;/p&gt;
&lt;p&gt;&lt;b&gt; What is the recommended distance parameter for creating the artificial reference?&lt;/b&gt;&lt;br /&gt;
There is no &lt;i&gt;optimal&lt;/i&gt; value. The distance (&lt;b&gt;d&lt;/b&gt;) parameter strongly depends on your application (error level) and your read length. It should be chosen according to your error level (e.g. read length= 100, error level= 5%, a reasonable choice would be &lt;b&gt;d&lt;/b&gt;=21.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Giese, Sven</dc:creator><pubDate>Mon, 04 Mar 2013 11:21:40 -0000</pubDate><guid>https://sourceforge.nete8251ce1f82e2c7d7bdd651897399a70ae9864d8</guid></item></channel></rss>