survminer (version 0.4.6)

myeloma: Multiple Myeloma Data

Description

Multiple Myeloma data extracted from publicly available gene expression data (GEO Id: GSE4581).

Usage

data("myeloma")

Arguments

Format

A data frame with 256 rows and 12 columns.

molecular_group

Patients' molecular subgroups

chr1q21_status

Amplification status of the chromosome 1q21

treatment

treatment

event

survival status 0 = alive, 1 = dead

time

Survival time in months

CCND1

Gene expression

CRIM1

Gene expression

DEPDC1

Gene expression

IRF4

Gene expression

TP53

Gene expression

WHSC1

Gene expression

The remaining columns (CCND1, CRIM1, DEPDC1, IRF4, TP53, WHSC1) correspond to the gene expression level of specified genes.

Examples

Run this code
# NOT RUN {
data(myeloma)
head(myeloma)

# }

Run the code above in your browser using DataCamp Workspace