<div dir="ltr"><div>Hi Rita,<br><br><br></div><div>I am actually writing an R package that uses the genind format and I have written a function that will import genalex formatted files called read.genalex. You can find instructions for installation here: <a href="https://github.com/poppr/poppr">https://github.com/poppr/poppr</a><br>
<br></div><div>If you want to just use the raw code, you can download it here (the function starts at line 180 and finishes at line 319): <a href="https://github.com/poppr/poppr/blob/master/R/file_handling.r">https://github.com/poppr/poppr/blob/master/R/file_handling.r</a><br>
<br></div><div>Once you have the package installed or the source code in your R session, you can import your genalex file using:<br><br></div><div>read.genalex("myfile.csv", geo=TRUE)<br>Hope that helps!<br></div>
<div><br></div><div>Cheers,<br>Zhian<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Mar 26, 2013 at 4:00 AM,  <span dir="ltr"><<a href="mailto:adegenet-forum-request@lists.r-forge.r-project.org" target="_blank">adegenet-forum-request@lists.r-forge.r-project.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send adegenet-forum mailing list submissions to<br>
        <a href="mailto:adegenet-forum@lists.r-forge.r-project.org">adegenet-forum@lists.r-forge.r-project.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/adegenet-forum" target="_blank">https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/adegenet-forum</a><br>
<br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:adegenet-forum-request@lists.r-forge.r-project.org">adegenet-forum-request@lists.r-forge.r-project.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:adegenet-forum-owner@lists.r-forge.r-project.org">adegenet-forum-owner@lists.r-forge.r-project.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of adegenet-forum digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1.  inexperienced user (Rita Castilho)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 25 Mar 2013 16:15:13 +0000<br>
From: Rita Castilho <<a href="mailto:rita.castil@gmail.com">rita.castil@gmail.com</a>><br>
To: <a href="mailto:adegenet-forum@lists.r-forge.r-project.org">adegenet-forum@lists.r-forge.r-project.org</a><br>
Subject: [adegenet-forum]  inexperienced user<br>
Message-ID: <<a href="mailto:51507811.7060804@gmail.com">51507811.7060804@gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"<br>
<br>
Hi!<br>
I have a simple question. Most of us have our microsatellite data in an<br>
excel file to start with. The ones how use GenAlex even have the<br>
geographic coordinates in the last two rows. We can easily convert the<br>
data in the sheet into several formats. How can I convert an easily<br>
obtained csv file with headers (1sr row = individual id, 2nd =<br>
population id, 3rd row= allele 1, locus 1, 4th row= allele 2, locus 1,<br>
etc, 17th row = latitude, 18th row = longitude) nto a genind object that<br>
can be used in sPCA? I get an error that coordinates are repeated, but<br>
that is normal as there are multiple individuals in the same pop.<br>
<br>
If this question was answered previously, I will appreciate if you could<br>
direct me to it.<br>
Many thanks<br>
Rita<br>
<br>
first 5 rows of test.csv file<br>
ind,pop,loc1A,loc1B,loc2A,loc2B,loc3A,loc3B,loc4A,loc4B,loc5A,loc5B,loc6A,loc6B,loc7A,loc7B,lat,long<br>
FD_01,FD,151,163,168,170,189,201,248,248,177,187,166,166,230,246,49.85,-29.62<br>
FD_02,FD,137,147,146,146,173,181,240,254,177,179,162,166,230,246,49.85,-29.62<br>
FD_03,FD,137,169,146,168,173,173,222,238,193,203,164,164,230,246,49.85,-29.62<br>
FD_04,FD,137,147,144,144,189,201,236,242,185,193,166,166,238,240,49.85,-29.62<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.r-forge.r-project.org/pipermail/adegenet-forum/attachments/20130325/afbfe735/attachment-0001.html" target="_blank">http://lists.r-forge.r-project.org/pipermail/adegenet-forum/attachments/20130325/afbfe735/attachment-0001.html</a>><br>

<br>
------------------------------<br>
<br>
_______________________________________________<br>
adegenet-forum mailing list<br>
<a href="mailto:adegenet-forum@lists.r-forge.r-project.org">adegenet-forum@lists.r-forge.r-project.org</a><br>
<a href="https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/adegenet-forum" target="_blank">https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/adegenet-forum</a><br>
<br>
End of adegenet-forum Digest, Vol 55, Issue 2<br>
*********************************************<br>
</blockquote></div><br></div>