Learn R Programming

ade4 (version 1.2-2)

casitas: Enzymatic polymorphism in Mus musculus

Description

This data set is a data frame with 74 rows (mice) and 15 columns (loci enzymatic polymorphism of the DNA mitochondrial). Each value contains 6 characters coding for two allelles. The missing values are coding by '000000'.

Usage

data(casitas)

Arguments

source

Exemple du logiciel GENETIX. Belkhir k. et al. GENETIX, logiciel sous WindowsTM pour la g�n�tique des populations. Laboratoire G�nome, Populations, Interactions CNRS UMR 5000, Universit� de Montpellier II, Montpellier (France). http://www.univ-montp2.fr/~genetix/genetix/genetix.htm

References

Orth, A., T. Adama, W. Din and F. Bonhomme. (1998) Hybridation naturelle entre deux sous esp�ces de souris domestique Mus musculus domesticus et Mus musculus castaneus pr�s de Lake Casitas (Californie). Genome, 41, 104--110.

Examples

Run this code
data(casitas)
casitas.pop <- as.factor(rep(c("dome", "cast", "musc", "casi"), c(24,11,9,30)))
table(casitas.pop,casitas[,1]) 
casi.genet <- char2genet(casitas, casitas.pop)
names(casi.genet)

Run the code above in your browser using DataLab