Closed MaximMoinat closed 2 years ago
There are more fields that start array indexing at 1, we need to check where this can also cause issues in the stem_to_baseline
.
It does seem like none of these fields are prioritised fields.
field_id | title | main_category |
---|---|---|
20147 | Errors before selecting correct item in numeric path (trail # 1) | 121 |
20148 | Errors before selecting correct item in alphanumeric path (trail # 2) | 121 |
20149 | Interval between previous point and current one in numeric path (trail # 1) | 121 |
20155 | Interval between previous point and current one in alphanumeric path (trail # 2) | 121 |
20544 | Mental health problems ever diagnosed by a professional | 137 |
20546 | Substances taken for depression | 138 |
20547 | Activities undertaken to treat depression | 138 |
20548 | Manifestations of mania or irritability | 139 |
20549 | Substances taken for anxiety | 140 |
20550 | Activities undertaken to treat anxiety | 140 |
20551 | Substance of prescription or over-the-counter medication addiction | 141 |
20552 | Behavioural and miscellaneous addictions | 141 |
20553 | Methods of self-harm used | 146 |
20554 | Actions taken following self-harm | 146 |
10691 | Result ranking (pilot) | 100020 |
10693 | Acceptability of each blow result (pilot) | 100020 |
10694 | Forced vital capacity (FVC) (pilot) | 100020 |
10695 | Forced expiratory volume in 1-second (FEV1) (pilot) | 100020 |
10696 | Peak expiratory flow (PEF) (pilot) | 100020 |
10697 | Data points for blow (pilot) | 100020 |
20032 | Acceptability of each blow result (text) (pilot) | 100020 |
10142 | Number of columns displayed (pilot) | 100028 |
10143 | Number of rows displayed (pilot) | 100028 |
10144 | Time taken to complete lights test (pilot) | 100028 |
10145 | Pattern of lights displayed (pilot) | 100028 |
10146 | Pattern of lights as remembered (pilot) | 100028 |
396 | Number of columns displayed in round | 100030 |
397 | Number of rows displayed in round | 100030 |
398 | Number of correct matches in round | 100030 |
399 | Number of incorrect matches in round | 100030 |
400 | Time to complete round | 100030 |
6334 | Screen layout | 100030 |
10133 | Number of columns displayed in round (pilot) | 100030 |
10134 | Number of rows displayed in round (pilot) | 100030 |
10136 | Number of correct matches in round (pilot) | 100030 |
10137 | Number of incorrect matches in round (pilot) | 100030 |
10138 | Time to complete round (pilot) | 100030 |
4229 | Triplet played (left) | 100049 |
4230 | Signal-to-noise-ratio (SNR) of triplet (left) | 100049 |
4232 | Triplet correct (left) | 100049 |
4233 | Mean signal-to-noise ratio (SNR), (left) | 100049 |
4234 | Time to press first digit (left) | 100049 |
4235 | Time to press last digit (left) | 100049 |
4236 | Triplet entered (left) | 100049 |
4237 | Time to press 'next' (left) | 100049 |
4238 | Keystroke history (left) | 100049 |
4239 | Number of times 'clear' was pressed (left) | 100049 |
4240 | Triplet played (right) | 100049 |
4241 | Signal-to-noise-ratio (SNR) of triplet (right) | 100049 |
4242 | Triplet entered (right) | 100049 |
4243 | Triplet correct (right) | 100049 |
4244 | Mean signal-to-noise ratio (SNR), (right) | 100049 |
4245 | Time to press first digit (right) | 100049 |
4246 | Time to press last digit (right) | 100049 |
4247 | Time to press 'next' (right) | 100049 |
4248 | Keystroke history (right) | 100049 |
4249 | Number of times 'clear' was pressed (right) | 100049 |
40002 | Contributory (secondary) causes of death: ICD10 | 100093 |
22009 | Genetic principal components | 100313 |
In stem_to_baseline, the array indexes are ignored entirely. So this is not an issue.
In 2022-03 run on real data the baseline_to_condition_occurrence mapping fails. See error message below.
Possible issue could be the array instances, that start at 1 (!) for field 40002. So
-0.0
will not exist. But maybe-0.1
does. To be confirmed by Vaclav.--edit--: this mapping might be unnecessary when mapping the separate death tables and we can ignore all death register fields from baseline #356. We quickly fix this issue for future use and then disable the mapping for UKB.