| pdata_stad | R Documentation |
A data frame containing clinical and pathological annotations for the
TCGA stomach adenocarcinoma (STAD) cohort. Each row corresponds to one
tumour sample and can be matched to the columns of eset_stad via
the ID column. This dataset is typically used together with
eset_stad in examples of survival analysis, subgroup comparison
and immune deconvolution in the IOBR package.
data(pdata_stad)
A data frame with one row per TCGA-STAD sample and 8 variables:
Character. TCGA sample barcode, matching the column names
of eset_stad.
Factor. Pathological stage (e.g. "Stage_I",
"Stage_II", "Stage_III", "Stage_IV").
Factor. Vital status at last follow-up
("Alive" or "Dead").
Factor. Lauren classification of gastric cancer
("Intestinal", "Diffuse", "Mixed" or NA).
Factor. Molecular subtype (e.g. "CIN", "EBV",
"GS", "MSI").
Factor. EBV status of the tumour ("Positive" or
"Negative").
Numeric. Overall survival or follow-up time, typically measured in months.
Integer/binary. Overall survival status indicator.
(1 = death, 0 = censored)
data(pdata_stad)
head(pdata_stad)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.