A linkage format pedigree file
(pre-makeped) and a map file with marker
names and locations. These are specified by the -p and -m parameters
respectively.
Unless the -f option is used, only founder genotypes are considered.
Rare alleles with frequencies of less than 10% will be pooled
into a single allele (this threshold can be changed with the
-t option).
For example to analyze the genotypes for the markers described
in map.dat and stored in the file ped.dat, run the command:
> ldmax -pped.dat -mmap.dat
To specify that alleles rarer than 5% should be pooled, run:
> ldmax -pped.dat -mmap.dat -t0.05