ILINK is used with the accompanying program UNKNOWN. The calling order is:
UNKNOWN
ILINK
The input files for this suite of programs are:
PEDFILE
DATAFILE
The output files are:
FINAL
OUTFILE
STREAM
UNKNOWN produces temporary files called IPEDFILE and SPEEDFILE;
along with DATAFILE, these serve as input for ILINK.
fitmodel = false; {TRUE IF ESTIMATING PARAMETERS OTHER THAN RECOMBINATION}
dostream = true; {STREAM FILE OUTPUT}
byfamily = false; {GIVE LOD SCORES BY FAMILY IN FINAL}
{ GRADIENT APPROXIMATIONS }
approximate = true;
epsilon = 1.0E-3;
{ GEMINI }
maxn = 20; {MAXIMUM NUMBER OF ITERATED PARAMETERS}
The second line consists of a list of zeros and ones (binary list) to indicate parameters that are to be estimated or fixed. If a 1 is entered in a given location, the parameter corresponding to that location is estimated (iterated parameter); if the entry is zero, the corresponding parameter is fixed at the initial value specified in the DATAFILE (non-iterated parameter).
1 << iterated locus
1 1
The last line must end directly after the specification of the
last iterated or non-iterated parameter, without trailing blanks.
This end-of-line deliminator tells the program that only
recombination fractions will be estimated.
Sometimes it is useful to fix the value of one of the recombination rates; for example, if the first two loci are known to be completely linked we might wish to fix the first recombination rate to 0.0 while estimating the second rate. In this case, the last two lines are:
1 << iterated locus
0 1
With sex-specific
recombination rates, the number of parameters
is increased by 1 (to n) when assuming a constant ratio of
female/male genetic distances, or by n-1 (to 2n-2) when estimating
different male and female
recombination fractions in each
interval. For the former, the last two lines are:
1 << iterated locus
1 1 1
and for the latter, they are:
1 << iterated locus
1 1 1 1
With three loci, ILINK supports interference. When a mapping
function is used, two iterated parameters are specified for each
sex. Without a mapping function, three
recombination rates can
be estimated for each sex, and the number of iterated parameters
should be adjusted accordingly.
The list of iterated parameters has the following orders for the four types of loci:
Approximations to the gradient are controlled by the boolean constant APPROXIMATE and the value of the constant EPSILON. The approximation applies only to the calculation of the gradient prior to a line search in the numerical estimation procedure. In a variety of examples, EPSILON = 0.00001 has been found satisfactory. To assure a maximum gain in efficiency a pedigree with little genotypic information should be selected for the proband.