FactoMineR (version 2.2)

poulet: Genomic data for chicken

Description

Genomic data for chicken

Usage

data(poulet)

Arguments

Format

A data frame with 43 chickens and 7407 variables. A factor with levels J16 J16R16 J16R5 J48 J48R24 N And many continuous variables corresponding to the gene expression

Examples

Run this code
# NOT RUN {
data(poulet)
res.pca = PCA(poulet,quali.sup=1, graph=FALSE)
plot(res.pca)
plot(res.pca,habillage=1,label="quali",
    palette=palette(c("black","red","blue","darkgreen","purple","orange")))
dimdesc(res.pca)
## Dessine des ellipses autour des centres de gravite
plotellipses(res.pca)
# }

Run the code above in your browser using DataCamp Workspace