immunoteam / ukb_tumor

1 stars 0 forks source link

Meetings #1

Open matemanc opened 10 months ago

matemanc commented 10 months ago

2023_11_13 Three analysis types:

  1. First timepoint: diagnosis Second timepoint: current date or death Event: if dead, 1; if alive, 0

  2. First timepoint: date of birth Second timepoint: date of diagnosis or current date (date of death if the event is 0) Event: if tumor is diagnosed, 1; if tumor is not diagnosed, 0

  3. First timepoint: inclusion to UK Biobank Second timepoint: diagnosis of the tumor type or current date Event: if tumor is diagnosed, 1; if tumor is not diagnosed, 0

KBalazs1987 commented 9 months ago

2023_12_14

Cox-model variables:

KBalazs1987 commented 9 months ago

2023_01_08 We checked the codes for incidence plots.

Plan: generating prevance tables

KBalazs1987 commented 8 months ago

2023_01_12 Defining of age: Age = max(data$death_date) - birth_date