Merges two data-sets in a consensus data-set, sharing order and distances.
The dsmergen command is invoked either as:
The dsmergen command merges two data-sets of compatible types in a single consensus data-set. If more then 2 data-sets need to be merged, this command must be called repeatedly. The consensus data-set built uses all the information available in the two data-sets for eg. maximum likelihood multipoint estimations. Only data-sets of ``compatible'' types can be merged using this merging operator:
CG> dsload Data/bc.cg
{1 f2 backcross 20 208 /homes/thomas/carthagene/test/Data/bc.cg}
CG> dsload Data/bc1.cg
{2 f2 backcross 17 208 /homes/thomas/carthagene/test/Data/bc1.cg}
CG> dsmergen 1 2
{3 merged genetic 20 416}
CG> mrkinfo
Markers :
--------:
Num Names : Sets Merges
1 MS1 : 1 2 3
2 MS2 : 1 2 3
3 MS3 : 1 2 3
4 MS4 : 1 2 3
5 MS5 : 1 2 3
6 MS6 : 1 2 3
7 MS7 : 1 2 3
8 MS8 : 1 2 3
9 MS9 : 1 2 3
10 MS10 : 1 3
11 MS11 : 1 2 3
12 MS12 : 1 2 3
13 MS13 : 1 2 3
14 MS14 : 1 3
15 MS15 : 1 2 3
16 MS16 : 1 2 3
17 MS17 : 1 2 3
18 MS18 : 1 3
19 MS19 : 1 2 3
20 MS20 : 1 2 3
Thomas Schiex 2009-10-27