Learn R Programming

LPKsample (version 2.1)

leukemia: Leukemia cancer gene expression data

Description

Gene expression data for two classes: Acute lymphoblastic leukemia (ALL) and Acute myeloid leukemia (AML), over n=72 observations, and d=7128 genes.

Usage

data("leukemia")

Arguments

Format

A list containing the following items:

class:

a vector of class labels

X :

72 by 7128 matrix, gene expressions for each observation

Examples

Run this code
# NOT RUN {
data(leukemia)
# }

Run the code above in your browser using DataLab