Learn R Programming

ClustMMDD (version 1.0.3)

genotype1: genotype1 is a data frame of genotype data with ploidy = 2.

Description

A simulated data frame of genotype data with N = 1000 individuals genotyped at P = 10 loci. Each string represents two alleles : ploidy = 2. For example, "109107" represents $\left{"109", "107"\right}$. The last column of the data frame contains integers that represent the population membership.

Arguments

format

The format is: chr [1:1000, 1:10] "109107" "105101" "106106" ... and the 11 th column contains integers representing the prior classification in 5 sub-populations.

References

  • http://projecteuclid.org/euclid.ejs/1379596773{Dominique Bontemps and Wilson Toussile (2013)} : Clustering and variable selection for categorical multivariate data. Electronic Journal of Statistics, Volume 7, 2344-2371, ISSN.
  • http://link.springer.com/article/10.1007%2Fs11634-009-0043-x{Wilson Toussile and Elisabeth Gassiat (2009)} : Variable selection in model-based clustering using multilocus genotype data. Adv Data Anal Classif, Vol 3, number 2, 109-134.

See Also

genotype2

Examples

Run this code
data(genotype1)
head(genotype1)

Run the code above in your browser using DataLab