Subsections


dsget

Displays a summary of all the data-sets that are currently loaded.

Synopsis:

The dsget command is invoked either as:

Description:

The dsget command returns a list of descriptions of all the data-sets that have been loaded since the beginning of the session. For each data-set, the numerical id of the data-set, its type, the number of markers that appears in it and the numbers of individuals (hybrid) typed int it are reported in a list.

Arguments:

Returns:

a list of list of information on the available data-sets.

Example:

CG> dsload Data/bc.cg
{1 f2 backcross 20 208 /homes/thomas/carthagene/test/Data/bc.cg}
CG> dsload Data/rh.cg
{2 haploid RH 53 118 /homes/thomas/carthagene/test/Data/rh.cg}
CG> dsmergor 1 2
{3 merged by order 59 326}
CG> dsget
{1 "f2 backcross" /homes/thomas/carthagene/test/Data/bc.cg 20 208} {2 "radi...

See also:

Thomas Schiex 2009-10-27