Subject Information about the animal or person from which the data was measured.
age |
(char) Age of subject. Can be supplied instead of 'date_of_birth'. |
age_reference |
(char) Age is with reference to this event. Can be 'birth' or 'gestational'. If reference is omitted, 'birth' is implied. |
date_of_birth |
(datetime) Date of birth of subject. Can be supplied instead of 'age'. |
description |
(char) Description of subject and where subject came from (e.g., breeder, if animal). |
genotype |
(char) Genetic strain. If absent, assume Wild Type (WT). |
sex |
(char) Gender of subject. |
species |
(char) Species of subject. |
strain |
(char) Strain of subject. |
subject_id |
(char) ID of animal/person used/participating in experiment (lab convention). |
weight |
(char) Weight at time of experiment, at time of surgery and at other important times. |
|
addlistener |
Add listener for event. |
|
delete |
Delete a handle object. |
|
eq |
== (EQ) Test handle equality. |
|
export |
|
|
findobj |
Find objects matching specified conditions. |
|
findprop |
Find property of MATLAB handle object. |
|
ge |
>= (GE) Greater than or equal relation for handles. |
|
gt |
> (GT) Greater than relation for handles. |
Sealed
|
isvalid |
Test handle validity. |
|
le |
<= (LE) Less than or equal relation for handles. |
|
listener |
Add listener for event without binding the listener to the source object. |
|
loadAll |
|
|
lt |
< (LT) Less than relation for handles. |
|
ne |
~= (NE) Not equal relation for handles. |
|
notify |
Notify listeners of event. |
|
validate_age |
|
|
validate_age_reference |
|
|
validate_date_of_birth |
|
|
validate_description |
|
|
validate_genotype |
|
|
validate_sex |
|
|
validate_species |
|
|
validate_strain |
|
|
validate_subject_id |
|
|
validate_weight |
|