Subsections
dsinfo
Displays a summary of information on all the data-sets that are
currently available.
The dsinfo command is invoked either as:
The dsinfo command display a table of information on all the
datat-sets currently available in the software. For each data-set, a
line summarizes:
- the numerical Id of the data-set.
- the type of the data-set.
- the number of markers that appear in the data-set.
- the number of individuals (hybrids) that appear in the data-set.
- the number of order constraints in the data-set.
- if the data-set is a merged data-set, which data-set it merges.
- Options : -u to obtain the synopsys of the normal
use, -h to print a one line description, -H to
print a short help.
nothing.
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> dsinfo
Data Sets :
----------:
ID Data Type markers individuals filename constraints...
1 f2 backcross 20 208 bc.cg
2 haploid RH 53 118 rh.cg
3 merged by order 59 326 ...
Thomas Schiex
2009-10-27