Learn R Programming

ade4 (version 1.7-8)

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

Format

The 74 individuals of casitas belong to 4 groups:

1

24 mice of the sub-species Mus musculus domesticus

2

11 mice of the sub-species Mus musculus castaneus

3

9 mice of the sub-species Mus musculus musculus

4

30 mice from a population of the lake Casitas (California)

References

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

Examples

Run this code
# NOT RUN {
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