<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to DataManager</title><link>https://sourceforge.net/p/gbchen/wiki/DataManager/</link><description>Recent changes to DataManager</description><atom:link href="https://sourceforge.net/p/gbchen/wiki/DataManager/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 08 Dec 2014 11:07:09 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gbchen/wiki/DataManager/feed" rel="self" type="application/rss+xml"/><item><title>DataManager modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/DataManager/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -25,3 +25,17 @@
 gear --bfile --zero-geno 0.05 --make-bed --out test_zero
 gear --bfile --zero-geno 0.05 --make-bed --seed 2014 --out test_zero
 ~~~~~~~~~
+
+**comsnp**
+Extract consensus SNPs from multiple bfiles.
+
+~~~~~
+gear comsnp --bfiles bfile1 bfile2 --test
+gear comsnp --batch batch.txt --out
+~~~~~
+In batch.txt, it reads
+
+~~~~~
+bfile1
+bfile2
+~~~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guobo Chen</dc:creator><pubDate>Mon, 08 Dec 2014 11:07:09 -0000</pubDate><guid>https://sourceforge.net6f548143c99f661509b621c26883878deb33e1bd</guid></item><item><title>DataManager modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/DataManager/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -2,21 +2,26 @@
 ------------------

 Options
-order-ind [arg]
-Order individuals as shown in order.txt.  Only matched individuals will be printed out.  It is a more powerful option than --keep, which does not order individuals.  It only works with --make-bed.

-Example
+**order-ind** [arg]
+Order individuals as shown in order.txt.  Only matched individuals will be printed out.  It is a more powerful option than --keep, which does not order individuals.  It only works with --make-bed. Example
+
+~~~~~~~
 gear --bfile test --order-ind order.txt --make-bed --out test_od
+~~~~~~~

-remove-atgc
-Remove loci their alleles are A/T or G/C.
+**remove-atgc**
+Remove loci their alleles are A/T or G/C. Example

-Example
+~~~~~~~~
 gear --bfile test --remove-atgc --make-bed --out test_noatgc
+~~~~~~~~

-zero-geno [arg]
-Specify the missing rate for the data. By changing the seed, the missing genotypes can be different in each run.

-Example
+**zero-geno** [arg]
+Specify the missing rate for the data. By changing the seed, the missing genotypes can be different in each run. Example
+
+~~~~~~~~~
 gear --bfile --zero-geno 0.05 --make-bed --out test_zero
 gear --bfile --zero-geno 0.05 --make-bed --seed 2014 --out test_zero
+~~~~~~~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guobo Chen</dc:creator><pubDate>Mon, 10 Mar 2014 06:26:30 -0000</pubDate><guid>https://sourceforge.net81ba90bb099a6ec7e4ec2efb32a89fb97d6ad222</guid></item><item><title>DataManager modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/DataManager/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -2,14 +2,21 @@
 ------------------

 Options
-order-ind [args]
-order individuals as shown in order.txt.  Only matched individuals will be printed out.  It is a more powerful option than --keep, which does not order individuals.  It only works with --make-bed.
+order-ind [arg]
+Order individuals as shown in order.txt.  Only matched individuals will be printed out.  It is a more powerful option than --keep, which does not order individuals.  It only works with --make-bed.

 Example
 gear --bfile test --order-ind order.txt --make-bed --out test_od

 remove-atgc
-remove loci their alleles are A/T or G/C.
+Remove loci their alleles are A/T or G/C.

 Example
 gear --bfile test --remove-atgc --make-bed --out test_noatgc
+
+zero-geno [arg]
+Specify the missing rate for the data. By changing the seed, the missing genotypes can be different in each run.
+
+Example
+gear --bfile --zero-geno 0.05 --make-bed --out test_zero
+gear --bfile --zero-geno 0.05 --make-bed --seed 2014 --out test_zero
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guobo Chen</dc:creator><pubDate>Tue, 28 Jan 2014 10:29:10 -0000</pubDate><guid>https://sourceforge.nete15cedf2d1b224f05a5b51af106f7ab4f659037e</guid></item><item><title>DataManager modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/DataManager/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,9 +1,15 @@
 Data manager
 ------------------

-Option
+Options
 order-ind [args]
 order individuals as shown in order.txt.  Only matched individuals will be printed out.  It is a more powerful option than --keep, which does not order individuals.  It only works with --make-bed.

 Example
 gear --bfile test --order-ind order.txt --make-bed --out test_od
+
+remove-atgc
+remove loci their alleles are A/T or G/C.
+
+Example
+gear --bfile test --remove-atgc --make-bed --out test_noatgc
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guobo Chen</dc:creator><pubDate>Thu, 23 Jan 2014 08:26:16 -0000</pubDate><guid>https://sourceforge.net28b263e3ac6cd947e3ede74266b42c4ce84b3ed6</guid></item><item><title>DataManager modified by Guobo Chen</title><link>https://sourceforge.net/p/gbchen/wiki/DataManager/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="data-manager"&gt;Data manager&lt;/h2&gt;
&lt;p&gt;Option&lt;br /&gt;
order-ind &lt;span&gt;[args]&lt;/span&gt;&lt;br /&gt;
order individuals as shown in order.txt.  Only matched individuals will be printed out.  It is a more powerful option than --keep, which does not order individuals.  It only works with --make-bed.&lt;/p&gt;
&lt;p&gt;Example&lt;br /&gt;
gear --bfile test --order-ind order.txt --make-bed --out test_od&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Guobo Chen</dc:creator><pubDate>Tue, 21 Jan 2014 09:01:05 -0000</pubDate><guid>https://sourceforge.net75d77792622aed7f66f4158621d9058c414b513d</guid></item></channel></rss>