Class | Analysis and data manipulation command |
Name | delete |
Arguments | <pedigree> <person>|all |
Sets all data to missing for a specified individual. The all keyword performs the action on all members of that pedigree. Allows wild card matching of IDs.
Example:
>> delete Smith J*
Class | Analysis and data manipulation command |
Name | delete |
Arguments | [<locus1>...<locusN>] [whe|where] <a logical expression>. |
Sets specified data to missing for all individuals meeting particular criteria.
Example:
>> delete where numtyp < 5
<< (update) | Up to index | >> (get) |