Learn R Programming

bujar (version 0.2-11)

chop: Survival of CHOP for diffuse large B cell lymphoma

Description

Microarray data for DLBCL patients undergoing CHOP treatment.

Usage

data(chop)

Arguments

Format

The format is: num [1:181, 1:3835]

Details

Microarray data of DLBCL of 181 patients treated with a combination chemotherapy with cyclophosphamide, doxorubicin, vincristine and prednisone (CHOP). The original data have 54675 probe sets or covariates. Due to the nature of high-dimensional data, a preselection procedure was conducted to filter out the genes with lower variations if a sample variance for a gene was smaller than the 10th percentile for that gene. The first column if the survival times. The second column is an indicator whether an the survival time was observed or right censoring occurred. 0=alive, 1=dead. There are 3833 genes after the filtering process.

Examples

Run this code
data(chop)
str(chop)

Run the code above in your browser using DataLab