-
Notifications
You must be signed in to change notification settings - Fork 1
/
README_required_variables.txt
92 lines (52 loc) · 2.09 KB
/
README_required_variables.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
## The following variables are required to run the 'tte' function within 'UKBBcleanR'
## Data can be loaded as indiviudal data sets or in a combined data frame. See Vignette for further details.
###################
# Enrollment date #
###################
## UK Biobank Variables of interest:
### eid= UK Biobank sample ID
### 53= Date of attending assessment centre
##Extracted fields into new file name='date_enroll.rds'
########################
# Cancer registry data #
########################
## UK Biobank Variables of interest:
### eid= UK Biobank sample ID
### 40005= Date of cancer diagnosis
### 40006= Type of cancer: ICD10 Cancer register
## Note, there are multiple instances of these variables (multiple entries for participants). You need to use all instances.
##Extracted fields into new file name= 'cancer_reg.rds'
##################
# Inpatient data #
##################
## UK Biobank Variables of interest:
### eid= UK Biobank sample ID
### 41270= Diagnoses - ICD10 Summary Diagnoses
### 41280= Date of first in-patient diagnosis - ICD0 Summary Diagnoses
## Note, there are multiple instances of these variables (multiple entries for participants). You need to use all instances.
##Extracted fields into new file name = 'inpatient_data.rds'
##################################
# Self-Reported Prevalent Cancer #
##################################
## UK Biobank Variables of interest:
### eid= UK Biobank sample ID
### 20001 (0.0-0.5, 1.0-1.5, 2.0-2.5, 3.0-3.5)=
##Extracted fields into new file name='self_report_cancer.rds'
##################
# Death Registry #
##################
## UK Biobank Variables of interest:
### eid= UK Biobank sample ID
### 40000= Date of death
##Extracted fields into new file name= 'death_reg.rds'
#############
# Attrition #
#############
## UK Biobank Variables of interest:
### eid= UK Biobank sample ID
### 190= Reason lost to follow-up
### 191= Date lost to follow-up
##Extracted fields into new file name='attrition.rds'
#######
# END #
#######