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:

   CarthaGene version 1.2-LKH, Copyright (c) 1997-2010 (INRA).

   CarthaGene comes with ABSOLUTELY NO WARRANTY.
   CarthaGene is free software. You are welcome to redistribute it,
   under certain conditions. See the License file for information.

Type 'help' for help.

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> dsmergor 1 2
{3 merged by order 59 326}
CG> dsget
{1 "f2 backcross" "/home/tschiex/Dev/carthagene/doc/user/exemple/Data/bc.cg...

See also:

Thomas Schiex 2018-03-23