Class McLink

java.lang.Object
  extended by McLink

public class McLink
extends java.lang.Object

This program implements the methods of Thomas, A., Gutin, A., Abkevich, V. & Bansal, A. (2000), Multipoint linkage analysis by blocked Gibbs sampling, Statistics and Computing 10, 259-269 in order to calculate linkage statistics using Markov chain Monte Carlo methods.

where

The assumption is that McLink will be used without an LD model when the data are micro satellite genotypes and with an LD model when the data are SNPs, hence, there are differences in what is assumed and what is possible.

Run without a specified linkage disequilibrium model:

Run with a specified linkage disequilibrium model:

In the output, for each kindred in the pedigree file there is a matrix of TLOD, or complex lod score statistics, with a row for each locus and a column for each value of the recombination fraction in {0.0, 0.01, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.99, 1}.


Constructor Summary
McLink()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

McLink

public McLink()
Method Detail

main

public static void main(java.lang.String[] args)