StudyVariable¶
Properties¶
| Name (Alias) | Type (Default) | Constraints | Description |
|---|---|---|---|
| id | int |
- | |
| name | str |
required Validation type: error |
The study variable name. |
| assay_refs | List of int |
format: non-negative-integerValidation type: error |
The assays referenced by this study variable. |
| average_function | Parameter |
- | The function used to calculate the study variable quantification value and the operation used is not arithmetic mean (default). e.g. geometric mean, median. |
| variation_function | Parameter |
- | The function used to calculate the study variable quantification variation value if it is reported and the operation used is not coefficient of variation (default). e.g. standard error. |
| description | str |
- | A free-form description of this study variable. |
| factors | List of Parameter |
- | Parameters indicating which factors were used for the assays referenced by this study variable, and at which levels. |