For a given dataset, CARTHAGENE performs all 2-points LOD calculations when the data set is loaded. This explains why loading large datasets can be (relatively) slow for expensive pedigree (eg. outbreds). All 2-points information can be requested using the mrklod2p, mrkfr2p and mrkdist2p commands. The mrkdouble (and mrkdoubleget which returns a Tcl list of compatible markers) command reports all pairs of markers that have compatible typing (i.e., markers which may be identical) along with their 2-points LOD. This can occur in two cases:
Several other commands can be used to get information about markers. The most useful ones are probably the commands that can convert marker names to their numerical Id (mrkid and mrkids commands) and vice-versa (mrkname and mrknames commands).
The 2-points estimations are the basis of the linkage group computation process performed using the group command. This command puts in the same linkage group any two markers such that:
If you have several datasets on the same markers (for instance, two RH panels with different resolutions), you can further eliminate markers which are poorly linked in at least one dataset to the rest of the markers in the selected linkage group. See the command multigroup.