An implementation of MULTILINK in R is available below. This can be particularly slow when analysing linkage scans with a large number of markers. A much faster C++ implementation will be made available shortly.
R code: multilink.R
After downloading the R source code, open an R window and load the function using:
source("multilink.R")
Make sure you change R's default directory to the folder where multilink.R is located, otherwise you will get a "cannot open the connection error".
The multilink function can now be called in R with:
multilink()
See the input files and usage sections for details on the format of input files, function arguments and available analyses.