Genedc converts user tabular data into hapmixmap format. Tabular data look like this:
idno rs01 rs02 rs03 rs04 indiv1 A:T C:G C:C T:T indiv2 T:T C:C C:C A:T
Genedc will convert those data into hapmixmap format:
idno rs01 rs02 rs03 rs04 indiv1 "1,2" "1,2" "1,1" "2,2" indiv2 "2,2" "1,1" "1,1" "1,2"
To be able to convert bases to numbers, Genedc needs a legend file, which can be downloaded from the project page.
Last modified on Tue Feb 26 23:49:38 +0000 2008