<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/chipseqanalyzer/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/chipseqanalyzer/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 02 Apr 2014 09:08:24 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/chipseqanalyzer/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Yannick Boursin</title><link>https://sourceforge.net/p/chipseqanalyzer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1 +1,32 @@
+ChipSeqAnalyzer is a python program aimed at discovering transcription factor binding sites, originally in the yeast Candida glabrata. It takes Chip-Seq data as input, and outputs html reports from RSAT / Peak-motifs.

+*** Dependencies ***
+
+To run ChipSeqAnalyzer, you will need many tools and library installed on your computer.
+1. R (designed with 2.15.1)
+2. bPeaks R module (designed with 1.2)
+    * Python &gt;= 2.6
+    * rpy2 (designed with 2.2.1)
+    * termcolor (designed with 1.1.0)
+3. RSAT (created by J. van Helden, requires licensing, free for academical use)
+    * peak-motif
+    * perl / python and many perl modules (follow RSAT manual)
+    * you may need to install additionnal libraries in order for perl to install its modules (eg. libgd2)
+4. Any browser
+
+*** How to run ? ***
+
+*** python ChipSeqAnalyzer -h *** for help
+
+You will need six input files :
+1. Sample 1 (condition 1)
+2. Sample 2 (condition 2)
+3. Control Data
+4. The Genome of your organism
+5. The annotated Genome of your organism with ORF annotation
+6. Jaspar Matrix
+
+I provided a modified Jaspar Matrix which takes into account YRE elements. Feel free to modify your own or to modify it.
+
+From shell, run :
+python ChipSeqAnalyzer.py --Genome *your genome* --Output *bPeaks output file name for condition 1* --Output2 *bPeaks output file name for condition 2* --IPData *data for sample 1* --IPData2 *data for sample 2* --ControlData *control data* --Jaspar *your jaspar matrix*
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yannick Boursin</dc:creator><pubDate>Wed, 02 Apr 2014 09:08:24 -0000</pubDate><guid>https://sourceforge.net1bfa4319aa66f507e73db1413330deec46f53d15</guid></item><item><title>Home modified by Yannick Boursin</title><link>https://sourceforge.net/p/chipseqanalyzer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1 @@
-Welcome to your wiki!

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/chipseqanalyzer/wiki/markdown_syntax/) syntax.
-
-[[members limit=20]]
-[[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yannick Boursin</dc:creator><pubDate>Wed, 02 Apr 2014 08:55:04 -0000</pubDate><guid>https://sourceforge.neta920910ee25c78e53e8e1edc4922d01c31a1056a</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/chipseqanalyzer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;ChipSeqAnalyzer is a python program aimed at discovering transcription factor binding sites, originally in the yeast Candida glabrata. It takes Chip-Seq data as input, and outputs html reports from RSAT / Peak-motifs.&lt;/p&gt;
&lt;h2 id="dependencies"&gt;Dependencies&lt;/h2&gt;
&lt;p&gt;To run ChipSeqAnalyzer, you will need many tools and library installed on your computer.&lt;br /&gt;
&lt;em&gt; R (designed with 2.15.1)&lt;br /&gt;
&lt;/em&gt;* bPeaks R module (designed with 1.2=&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Python &amp;gt;= 2.6&lt;br /&gt;
&lt;strong&gt; rpy2 (designed with 2.2.1)&lt;br /&gt;
&lt;/strong&gt; termcolor (designed with 1.1.0)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;RSAT (created by J. van Helden, requires licensing, free for academical use)&lt;br /&gt;
** peak-motif&lt;br /&gt;
&lt;strong&gt;&lt;em&gt; perl / python and many perl modules (follow RSAT manual)&lt;br /&gt;
&lt;/em&gt;&lt;/strong&gt; you may need to install additionnal libraries in order for perl to install its modules (eg. libgd2 ...)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Any browser&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="how-to-run"&gt;How to run ?&lt;/h2&gt;
&lt;p&gt;You will need three input files : &lt;br /&gt;
&lt;em&gt; Sample 1 (condition 1)&lt;br /&gt;
&lt;/em&gt; Sample 2 (condition 2)&lt;br /&gt;
&lt;em&gt; Control Data&lt;br /&gt;
&lt;/em&gt; The Genome of your organism&lt;br /&gt;
&lt;em&gt; The annotated Genome of your organism with ORF annotation&lt;br /&gt;
&lt;/em&gt; Jaspar Matrix&lt;/p&gt;
&lt;p&gt;I provided a modified Jaspar Matrix which takes into account YRE elements. Feel free to modify your own or to modify it.&lt;/p&gt;
&lt;p&gt;From shell, run :&lt;br /&gt;
python ChipSeqAnalyzer.py --Genome  --Output  --Output2  --IPData  --IPData2  --ControlData  --Jaspar &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yannick Boursin</dc:creator><pubDate>Wed, 02 Apr 2014 08:54:34 -0000</pubDate><guid>https://sourceforge.neta6b76ab1dd5783d0fea081fa70457ebb3aaa5a3b</guid></item><item><title>Home modified by Yannick Boursin</title><link>https://sourceforge.net/p/chipseqanalyzer/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/chipseqanalyzer/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/ovoids/"&gt;Yannick Boursin&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-52d36ae290954757ca5ad353" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Yannick Boursin</dc:creator><pubDate>Mon, 13 Jan 2014 04:26:11 -0000</pubDate><guid>https://sourceforge.net7c96a0a325a1b716a032696a9f1a27bf421271ca</guid></item></channel></rss>