<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Dear all,<br>
<br>
My question is about the data importation and the use of read.structure
command.<br>
<br>
In the tutorial I read: <br>
"In all cases, it should be possible to
store data in an individuals x markers table where each element is a
character string coding 2&nbsp; alleles<br>
Such data are interpretable when all strings contain 2,4 or 6
characters."<br>
<br>
In&nbsp; my case the allele are&nbsp; not&nbsp; stored together and should <b>not be
coded&nbsp; with two character(</b>s)? <br>
<br>
In more detail:<br>
In fact I&nbsp; have a problem for importing data with adegent using
read.structure (which is the most convenient when the two alleles of
each loci are not stored together&nbsp;&nbsp; but in two different colon). When
in my data to import, I have allele coded with 2 and 1 characters , I
have no probleme to import the data. However when I have all the
alleles coded with only one characters, I cannot import the file and I
have the following error message:<br>
<u>I used the following command:</u><br>
dataadegenet&lt;-read.structure(nameoffilebis,n.ind=200,n.loc=20,
onerowperind=T,col.lab=1,col.pop=0,col.other=c(2,3),row.marknames=0,NA.char="-9")<br>
<u>Error message:</u><br>
Error in df2genind(X = X, pop = pop, missing = missing) : <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Invalid number of coding characters (should be 2, 4, or 6)<br>
<br>
<u>My questions are:</u><br>
- is the error message due to the fact that the alleles are coded with
only one character?<br>
-when in a dataset alleles are coded with two and one character, R read
all with two characters?<br>
-what is the best way to import such data (file text with allele not
together?)<br>
-one allele is coded by 0 : is it a problem ?<br>
<br>
Thank you for your attention<br>
St&eacute;phanie<br>
<br>
<br>
<br>
<div class="moz-signature"><br>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>signature</title>
___________________________________<br>
St&eacute;phanie Manel<br>
Universit&eacute; Joseph Fourier,<br>
Laboratoire d'Ecologie Alpine, Equipe GPB<br>
UMR-CNRS 5553, BPX53 Grenoble 38041<br>
t&eacute;l: 04 76 51 41 15<br>
<a class="moz-txt-link-freetext" href="http://www-leca.ujf-grenoble.fr/membres/manel.htm">http://www-leca.ujf-grenoble.fr/membres/manel.htm</a><br>
</div>
</body>
</html>