Learn R Programming

PBImisc (version 1.0)

AML: Acute myeloid leukemia AML study

Description

This dataset bases on blood samples for patients with Acute myeloid leukemia.

Usage

data(AML)

Arguments

Format

data.frame with 66 obs. and 5 variables
Mutation
Factor w/ 4 levels CBFbeta, FLT3, None, Other
CD14.control
CD14 level in the control group
CD14.D3
CD14 level after D3 treatment
CD14.1906
CD14 level after D3 homolog 1906 treatment
CD14.2191
CD14 level after D3 homolog 2191 treatment

Source

Artificial dataset generated to be consistent with Ewa M. study

Details

Mutation - mutated gene that causes leucemia, one of following CBFbeta, FLT3, None, Other CD14.control, CD14.D3, CD14.1906, CD14.2191 - effects in vitamin D3 or its homologues

Examples

Run this code
library(lattice)
data(AML)
AML2 = reshape(AML, direction="long", varying=colnames(AML)[2:5])
bwplot(CD14~time|Mutation, AML2)
interaction.plot(AML2$time,AML2$Mutation, AML2$CD14)

Run the code above in your browser using DataLab