Subsections


mrksub

Removes the marker of the given numerical Id from the current marker selection.

Synopsis:

The mrksub command is invoked as:

Description:

the command removes the marker with the numerical Id given as argument from the current marker selection. No error is reported if the marker does not appear in the current list.

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> 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> mrksub 20

CG> mrkselget
19 32 31 28 30 27 26 21

See also:



Thomas Schiex 2009-10-27