Subsections


mrkid

Returns the numerical Id of the marker of the given name.

Synopsis:

The mrkid command is invoked either as:

Description:

the command returns the unique numerical id of the marker whose name is given as an argument. This numerical id is used in several other commands. The variant mrkids can take as argument several names or a list of names and returns a list of numerical Ids.

Arguments:

Returns:

the numerical id of the marker.

Example:

CG> dsload Data/bc.cg
{1 f2 backcross 20 208 /homes/thomas/carthagene/test/Data/bc.cg}
CG> mrkid MS9
9
CG> mrkids MS9 MS10
9 10
CG> mrkmerge [mrkid MS9] [mrkid MS10]
Markers 9 and 10 merged in 9.

#Markers 9 and 10 merged in 9.

See also:

Thomas Schiex 2009-10-27