AML: Acute myeloid leukemia AML study

Description Usage Format Details Source Examples

Description

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

Usage

1

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

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

Source

Artificial dataset generated to be consistent with Ewa M. study

Examples

1
2
3
4
5
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)

pbiecek/PBImisc documentation built on May 24, 2019, 10:35 p.m.