Class | Analysis and data manipulation command |
Name | |
Arguments | [where] <a logical expression> |
Print trait values for individuals, with a combination of trait values meeting the criterion.
Example:
print where height > 180
Class | Analysis and data manipulation command |
Name | |
Arguments | ped [<Ped1>...<PedN> [id <Id1>...<IdN>]] |
Print trait values for individuals, with specified combination of pedigree and individuals IDs. The pedigree and ID names can contain wildcard characters: "." (match any character at that position in the search string) and "*" (match zero or more characters).
If no pedigrees are specified, prints a list of the active pedigrees.
Example:
>> print ped * id *02
<< (hash) | Up to index | >> (head) |