Subsections


mapget

Returns a list describing the map with a given numerical Id in the heap.

Synopsis:

The mapget command is invoked either as:

Description:

The mapget command returns a list that describes the map whose numerical id in the heap is MapId. The list contains successively:

Arguments:

Returns:

a list describing the map. See above.

Example:

CG> dsload Data/bc1.cg
{1 f2 backcross 17 208 /homes/thomas/carthagene/test/Data/bc1.cg}
CG> dsload Data/rh1.cg
{2 haploid RH 13 118 /homes/thomas/carthagene/test/Data/rh1.cg}
CG> dsmergor 1 2
{3 merged by order 21 326}
CG> sem

Map -1 : log10-likelihood =  -801.56
-------:
 Set : Marker List ...
   1 : MS4 MS5 MS13 MS6 MS11 MS17 MS16 MS8 MS7 MS2 MS3 MS9 MS15 MS12 MS20 M...
   2 : MS4 MS5      MS6                MS8 MS7     MS3 MS9 MS15            ...

CG> mapget k 0
0 -801.56 {1 -485.24 MS4 0.0 MS5 3.3 MS13 38.8 MS6 64.2 MS11 86.4 MS17 137.9 \
MS16 159.5 MS8 186.5 MS7 192.4 MS2 207.4 MS3 208.0 MS9 231.5 MS15 249.3 MS12 \
252.8 MS20 291.1 MS19 293.8 MS1 483.9} {2 -316.32 MS4 0.0 MS5 84.4 MS6 138.5 \
MS8 229.0 MS7 307.2 MS3 493.5 MS9 706.1 MS15 862.8 MS1 1622.9 G36 1726.5 G39 \
1786.2 G37 1845.9 G40 1871.3}

See also:

Thomas Schiex 2009-10-27