nutrimouse {CCA} | R Documentation |
The nutrimouse
dataset comes from a nutrition study
in the mouse. It was provided by Pascal Martin from
the Toxicology and Pharmacology Laboratory (French National
Institute for Agronomic Research).
data(nutrimouse)
A list containing the following components:
gene
: data frame (40 * 120) with numerical variables
lipid
: data frame (40 * 21) with numerical variables
diet
: factor vector (40)
genotype
: factor vector (40)
Two sets of variables were measured on 40 mice:
The 40 mice were distributed in a 2-factors experimental design (4 replicates):
P. Martin, H. Guillou, F. Lasserre, S. Déjean, A. Lan, J-M. Pascussi, M. San Cristobal, P. Legrand, P. Besse, T. Pineau - Novel aspects of PPARalpha-mediated regulation of lipid and xenobiotic metabolism revealed through a nutrigenomic study. Hepatology, in press, 2007.
www.inra.fr/internet/Centres/toulouse/pharmacologie/pharmaco-moleculaire/acceuil.html
data(nutrimouse) boxplot(nutrimouse$lipid)