Class | Data Declaration command |
Name | set memory |
Arguments | <number>(m|x|q|a) [<number>(m|x|q|a)...]. |
Preallocate memory to score a batch of new loci, the full declaration of which will follow. This speeds up declaring and merging new loci into an existing pedigree file. This is not necessary if the dataset is not yet read in.
Example:
>> show memory ... nobs = 21 hassnps = 0 numloc = 15 S:0 G:14 P:1 numcol = 21 (=22) S:0 G:18 P:3 Array Alloc? N : Values -------- -------------------- ... glocus T 378 : -2/-2 -2/-3 -3/-3; -2/-5 -5/-1 -1/-3; ... >> set memory 50m Increasing memory allocation to allow 50 markers. >> show memory ... nobs = 21 hassnps = 0 numloc = 15 S:0 G:14 P:1 numcol = 103 (=104) S:0 G:100 P:3 Array Alloc? N : Values -------- -------------------- ... glocus T 2100 : -2/-2 -2/-3 -3/-3; -2/-5 -5/-1 -1/-3; ...
<< (declare loci) | Up to index | >> (rename) |