R Dataset / Package hwde / IndianIrish
On this R-data statistics page, you will find information about the IndianIrish data set which pertains to Observed genotype frequencies at MN and S loci, for 2 populations. The IndianIrish data set is found in the hwde R package. You can load the IndianIrish data set in R by issuing the following command at the console data("IndianIrish"). This will load the data into a variable called IndianIrish. If R says the IndianIrish data set is not found, you can try installing the package by issuing this command install.packages("hwde") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the IndianIrish R data set. The size of this file is about 433 bytes.
Observed genotype frequencies at MN and S loci, for 2 populations
Description
The IndianIrish
data frame has 18 rows and 4 columns. The data are genotype frequencies for two locations, for Xavante Indian and Irish populations respectively
Usage
data(IndianIrish)
Format
This data frame contains the following columns:
- Population
-
Factor with levels:
Indian
andIrish
- locus1
-
Factor with levels:
MM
,MN
andNN
- locus2
-
Factor with levels:
SS
,Ss
andss
- Observed
-
a numeric vector giving the frequency for each category of the tale
Source
Mourant et al (1977) and Huttley and Wilson (2000).
References
1. Huttley, G.A. and Wilson, S.R. 2000. Testing for concordant equilibria between population samples. Genetics 156, 2127-2135.2. Mourant, A.E., Kopec, A.C. and Domaniewska-Sobczak, K. 1976. The Distribution of the Human Blood Groups and Other Polymorphisms. Oxford University Press.3. Weir, B.S. 1996. Genetic Data Analysis II. Sinauer.
See Also
hwde
Examples
data(IndianIrish) hwde(data=IndianIrish)
Dataset imported from https://www.r-project.org.