clin_data {GRIN2} | R Documentation |
Example Clinical Dataset for T-cell Acute Lymphoblastic Leukemia (T-ALL)
Description
This dataset contains clinical and demographic information for 265 newly diagnosed T-ALL patients. The data originates from Liu, Yu, et al. (2017) and includes variables relevant to patient characteristics and clinical outcomes.
Usage
clin_data
Format
A data frame with 265 rows and 11 columns:
- ID
Unique patient identifier
- Sex
Patient gender
- Race
Patient race
- Age_Days
Age at diagnosis, in days
- WBC
White Blood Cell count at diagnosis
- MRD29
Minimal Residual Disease percentage at day 29 post-treatment
- MRD.binary
Categorical MRD status (0 = MRD <= 0.1, 1 = MRD > 0.1)
- os.time
Overall survival time in years (from diagnosis to last follow-up or death)
- os.censor
Overall survival status (0 = alive at last follow-up, 1 = deceased)
- efs.time
Event-free survival time in years
- efs.censor
Event status for event-free survival (0 = censored, 1 = event occurred)
Source
Liu, Yu, et al. (2017), Nature Genetics. Supplementary tables: https://www.nature.com/articles/ng.3909#Sec27. Additional clinical variables were integrated from the TARGET database (https://ocg.cancer.gov/programs/target).