| stad_group | R Documentation |
A small example dataset demonstrating the clinical data structure required for TCGA Stomach Adenocarcinoma (STAD) analysis using IOBR package functions. Contains simulated clinical variables, molecular subtypes, and survival data.
data(stad_group)
A data frame with patient samples as rows and clinical variables as columns:
Unique patient identifier (TCGA barcode format)
AJCC pathological stage (Stage_II, Stage_III, Stage_IV)
Patient vital status (Alive, Dead, NA)
Lauren histological classification (Intestinal, Diffuse, Mixed)
Molecular subtype classification (EBV, GS)
Epstein-Barr virus status (Positive, Negative)
Overall survival time in months
Overall survival status (0=alive, 1=dead)
data(stad_group)
head(stad_group)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.