<div dir="ltr"><div>Dear Thibaut, I have this file format (including 149 samples, pop number, 8 loci with four alleles)</div><div>Buen137,1,04/07/04/07,11/13/<wbr>11/13,05/07/05/07,06/19/21/06,<wbr>05/06/05/06,03/03/03/03,03/05/<wbr>03/05,07/07/07/07</div><div><br></div><div>I am doing the following things:</div><div><div>obj<-read.csv("testCSV.csv",<wbr>header=FALSE)</div></div><div><div>obj2 <- df2genind(obj, sep = "/", ind.names = TRUE, loc.names = FALSE, pop = TRUE, ploidy = 4, type = c("codom"))</div></div><div><br></div><div>And I am getting this error:</div><div><div>Error in `rownames<-`(`*tmp*`, value = "TRUE") : </div><div>  length of 'dimnames' [1] not equal to array extent</div></div><div><br></div><div>Not sure what to do, any help?</div><div>Thanks so much for your support</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-01-02 10:04 GMT-06:00 Thibaut Jombart <span dir="ltr"><<a href="mailto:thibautjombart@gmail.com" target="_blank">thibautjombart@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Dear Jessica, <div><br></div><div>as you might have noted from the doc of read.structure, the function only work with diploid data. Tetraploid data are no problem in adegenet, but you'll need to get them in differently. I would suggest the following workflow:</div><div><br></div><div>1) get your data in a txt/csv file in a format where data at each locus are coded as character strings where alleles are separated by a given symbol (e.g. "-", or "/") </div><div>001-010-001-002</div><div><br></div><div>2) read them into R using read.table or read.csv</div><div><br></div><div>3) use df2genind to convert data into a genind object</div><div><br></div><div>The basics tutorial should help with this last step:</div><div><a href="https://github.com/thibautjombart/adegenet/wiki/Tutorials" target="_blank">https://github.com/<wbr>thibautjombart/adegenet/wiki/<wbr>Tutorials</a><br></div><div><br></div><div>Best</div><div>Thibaut</div></div><div class="gmail_extra"><br clear="all"><div><div class="m_-907260325560700026gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><div><div><br>--<br>Dr Thibaut Jombart<br>Lecturer, Department of Infectious Disease Epidemiology, <span style="font-size:12.8px">Imperial College London</span></div></div><div><span style="font-size:12.8px">Head of RECON: </span><span style="font-size:12.8px"><a href="http://repidemicsconsortium.org" target="_blank">repidemicsconsortium.<wbr>org</a></span><br></div></div><div><a href="http://sites.google.com/site/thibautjombart/" style="font-size:12.8px" target="_blank">sites.google.com/site/<wbr>thibautjombart/</a><br></div><div><a href="http://github.com/thibautjombart" target="_blank">github.com/thibautjombart</a></div>Twitter: <a href="http://twitter.com/TeebzR" target="_blank">@TeebzR</a><br></div><div dir="ltr">+44(0)20 7594 3658</div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote"><div><div class="h5">On 30 November 2016 at 13:28, Jessica Perez Alquicira <span dir="ltr"><<a href="mailto:perezalquicira@gmail.com" target="_blank">perezalquicira@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr"><div>Hi, I would like to do a dapc on tetraploid data. My file format is in structure.</div><div>I have not find this information in the manual. Could you please let me know how could I do that.</div><div><br></div><div>Best</div></div>
<br></div></div>______________________________<wbr>_________________<br>
adegenet-forum mailing list<br>
<a href="mailto:adegenet-forum@lists.r-forge.r-project.org" target="_blank">adegenet-forum@lists.r-forge.r<wbr>-project.org</a><br>
<a href="https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/adegenet-forum" rel="noreferrer" target="_blank">https://lists.r-forge.r-projec<wbr>t.org/cgi-bin/mailman/listinfo<wbr>/adegenet-forum</a><br></blockquote></div><br></div>
</blockquote></div><br></div>