<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
I have a heap of genotypes in text files arranged with two columns
per locus ( they are diploid)<br>
<br>
How can I quickly import and format these as one column per locus
given the number of loci varies <br>
<br>
alternatively is it possible to import the tow column per locus
table as geno into genind directly?<br>
<br>
<br>
ie <br>
<br>
my data is formatted<br>
BMC3_1 BMC3_2 Cpi4_1 Cpi4_2 epic23989s_1 epic23989s_2<br>
1 98 106 286 288 284 284<br>
2 116 116 284 308 286 286<br>
3 108 116 302 304 286 288<br>
4 106 118 288 302 286 286<br>
5 98 98 294 304 284 286<br>
6 98 120 284 312 282 284<br>
<br>
<br>
and needs to be:<br>
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
BMC3 Cpi4 epic23989s<br>
1 98 /106 286/288 284/284<br>
2 116/116 284/308 286/286<br>
3 108/116 302/304 286/288<br>
4 106/118 288/302 286/286<br>
5 98/98 294/304 284/286<br>
6 98/120 284/312 282/284<br>
<br>
in order to import into genind object<br>
<br>
cheers<br>
<br>
Nevil Amos<br>
</body>
</html>