Subsections


mrkallget

Get the list of all the numerical ids of all the markers currently known in the current data-set.

Synopsis:

The mrkallget command is invoked as either one of :

Description:

returns the list of all the numerical Ids of all the markers known to the system. This can be typicallly used as an argument to mrkselset.

Arguments :

Returns :

The list of all the numerical Ids of all the markers known.

Example :

CG> dsload Data/bc.cg
{1 f2 backcross 20 208 /home/tschiex/Dev/carthagene/doc/user/exemple/Data/b...
CG> dsload Data/rh.cg
{2 haploid RH 53 118 /home/tschiex/Dev/carthagene/doc/user/exemple/Data/rh.cg}
CG> mrkallget
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29\
 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 5\
5 56 57 58 59
# to select all markers
CG> mrkselset [mrkallget]

See also:



Thomas Schiex 2009-10-27