<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments for UNC Computational Genetics</title>
	<atom:link href="http://compgen.unc.edu/wp/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://compgen.unc.edu/wp</link>
	<description>A systems genetics research team at UNC-Chapel Hill</description>
	<pubDate>Mon, 23 Nov 2009 22:56:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on NPUTE by adarob</title>
		<link>http://compgen.unc.edu/wp/?page_id=57&#038;cpage=1#comment-8</link>
		<dc:creator>adarob</dc:creator>
		<pubDate>Thu, 19 Jun 2008 00:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://compgen.unc.edu/?page_id=57#comment-8</guid>
		<description>Prakash,

You simply need to remove all columns before the markers and make sure that the file is formatted as a comma-separated (csv) file.  Once the values have been imputed, you can add the ID columns back.

-Adam</description>
		<content:encoded><![CDATA[<p>Prakash,</p>
<p>You simply need to remove all columns before the markers and make sure that the file is formatted as a comma-separated (csv) file.  Once the values have been imputed, you can add the ID columns back.</p>
<p>-Adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NPUTE by vsp_123</title>
		<link>http://compgen.unc.edu/wp/?page_id=57&#038;cpage=1#comment-5</link>
		<dc:creator>vsp_123</dc:creator>
		<pubDate>Sat, 22 Mar 2008 14:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://compgen.unc.edu/?page_id=57#comment-5</guid>
		<description>Hello,

How can a haplotype format be obtained from a regular merlin format genotype data (below), so I can use NPUTE to impute missing data?

Ind ID, Family ID, Father ID, Mother ID, Sex, Disease status, marker1, marker 2, ...

Thanks,
Prakash</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>How can a haplotype format be obtained from a regular merlin format genotype data (below), so I can use NPUTE to impute missing data?</p>
<p>Ind ID, Family ID, Father ID, Mother ID, Sex, Disease status, marker1, marker 2, &#8230;</p>
<p>Thanks,<br />
Prakash</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SNP reading in FastMap by Daniel Gatti</title>
		<link>http://compgen.unc.edu/wp/?p=92&#038;cpage=1#comment-3</link>
		<dc:creator>Daniel Gatti</dc:creator>
		<pubDate>Mon, 27 Aug 2007 13:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://compgen.unc.edu/?p=92#comment-3</guid>
		<description>Is this the SNP Browser tool?  I didn' t know that it would make frequency histograms of SDPs.   I understand the 2^(n-1) part, but why do you subtract 1 to get 32767?

Can you post/send me the "new clean version of the Perlegen data"?  I'll try to get your results.  I need to get this code right because if the SDPs are wrong, then our association mapping is wrong, too.</description>
		<content:encoded><![CDATA[<p>Is this the SNP Browser tool?  I didn&#8217; t know that it would make frequency histograms of SDPs.   I understand the 2^(n-1) part, but why do you subtract 1 to get 32767?</p>
<p>Can you post/send me the &#8220;new clean version of the Perlegen data&#8221;?  I&#8217;ll try to get your results.  I need to get this code right because if the SDPs are wrong, then our association mapping is wrong, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SNP reading in FastMap by Leonard McMillan</title>
		<link>http://compgen.unc.edu/wp/?p=92&#038;cpage=1#comment-2</link>
		<dc:creator>Leonard McMillan</dc:creator>
		<pubDate>Sat, 25 Aug 2007 16:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://compgen.unc.edu/?p=92#comment-2</guid>
		<description>&lt;p&gt;Yes, choosing any strain at random (or the first) and using it as the reference "0" in the case of ties should work with regard to getting the correct number of SDPs.&lt;/p&gt;
&lt;p&gt;Your SDP count for Perlegen is still too high. The maximum number for 16 strains is 2^(16-1)-1 = 32767, and we expect to have considerably fewer. I have written a SNP viewer that already does this sort of analysis. &lt;/p&gt;
&lt;p&gt;Using the new clean version of the Perlegen data, it gets 20972 for the entire dataset. It also tells you how many SDPs there are per chromosome (there are 5496 on Chromosome 1).  The tool also tells you how these numbers are affected by the removal of a strain. For instance, removing the wild-derived strains (CAST, WSB, PWD, and MOLF) results in 2023 SDPs out of 2047 possible.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yes, choosing any strain at random (or the first) and using it as the reference &#8220;0&#8243; in the case of ties should work with regard to getting the correct number of SDPs.</p>
<p>Your SDP count for Perlegen is still too high. The maximum number for 16 strains is 2^(16-1)-1 = 32767, and we expect to have considerably fewer. I have written a SNP viewer that already does this sort of analysis. </p>
<p>Using the new clean version of the Perlegen data, it gets 20972 for the entire dataset. It also tells you how many SDPs there are per chromosome (there are 5496 on Chromosome 1).  The tool also tells you how these numbers are affected by the removal of a strain. For instance, removing the wild-derived strains (CAST, WSB, PWD, and MOLF) results in 2023 SDPs out of 2047 possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Inferring InDels as well as Missing Genotypes by Leonard McMillan</title>
		<link>http://compgen.unc.edu/wp/?p=1&#038;cpage=1#comment-1</link>
		<dc:creator>Leonard McMillan</dc:creator>
		<pubDate>Thu, 02 Aug 2007 18:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://compgen.unc.edu/?p=1#comment-1</guid>
		<description>&lt;p&gt;From a computer science perspective this seems doable. One could imagine incorporating into an HMM the possibility of three unobserved states, one for the minority allele, one for the majority, and one for a deletion.&lt;br /&gt;
&lt;br&gt;Another question is if any association mapping tools could take advantage of this information.&lt;br /&gt;
&lt;br&gt;Ironically, no more than 10 years ago the primary marker type was short repeat-count variations (microsatellites). These can be described entirely in terms of sequence deletions. Today's marker of choice is SNPs, and most SNP based association tools ignore the possibility of deletions.&lt;br /&gt;
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>From a computer science perspective this seems doable. One could imagine incorporating into an HMM the possibility of three unobserved states, one for the minority allele, one for the majority, and one for a deletion.</p>
<p>Another question is if any association mapping tools could take advantage of this information.</p>
<p>Ironically, no more than 10 years ago the primary marker type was short repeat-count variations (microsatellites). These can be described entirely in terms of sequence deletions. Today&#8217;s marker of choice is SNPs, and most SNP based association tools ignore the possibility of deletions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
