Subsections


lkhl

Computes an intuitively nice marker ordering using 2-points LOD criteria.

Synopsis:

The lkhl command is invoked as either one of :

Description:

The lkhl command converts the current marker selection and associated genetic / Radiated Hybrid data into a Traveling Salesman Problem which is solved using Keld Helsgaun's LKH software. LKH is based on the Lin-Kernighan heuristic. It is possible to collect every tour found by LKH into the CarthaGene heap, in order to get a map with a possible better multipoint loglikelihood.

Arguments:

Returns:

nothing.

Example:

CG> dsload Data/rh.cg
{1 haploid RH 53 118 /home/tschiex/Dev/carthagene/doc/user/exemple/Data/rh.cg}
CG> lkhl 1 -1
[-822.78]
Best map with log10-likelihood = -822.78
TSP: optimum= -762.461000 lowerbound= -762.471000 gap= -0.001312% totaltime= \
0.01

Map -1 : log10-likelihood =  -822.78
-------:
 Set : Marker List ...
   1 : MS1 G39 MS3 MS2 G37 G40 G36 MS4 G3 G4 MS5 G1 G2 MS6 MS7 MS9 MS8 G21 G2\
6 G22 G25 G23 G27 G24 G28 G34 G33 G30 G29 G31 G32 MS13 G35 MS20 G10 G9 MS19 G\
19 MS17 G20 G11 G8 G7 G12 G13 G16 G6 G5 G17 G18 G14 G15 MS15

CG>

See also:

Thomas Schiex 2009-10-27