Subsections


mrkadd

Inserts the marker of the given numerical Id at the end of the current marker selection.

Synopsis:

The mrkadd command is invoked as:

Description:

the command inserts the marker with the numerical id given as argument after the last marker in the current marker selection. En error is reported if the marker already appears in the list of selected markers.

Arguments:

Returns:

Nothing.

Example:

CG> dsload Data/rh.cg
{1 haploid RH 53 118 /homes/thomas/carthagene/test/Data/rh.cg}
CG> group 0.3 3

Linkage Groups :
---------------:
LOD threshold=3.00
Distance threshold=30.00:

 Group ID : Marker ID List ...
        1 : 52
        2 : 42 48 47 45 46 44 43
        3 : 41
        4 : 38
        5 : 37 39
        6 : 36 40
        7 : 35
        8 : 25
        9 : 22
       10 : 19 32 31 28 30 27 26 20 21
       11 : 13 14
       12 : 11 12
       13 : 10 15 16 18 17
       14 : 7
       15 : 6 51 8 53 50 9
       16 : 4 34 33 24 23 5
       17 : 3 29
       18 : 2 49
       19 : 1
19
CG> mrkselset [groupget 10]

CG> mrkselget
19 32 31 28 30 27 26 20 21
CG> mrkadd 7

CG> mrkselget
19 32 31 28 30 27 26 20 21 7

See also:



Thomas Schiex 2009-10-27