Learn R Programming

glmnetcr (version 1.0.2)

diabetes: Gene Expression in Normal, Impaired Fasting Glucose, and Type II Diabetic Males

Description

Pre-processed gene expression data from Gene Expression Omnibus Series GSE21321. Asymptomatic males not previously diagnosed with Type II diabetes were enrolled and subsequently cross-classified as either normal controls (N=8), having impaired fasting glucose (N=7), or as Type II diabetics (N=9). The gene expression data matrix was filtered to remove probes having negative expression values, leaving 11,066 probes.

Usage

data(diabetes)

Arguments

source

http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE21321

Examples

Run this code
data(diabetes)
attach(diabetes)
table(y)
boxplot(ILMN_1759232~y)
detach()

Run the code above in your browser using DataLab