<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ERROR: There are no individuals with any non-missing genotypes. in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-There-are-no-individuals-with-any-non-missing-genotypes/m-p/272949#M58414</link>
    <description>&lt;P&gt;Read the documentation for the &lt;A href="http://support.sas.com/documentation/cdl/en/geneug/59659/HTML/default/viewer.htm#geneug_allele_sect005.htm" target="_blank"&gt;PROC ALLELE statement&lt;/A&gt;:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;GENOCOL &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;indicates that columns specified in the &lt;A href="http://support.sas.com/documentation/cdl/en/geneug/59659/HTML/default/geneug_allele_sect008.htm" target="_blank"&gt;VAR&lt;/A&gt; statement contain genotypes instead of alleles. When this option is specified, there is one column per marker. &lt;STRONG&gt;The genotypes must consist of the &lt;U&gt;two&lt;/U&gt; alleles separated by a &lt;A href="http://support.sas.com/documentation/cdl/en/geneug/59659/HTML/default/geneug_allele_sect005.htm#geneug.allele.delimiter" target="_blank"&gt;delimiter&lt;/A&gt;.&lt;/STRONG&gt; For a genotype with one missing allele, use a blank space to indicate a missing value; if both alleles are missing, either use a single missing value for the entire genotype or use the delimiter alone.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(Bold and underline by me)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 May 2016 05:56:18 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2016-05-25T05:56:18Z</dc:date>
    <item>
      <title>ERROR: There are no individuals with any non-missing genotypes.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-There-are-no-individuals-with-any-non-missing-genotypes/m-p/272938#M58410</link>
      <description>&lt;P&gt;I tried to run the HWE test using following procedure &amp;nbsp;- And I got the following error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: There are no individuals with any non-missing genotypes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One of the my observation has value Undeter instead of AA or GG etc&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I fix this issue?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc allele data=SNP393_A outstat=ld prefix=Marker&lt;BR /&gt; perms=10000 boot=1000 seed=123 genocol;&lt;BR /&gt; var g1-g5;&lt;BR /&gt; run;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2016 04:01:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-There-are-no-individuals-with-any-non-missing-genotypes/m-p/272938#M58410</guid>
      <dc:creator>mantubiradar19</dc:creator>
      <dc:date>2016-05-25T04:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: There are no individuals with any non-missing genotypes.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-There-are-no-individuals-with-any-non-missing-genotypes/m-p/272946#M58411</link>
      <description>&lt;P&gt;I'm not familiar with the procedure ALLELE but the error you are getting suggests that your variables g1 to g5 contain only missing values. These variables need to be populated for at least some of your data rows to fix the error. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2016 05:27:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-There-are-no-individuals-with-any-non-missing-genotypes/m-p/272946#M58411</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-05-25T05:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: There are no individuals with any non-missing genotypes.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-There-are-no-individuals-with-any-non-missing-genotypes/m-p/272947#M58412</link>
      <description>My variable is a Char type with length of 6 and looks like AA GG CC AT GC etc</description>
      <pubDate>Wed, 25 May 2016 05:30:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-There-are-no-individuals-with-any-non-missing-genotypes/m-p/272947#M58412</guid>
      <dc:creator>mantubiradar19</dc:creator>
      <dc:date>2016-05-25T05:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: There are no individuals with any non-missing genotypes.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-There-are-no-individuals-with-any-non-missing-genotypes/m-p/272948#M58413</link>
      <description>&lt;P&gt;This is how my dataset looks like!&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12584iEFB0D20ECFBBFECE/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Capture.JPG" title="Capture.JPG" /&gt;</description>
      <pubDate>Wed, 25 May 2016 05:31:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-There-are-no-individuals-with-any-non-missing-genotypes/m-p/272948#M58413</guid>
      <dc:creator>mantubiradar19</dc:creator>
      <dc:date>2016-05-25T05:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: There are no individuals with any non-missing genotypes.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-There-are-no-individuals-with-any-non-missing-genotypes/m-p/272949#M58414</link>
      <description>&lt;P&gt;Read the documentation for the &lt;A href="http://support.sas.com/documentation/cdl/en/geneug/59659/HTML/default/viewer.htm#geneug_allele_sect005.htm" target="_blank"&gt;PROC ALLELE statement&lt;/A&gt;:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;GENOCOL &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;indicates that columns specified in the &lt;A href="http://support.sas.com/documentation/cdl/en/geneug/59659/HTML/default/geneug_allele_sect008.htm" target="_blank"&gt;VAR&lt;/A&gt; statement contain genotypes instead of alleles. When this option is specified, there is one column per marker. &lt;STRONG&gt;The genotypes must consist of the &lt;U&gt;two&lt;/U&gt; alleles separated by a &lt;A href="http://support.sas.com/documentation/cdl/en/geneug/59659/HTML/default/geneug_allele_sect005.htm#geneug.allele.delimiter" target="_blank"&gt;delimiter&lt;/A&gt;.&lt;/STRONG&gt; For a genotype with one missing allele, use a blank space to indicate a missing value; if both alleles are missing, either use a single missing value for the entire genotype or use the delimiter alone.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(Bold and underline by me)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2016 05:56:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-There-are-no-individuals-with-any-non-missing-genotypes/m-p/272949#M58414</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-05-25T05:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: There are no individuals with any non-missing genotypes.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-There-are-no-individuals-with-any-non-missing-genotypes/m-p/272950#M58415</link>
      <description>Thanks KurtBremser! I solved it this way&lt;BR /&gt;&lt;BR /&gt;proc allele data=SNP393_A outstat=ld&lt;BR /&gt;               perms=10000 boot=1000 seed=123 genocol delimiter='';&lt;BR /&gt;      var g1-g5;&lt;BR /&gt;   run;</description>
      <pubDate>Wed, 25 May 2016 06:00:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-There-are-no-individuals-with-any-non-missing-genotypes/m-p/272950#M58415</guid>
      <dc:creator>mantubiradar19</dc:creator>
      <dc:date>2016-05-25T06:00:43Z</dc:date>
    </item>
  </channel>
</rss>

