Subsections
dsload
Loads a data-set from a file.
The dsload command is invoked either as:
- dsload Options
- dsload FilePath
The dsload command loads the data-set from the file whose path
is indicated in the argument FilePath.
- Options : -u to obtain the synopsys of the normal
use, -h to print a one line description, -H to
print a short help.
- FilePath: the path to a valid CarthaGene data-set.
a list summarizing some basic information on the data-set loaded:
- numerical Id of the data-set.
- type of the data-set.
- number of markers in the data-set.
- number of individuals/hybrids in the data-set.
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>
Thomas Schiex
2009-10-27