User Tools

Site Tools


gda

This is an old revision of the document!


GDA

GDA
documentation


Version 1.1 (7 January 2002)
Computes linkage and hardy-weinberg disequilibrium, some genetic distances, and provides method-of-moments estimators for hierarchical F-statistics.

Program information

  • Windows
  • Mac OS 10.2.8 and 10.3 (Jaguar and Panther)

Data type handled

  • AFLP……..

Input Files

GDADATA block

example

#nexus

begin gdadata; [comments are surrounded by square brackets]
  dimensions npops=2 nloci=3;
  format missing=? seperator=/;
  locusallelelabels
    1 'pgi 1',
    2 'pgi 2',
    3 adh / slow fast
  ;
  matrix
    Embudo:
      indiv_1 A/A 100/100 slow/fast
      indiv_2 A/A 75 / 90 slow/slow
      indiv_3 A/a 75/100  fast/Slow
      indiv_4 A/A 100/100 fast/fast,
    Black_Mesa:
      1 a/a 110/100 fast/slow
      2 a/A  75/100 slow/slow
      3 a/a 100/100 fast/fast
  ;
end;

How to cite

gda.1213777255.txt.gz · Last modified: 2008/07/22 13:30 (external edit)